Skip to content

Releases: AdCombo/combojsonapi

1.1.2

01 Sep 18:33
45a43cf
Compare
Choose a tag to compare
  • fix freeze apispec<5 - @mahenzon
  • fix permission plugin Meta.required_fields properly loads relationship fields - @mahenzon

1.1.1

04 Jun 07:08
073730c
Compare
Choose a tag to compare
  • Fix event plugin build urls when there's no trailing slash

1.1.0

15 Mar 19:50
969e06e
Compare
Choose a tag to compare

Fixes, features and improvements

1.0.5

06 Jan 09:24
d3dc2a3
Compare
Choose a tag to compare
  • tests coverage and refactoring
  • include apispec templates into the package

1.0.4

04 Dec 06:46
dc3b914
Compare
Choose a tag to compare
1.0.4_1

requirments.txt -> requirements.txt

Enhancements

29 Jul 15:38
9816284
Compare
Choose a tag to compare
  • Add custom marshmallow fields for PostgreSQL filtering (PostgreSqlJSONB plugin) #- @Znbiz
  • Filtering and sorting nested JSONB fields (PostgreSqlJSONB plugin) #- @tarasovdg1

Initial release

22 Apr 16:50
19b1232
Compare
Choose a tag to compare

Features:

  • ApiSpec Plugin - that's an automatically generated swagger documentation based on marshmallow's apispec. And a custom Relationship class for a better spec for nested relationships
  • Permission Plugin an advanced tool for managing access to certain fields
  • Event Plugin a tool for creating custom RPC resources
  • PostgreSqlJSONB Plugin this one is for easing out work with PostgreSQL's JSONB fields from frontend