Skip to content

5.0.0-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@jdeniau jdeniau released this 28 Aug 12:52
· 13 commits to main since this release

Revert tree-shaking possibility as it does break. Moreover, as nearly every collection type can be converted to another collection (Map().toList() for example), so nearly no code was removed.

I think that if we want to implement this, we might need to rethink this functionality.