Skip to content

Releases: N8Brooks/combinatorics

1.1.2

25 Mar 03:02
Compare
Choose a tag to compare
  • What's Changed

  • fix: remove relative imports
  • docs: remove references to product in doc strings by @N8Brooks in #6
  • feat: stronger cartesian product typing by @N8Brooks in #11
  • fix: specify dnt shims by @N8Brooks in #13
  • style: move integer check to before inequality check by @N8Brooks in #15
  • style: remove usage of array from by @N8Brooks in #18
  • docs: npm compatible documentation by @N8Brooks in #22

Full Changelog: 1.0.1...1.1.1

1.0.1

05 Dec 21:01
2388683
Compare
Choose a tag to compare

What's Changed

  • fix(permutations): allow r to not be passed by @N8Brooks in #4

Full Changelog: 1.0.0...1.0.1

1.0.0

27 Nov 20:02
21ddd6d
Compare
Choose a tag to compare
  • BREAKING(product): removed product #1
  • BREAKING: swapped r and iterable parameters #1
  • feat(permutationsWithReplacement): added permutationsWithReplacement
  • feat(cartesianProduct): added cartesianProduct
  • docs: removed parameters from function signatures

0.4.1

11 Nov 03:46
Compare
Choose a tag to compare
  • docs: remove deno-fmt-ignore from doc strings

0.4.0

11 Nov 03:39
e456a63
Compare
Choose a tag to compare
  • feat: npm package release with dnt

0.3.3

25 Oct 16:40
Compare
Choose a tag to compare
  • fix: add mod file for bulk exports
  • docs: replace combinatoric with combinatorial

0.3.2

18 Oct 23:03
Compare
Choose a tag to compare
  • docs: add dinosaur emoji to description

0.3.1

18 Oct 19:15
Compare
Choose a tag to compare
  • docs: update modules to show browser compatibility
  • perf: remove .flat() from product() so it is written in all es2015

0.3.0

07 Oct 00:48
Compare
Choose a tag to compare
  • perf: avoid any unnecessary processing in loops
  • feat: the r is now optional by passing undefined for permutations
  • docs: readme refactors

0.2.0

30 Sep 04:22
Compare
Choose a tag to compare
  • docs: add readme
  • fix: edit workflows