fastapi-listing

Advanced items listing library that gives you freedom to design complex listing REST APIs that can be read by human.

MIT License

Downloads
170
Stars
38
Committers
1

Bot releases are visible (Hide)

fastapi-listing - v0.3.2 Latest Release

Published by danielhasan1 9 months ago

fastapi-listing - release v0.3.0

Published by danielhasan1 about 1 year ago

What's Changed

Full Changelog: https://github.com/danielhasan1/fastapi-listing/compare/v0.2.12...v0.3.0

fastapi-listing - v0.2.12

Published by danielhasan1 about 1 year ago

What's Changed

  • ✨update docs by @danielhasan1 in https://github.com/danielhasan1/fastapi-listing/pull/7
  • 🔧 added support for "use master db for read/write when only master session is provided"
  • ✨ fixed mypy/linter complaints
  • ⚠️ fixed system warnings
  • ✨ page response can now be extended pydantic model/paginator response

Full Changelog: https://github.com/danielhasan1/fastapi-listing/compare/v0.2.10...v0.2.12

fastapi-listing - release v0.2.10

Published by danielhasan1 about 1 year ago

fastapi-listing - v0.2.9

Published by danielhasan1 about 1 year ago

fastapi-listing - v0.2.8

Published by danielhasan1 about 1 year ago

  • added #5
  • Added abstract class for adapter for subclass protocols

Full Changelog: https://github.com/danielhasan1/fastapi-listing/compare/v0.2.6...v0.2.8

fastapi-listing - v0.2.6

Published by danielhasan1 about 1 year ago

What's Changed

  • Bug Fixes
  • Improved readme

Full Changelog: https://github.com/danielhasan1/fastapi-listing/compare/v0.2.1...v0.2.6

fastapi-listing - v0.2.1

Published by danielhasan1 about 1 year ago

What's Changed

  • Corrected feature names
  • Added system checks
  • Added anywhere dao feature[middleware]
  • Combined filter adding and registering
  • Added non primary model field getter hook for filter and sorter
  • Enhanced factories
  • Improved default Pagination Strategy
  • Added real tests
  • Improved docs

Full Changelog: https://github.com/danielhasan1/fastapi-listing/compare/v0.0.8...v0.2.1

fastapi-listing - release v0.0.8

Published by danielhasan1 over 1 year ago

Fix #1
Update readme
Add license
Bump up version
Full Changelog: https://github.com/danielhasan1/fastapi-listing/compare/v0.0.7...v0.0.8

fastapi-listing - release v0.0.7

Published by danielhasan1 over 1 year ago

  • updated docs
  • updated annotation for older python versions,
  • setup tests
  • removed runtime errors and implemented HttpException

Full Changelog: https://github.com/danielhasan1/fastapi-listing/compare/v0.0.5...v0.0.7

fastapi-listing - release v0.0.5

Published by danielhasan1 over 1 year ago

what's changed

  • updated type annotations
  • update date filter verbose
  • updated dao definition to be more concrete
  • separated field segregation responsibility

Full Changelog: https://github.com/danielhasan1/fastapi-listing/compare/0.0.4...v0.0.5

fastapi-listing - release v0.0.4

Published by danielhasan1 over 1 year ago

Package Rankings
Top 18.73% on Pypi.org
Badges
Extracted from project README
.github/workflows/deploy.yml .github/workflows/tests.yml codecov Downloads
Related Projects