Releases: jankapunkt/js-set-extension
Releases · jankapunkt/js-set-extension
1.6.0
What's Changed
- fix function comparison between defined arrow functions and on-the-fly arrow functions by omitting name prop
- 1.6.0 by @jankapunkt in #62
Full Changelog: 1.5.0...v1.6.0
1.5.0
- replaced travis with GitHub ci
- fix test coverage
- improved test coverage to ~98%
- refactored internal code (non breaking)
- updated dev dependencies
- fix scope issue
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
Sett difference added and complement corrected.
Extended with difference and corrected complement methods. Also tests updated and missing tests added.
First completed tests and docs
This is the first version with a complete documentation and tests. This will be used to be published to NPM registry.
However, it is not production tested yet, which is why it is tagged as pre release.