Skip to content

v0.4.1

Compare
Choose a tag to compare
@liuliu liuliu released this 25 Oct 17:53
· 60 commits to unstable since this release
  • Fixed a bug in WorkspaceDictionary.keys that will show deleted keys
  • Added WorkspaceDictionary.removeAll(). This should be faster than iterating through keys and remove each of them.
  • Added await interface for Workspace.performChanges
  • Support specify type when accessing WorkspaceDictionary, for example: dictionary["someKey", Int.self]
  • Updated with benchmarks for WorkspaceDictionary