Releases: Cacilie/set-theory
Releases · Cacilie/set-theory
v0.1.1 - Winter release.2
Full Changelog: v0.1.1...v0.1.2
v0.1.0 - Winter release
What's Changed
Full Changelog: v0.1.0...v0.1.1
v0.1.0 - Summer Release
"version": "0.1.0"
- Update Readme
- SetOperations abstract class with all the utils implemented
- Test Coverage up to 100%
- Refactor to avoid the use of any or unknown TS types.
- Refactor imports
- Add index.ts on each "module"
- Functional SetOf Objects.
- Use of generic types.
- new types exported.
- new class ordered pair exported.
What's Changed
- 8 include readme by @Cacilie in #32
- Implements OrderedPair class so it can be used for Cartesian Product by @Cacilie in #35
- Implements Cartesian Product using the OrderedPair for Array Set Notation by @Cacilie in #40
- arrayToSet to array sets with rank n rank by @Cacilie in #41
- Array function to transform a set into an array set notation by @Cacilie in #42
- Adds ArraySetUnion method by @Cacilie in #43
- Adds functionality for array intersection by @Cacilie in #44
- Feature/set operations class by @Cacilie in #45
- Fix powerSet bugs by @Cacilie in #47
- Update index, readme and setof object by @Cacilie in #48
- First stable release - bump by @Cacilie in #49
- Prepare actions for release by @Cacilie in #51
- Fix: missing explicit return type in the public API by @Cacilie in #53
Full Changelog: v0.0.4-alpha...v0.1.0
v0.0.4-alpha
What's Changed
- 9 has or ispartof function for sets where rank is bigger than 1 by @Cacilie in #19
- Migrates to Camel Case by @Cacilie in #23
- Adds Difference operation by @Cacilie in #26
- Fix case on file names by @Cacilie in #28
- Fix powerSet test file name by @Cacilie in #29
- 27 fix case on files by @Cacilie in #30
Full Changelog: v0.0.3-alpha...v0.0.4-alpha
v0.0.3-alpha
What's Changed
Full Changelog: v0.0.2-alpha...v0.0.3-alpha
v0.0.2-alpha
Changelog
- Fix bugs on array_to_set functions.
- Add unit testing for array_to_set
What's Changed
Full Changelog: v0.0.1-alpha...v0.0.2-alpha