renovation_core 1.0.6 renovation_core: ^1.0.6 copied to clipboard
Front-end SDK towards Frappe
v1.0.5 #
Fixes: #
- Fixed casting issue in getDocMeta
- Fixed registerFCMToken response
- Fixed some imports referencing package
- Removed unused imports
Modifications: #
- Add CI configuration
- Added TagLink model
- Modified getTags to use getList if frappe version >=12
- Add BlockModule child doctype to User
- Minor modification in documentation
- Exclude .g files in test folder (analysis_options.yaml)
Tests: #
- Variables are now fetched from System environment variables (Platform.environment)
- Added some tests
- Changed doctypes used in tests
- Added Setup/Teardown for some test groups
- Minor refactoring