Version 1.0.0
Release notes
This is the first stable version available for production. It is highly recommended to upgrade to this version if you have used a previous version.
Bugs
- Fix
NewLocalStorage()
always return the same value, so we can define multiLocalStorage
instances. - Fix
NewLocalStorage()
clear otherLocalStorage
's value. - Fix
RestoreContext()
not clear values when restore from empty*ImmutableContext
.
Features
- Not force create
store
when invokeGet()
,Remove()
,Clear()
,BackupContext()
methods to reduce memory usage.
Changes
- Rename
InheritContext()
toRestoreContext()
. - Rename
Del()
toRemove()
. - Move Clear() method to
routine
package.
Links
- Source code https://github.com/timandy/routine/tree/v1.0.0