This repository has been archived by the owner on Dec 2, 2023. It is now read-only.
1.0.0
WARNING
- switch to SQL based database
- no migration from 0.9.9 to 1.0.0
Added
- logic backend components
- forms now have multiple notification
- layout for forms
- mariadb / mysql support (fixes ohmyform/ohmyform#143)
- user confirmation tokens
- email verification
- idx for fields and logic to have stable order
- ability to load submission by id if token is present
- anonymous form submissions (fixes ohmyform/ohmyform#108)
- ability to filter for partial / completed or empty submissions
- migration tests for all commits
Changed
- switched from mongoose to typeorm, with support right now for postgres and sqlite
- colors object removed the "colors" postfix
- if unsupported database engine is used error is thrown during startup
- improved eslint checks
- validate submission field data and store it json encoded
- forms are no longer finished on 100% but instead on finish mutation
- field default value renamed from value to defaultValue
Fixed
- env list in doc
- version env variable for yarn
- path argument error (ohmyform/ohmyform#149)
- webhook and form submission (#37)
- sqlite migration fixes to allow changes to tables
Security
- upgraded all packages