Releases: biosustain/potion
Releases · biosustain/potion
v0.11.2
Features
- Now infers
Meta.id_converter
fromMeta.id_field_class
by default
Bugfixes
- Fixes
ContainsFilter
v0.11.1
Features
- Added Blueprint support (contributed by Nick Greenfield)
v0.11.0
Features
- Rewrote the filters implementation. They are now class-based and can be extended much more easily. A couple of new built-in filters for dates and strings have been added.
- Routes are now internally referenced by their "rel" instead of their attribute name on the resource
- Added
Meta.exclude_routes
option for excluding routes
Bugfixes
- Fixes an issue with peewee 2.7
Breaking changes
- Moved all backends from
backends.BACKEND_NAME
tocontrib.BACKEND_NAME
fields.sa.InlineModel
moved tocontrib.alchemy.fields.InlineModel
- Removed
PrincipalsManager
andPrincipalsResource
. Now need to make own manager usingprincipals(SQLAlchemyManager)
v0.10.0
Added Meta.exclude_routes
and Meta.route_decorators
.
Breaking internal changes to the Route()
class and Resource.routes
.
v0.9.0
Adds a MongoEngine backend.
v0.8.1
Adds $istartswith
and $iendswith
comparators to filters
v0.8.0
Update version to 0.8.0