zemfrog

Simplify your API!

MIT License

Downloads
1.2K
Stars
18
zemfrog - Zemfrog v5.0.1 Latest Release

Published by aprilahijriyan over 3 years ago

  • Flask-smorest integration. Based on #63 <https://github.com/zemfrog/zemfrog/issues/63>_
  • Refactor Code: added scaffolding
  • FIX: use 'alt_response' instead of 'response' to wrap multiple responses.
  • FIX: configuration to enable / disable OpenAPI
  • IMPROVE: no longer supports to load main urls
  • IMPROVE: Add a command description to the sub application
  • IMPROVE: use 'subprocess.call' instead of 'os.system'
  • Change the name of the password reset request template
  • create pyup.io config file
zemfrog - Zemfrog v4.0.5

Published by aprilahijriyan over 3 years ago

  • FIX: Load the blueprint name
  • FIX: unknown column
  • NEW: added codecov workflow (testing)
  • NEW: add default value to 'confirmed' column
zemfrog - Zemfrog v4.0.4

Published by aprilahijriyan over 3 years ago

  • FIX: role & permission relation
  • FIX: typo column name
  • IMPROVE: split blueprint and task to global
  • IMPROVE: split error handlers to global
  • IMPROVE: set default blueprint to blank
  • IMPROVE: Use schema from source rather than local proxy
  • IMPROVE: Using the model name corresponding user input
zemfrog - Zemfrog v4.0.3

Published by aprilahijriyan over 3 years ago

zemfrog - Zemfrog v4.0.2

Published by aprilahijriyan over 3 years ago

  • FIX: response message in jwt & error handler boilerplate
  • FIX: update zemfrog version in requirements.txt
zemfrog - Zemfrog v4.0.1

Published by aprilahijriyan over 3 years ago

  • IMPROVE: Move extensions to global
  • NEW: add pre-commit tool
  • IMPROVE: refactor json response
  • Refactor Code: run pre-commit
  • IMPROVE: Change 'SystemExit' to 'ValidationError'
  • IMPROVE: Rename the api directory to apis
  • NEW: add autoflake hook
  • Changed the stable version status to BETA
zemfrog - Zemfrog v3.0.1

Published by aprilahijriyan almost 4 years ago

  • add command secretkey
  • Fix: varchar length
  • Added db migration based on the environment
  • Stable release
zemfrog - Zemfrog v2.0.3

Published by aprilahijriyan almost 4 years ago

  • IMPROVE: clean up dependencies
zemfrog - Zemfrog v2.0.2

Published by aprilahijriyan almost 4 years ago

  • fix: missing flask-cors dependency
zemfrog - Zemfrog v2.0.1

Published by aprilahijriyan almost 4 years ago

  • Refactoring app loaders
  • IMPROVE: REST API, models & validators
  • IMPROVE: added template checks
  • IMPROVE: add password validator
  • IMPROVE: Compatible with frontend nuxtjs
  • NEW: add flask-cors extension
zemfrog - Zemfrog v1.2.7

Published by aprilahijriyan almost 4 years ago

  • FIX: user checks in the test token endpoint
  • NEW: support for creating your own app loader
  • FIX: Make user roles optional
  • FIX: #49
zemfrog - Zemfrog v1.2.6

Published by aprilahijriyan almost 4 years ago

  • IMPROVE: commands to manage nested applications
  • Added endpoint for checking token jwt
  • Add an endpoint to retrieve one data from the model
  • Add schema to limit results
  • Added a handler for handling API errors
zemfrog - Zemfrog v1.2.5

Published by aprilahijriyan almost 4 years ago

  • NEW: add extension, model, task generator
  • Refactor Code: add model mixin
  • add command user, role & permission
  • FIX: auth logs
  • New Feature: supports role-based access control
zemfrog - Zemfrog v1.2.4

Published by aprilahijriyan almost 4 years ago

  • support multiple static files
  • Add an endpoint to validate the password reset token
  • fix #37
zemfrog - Zemfrog v1.2.3

Published by aprilahijriyan almost 4 years ago

  • Adding: current_db local proxy
  • rename services directory to tasks
zemfrog - Zemfrog v1.2.2

Published by aprilahijriyan almost 4 years ago

  • Refactor generator
  • New Feature: add error handler
  • Commenting zemfrog classifier
zemfrog - Zemfrog v1.2.1

Published by aprilahijriyan almost 4 years ago

  • New Feature: added prompt to manage the app.
  • moved mail dir to templates/emails
  • add api_doc & authenticate decorator.
  • NEW: add swagger oauth2.
  • NEW: add first_name & last_name column.
  • IMPROVE: Support creating REST API descriptions via function documents.
  • Refactor Code: Rename and add field validation.
  • Code Change: update REST API structure.
zemfrog - Zemfrog 1.2.0

Published by aprilahijriyan about 4 years ago

  • NEW: add load urls
  • NEW: add load middlewares
  • NEW: middleware boilerplate.
  • NEW: multiple apps support
  • Fix minor bugs
zemfrog - Zemfrog v1.0.9

Published by aprilahijriyan about 4 years ago

  • Fix: #16 , #14 , #17
  • NEW: add version option
zemfrog - Zemfrog v1.0.8

Published by aprilahijriyan about 4 years ago

  • Fix: #12 , #13 , #14 .
  • IMPROVE: import the orm model in the schema generator.
  • General Update: update development status