* 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
1.2.4
------------------
* support multiple static files * Add an endpoint to validate the password reset token * fix `37 <https://github.com/zemfrog/zemfrog/issues/37>`_
1.2.3
------------------
* Adding: current_db local proxy * rename services directory to tasks
1.2.2
------------------
* Refactor generator * New Feature: add error handler
1.2.1
------------------
* 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.