Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@timandy timandy released this 20 Jan 08:42
· 272 commits to main since this release

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 multi LocalStorage instances.
  • Fix NewLocalStorage() clear other LocalStorage's value.
  • Fix RestoreContext() not clear values when restore from empty *ImmutableContext.

Features

  • Not force create store when invoke Get(), Remove(), Clear(), BackupContext() methods to reduce memory usage.

Changes

  • Rename InheritContext() to RestoreContext().
  • Rename Del() to Remove().
  • Move Clear() method to routine package.

Links