Releases: N8Brooks/combinatorics
Releases · N8Brooks/combinatorics
1.1.2
-
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.0
- 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
- docs: remove deno-fmt-ignore from doc strings
0.4.0
- feat: npm package release with dnt
0.3.3
- fix: add mod file for bulk exports
- docs: replace combinatoric with combinatorial
0.3.2
- docs: add dinosaur emoji to description
0.3.1
- docs: update modules to show browser compatibility
- perf: remove
.flat()
from product()
so it is written in all es2015
0.3.0
- perf: avoid any unnecessary processing in loops
- feat: the r is now optional by passing undefined for permutations
- docs: readme refactors
0.2.0
- docs: add readme
- fix: edit workflows