This repository was archived by the owner on Jun 4, 2025. It is now read-only.
0.2.5
π 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.