1.4.2
This release contains some important fixes:
Set.prototype.has
does now recursively check forSet
instances- This also fixed buggy behavior in the equal method
- Finally the powerSet method is also now running as expected
This release contains some important fixes:
Set.prototype.has
does now recursively check for Set
instances