Releases: datastructures-js/set
Releases · datastructures-js/set
@datastructures-js/set-v4.2.1
[4.2.1] - 2022-08-15
Fixed
- add types to package.json
@datastructures-js/set-v4.2.0
[4.2.0] - 2022-05-30
Added
- diff as an alias for complement
Fixed
- readme
- ts types
@datastructures-js/set-v4.1.2
[4.1.2] - 2022-02-11
Fixed
- cleanup temp files
@datastructures-js/set-v4.1.1
[4.1.1] - 2021-06-20
Fixed
- index.d.ts
@datastructures-js/set-v4.1.0
[4.1.0] - 2021-06-14
Added
- typescript.
@datastructures-js/set-v4.0.0
[4.0.0] - 2021-01-03
Changed
- named export from index.
Fixed
- jsdoc
- readme.
@datastructures-js/set-v3.1.1
[3.1.1] - 2020-12-24
Fixed
.permutations
to concatenate digits as strings.
datastructures-js/set-v3.1.0
[3.1.0] - 2020-12-19
Added
.permutations(m, separator)
to generate m permutations from the set.
datastructures-js/set-v3.0.0
[3.0.0] - 2020-12-12
Added
.power(m, separator)
to calculate the cartesian product on the set itself.
Changed
- default separator in
.product(set, separator)
is now an empty string.
@datastructures-js/set-v2.3.0
[2.3.0] - 2020-05-10
Added
.clone()