Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

0.2.5

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.