Skip to content

0.2.5

Compare
Choose a tag to compare
@BenMorel BenMorel released this 09 Nov 14:20
· 29 commits to master since this release

πŸ—‘ Deprecations

  • All methods that affect state (set*(), add*(), remove*(), ...) are now deprecated;

✨ New features

  • Methods that return a new instance (with*(), without*(), ...) have been introduced to replace them.

In the next minor release, the deprecated versions will be removed and all classes with be made immutable.