Release notes
1.0.7
Released Feb 29, 2023
- Add
OpenAPI
support toRest API
- Add custom exception handler to
Rest API
- Add support for hybrid iOS app
- Add support for hybrid Android app
- Upgrade pre-commit hooks
1.0.6
Released Dec 31, 2022
- Upgrade to Node v18
- Upgrade to Wagtail 4
- Upgrade Python dependencies and frontend dependencies
- Update home page style.
1.0.5
Released Oct 10, 2022
- Add
Rest API
support - Supports consistent
Signup
,Login
behavior viaRest API
- Supports JSON Web Token (JWT)
- Expose
User
data viaRest API
- Add tests code to show how to test Rest API.
1.0.4
Released Aug 30, 2022
- Supports Responsive HTML email
- Add
Mailchimp
integration - Switch to
watchfiles
for auto reload Celery worker during development. - Add
timezone
field to User model.
1.0.3
Released Jul 31, 2022
- Upgrade to python 3.9.13
- Update doc about Cloudflare
- Update User Factory
- Update
pre-commit
dependency - Import
Dependabot
to help upgrade Python and Node dependency - Update home page to display
Changelog
1.0.2
Released Jun 30, 2022
- Add custom form widgets (
toggle
,richtext
,select
,password
), and they are available on thePattern Library
- Refactored
frontend/js/app.js
1.0.1
Released Jun 21, 2022
- Add payment feature based on Stripe
- Add doc about the
Payment and Subscription
1.0.0
Released May 19, 2022
- First release!