June 24, 2024
- Make retrieval of forms lazy to avoid loading forms on application startup
February 13, 2024
- Add configurable client timeout to config
November 22, 2022
- Fixed startup errors due to no configuration present.
- Added more gotcha's to the README.
October 3, 2022
- Fixed length of slugfield (default is now 100 instead of 50) which matches the slug length in Open Forms.
September 29, 2022
- Fixed various documentation issues.
September 29, 2022
- Added
OpenFormsSlugField
and renamedOpenFormsField
toOpenFormsUUIDField
. - Added tests for templatetags.
- Fixed various documentation issues.
September 27, 2022
- Initial release