Skip to content

Releases: jankapunkt/js-set-extension

1.6.0

26 May 12:38
50b1861
Compare
Choose a tag to compare

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

08 Dec 09:50
4009ba3
Compare
Choose a tag to compare
  • 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

28 Sep 16:00
Compare
Choose a tag to compare

This release contains some important fixes:

  • Set.prototype.has does now recursively check for Set 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.

21 Mar 17:32
Compare
Choose a tag to compare

Extended with difference and corrected complement methods. Also tests updated and missing tests added.

First completed tests and docs

22 Sep 21:28
Compare
Choose a tag to compare
Pre-release

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.