rethink-app
rethink-app copied to clipboard
Bump krate from 1.0.0 to 2.0.0
Bumps krate from 1.0.0 to 2.0.0.
Release notes
Sourced from krate's releases.
2.0.0
🎉 New major release! 🎉
The most important changes:
- Krate now uses chained
withDefault
calls on delegates for setting default values.- Properties no longer require you to provide a key. If no key is provided, the property's name is used instead.
Huge thanks to ivadyistvan for his contributions for these changes.
Some smaller updates:
- The previously deprecated validator functions have now been removed. Use chained method calls for this feature too.
For all changes, see AutSoft/Krate#30
1.2.0
This is the last 1.x version of Krate. You can find the old version of the README documenting the APIs of 1.x here.
- Fixed Kotlinx-based delegates custom Json instances being set.
- Serializing Krate functions (
moshiPref
,kotlinxPref
,gsonPref
) now return aPropertyDelegateProvider
instead of aReadWriteProperty
. Use site source code remains identical, delegate properties to these functions usingby
.- Old, two-parameter validation methods are now deprecated with an error. Please use a chained
validate {}
call after a regular delegate function instead.- Delegates now fetch and store their adapter/serializer immediately when they are created.
- Updated Kotlin version to 1.5.31
- Compile and target SDK 31
For all changes, see AutSoft/Krate#24
1.1.0
- Dependency version updates
- Publishing set updates
See changes here AutSoft/Krate#22
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)