Releases: mononobi/pyrin
Releases · mononobi/pyrin
0.6.3
- Added action button support for admin list pages
0.6.2
- Fix application's security package not to require component to be available if the app does not need to override default security package
0.6.0
- Pin dependency versions in setup.py as well as Pipfile
- Improve swagger metadata
- Implement admin panel feature and services
- Revise pagination bugs
- Enhance validators
- Enhance different config stores
- Implement internal users for admin, audit and swagger usage
- Implement authenticators for admin, audit and swagger apis
- Minor code enhancements
- Minor bug fixes
0.5.6
- Minor code enhancements
- Enable validated for entity columns by default
- Minor bug fixes in validation services
- Implement configurable http response codes for different http methods
- Enhance swagger schema metadata extraction
0.5.5
- Fixed flasgger dependency error
0.5.4
Finally built-in Swagger UI support thanks to Flasgger
0.5.3
- Updated all dependencies and flask itself
- Added helper api decorators for most used http methods (post, get, put, patch and delete)
- Extended validators to be able to use a custom field name in validation errors
- Added a new validation service for standalone arguments without considering their database
column nullability or default value
0.5.2
- Added automatic filtering support for entities
- Minor bug fixes
- Revised package manager template
- Extended path utils
- Important bug fixes for sqlalchemy updated version
0.5.1
- Important bug fix in query.count method
- Added future=True to engine
- Code revised
0.5.0
- First release to support sqlalchemy 1.4
- All dependencies upgraded
- Codes revised to support sqlalchemy 1.4
- Dropped support for sqlalchemy < 1.4
- Dropped support for python < 3.6
- Title case normalizer revised to perform more practical
- Minor bug fixes