Releases: leam-tech/renovation_core.dart
Releases · leam-tech/renovation_core.dart
Pre-Release : v2.0.0-dev.1
Feature
- Migration to null safety (Breaking Changes)
- Use nonVirtual annotation
Fixes
- Null safety updates in tests
- Reformatting code to improve pub.dev score
Pre-Release : v2.0.0-dev.2
v2.0.0-dev.2
Fixes
SessionStatusInfo.loggedIn
made nullable
Release : v1.2.4
Release : v1.2.3
Feature
- Logging in using Google OAuth.
- Logging in using Apple OAuth.
- Set the session status externally.
Release : v1.2.2
v1.2.2
Feature
- Changing Password and Forget Password
changePassword
,getPasswordResetInfo
- Generate and verify OTP for different mediums
generatePasswordResetOTP
,verifyPasswordResetOTP
- Update Password
updatePasswordWithToken
Fix
- Check for
renovation_core
in backend - Use Regex to parse frappe app versions
- Null coalesce
isLoggedIn
Release : v1.0.6
v1.0.6
Fixes:
- DBFilter validation for multiple types in a single Map
Release : v1.0.5
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