Skip to content

Releases: Cacilie/set-theory

v0.1.1 - Winter release.2

21 Jan 19:22

Choose a tag to compare

v0.1.0 - Winter release

21 Jan 18:35

Choose a tag to compare

What's Changed

  • Adds symbol documentation to the exported members by @Cacilie in #57

Full Changelog: v0.1.0...v0.1.1

v0.1.0 - Summer Release

22 Jun 17:30
c7371f8

Choose a tag to compare

"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

03 Jun 02:22
1de96f4

Choose a tag to compare

v0.0.4-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.3-alpha...v0.0.4-alpha

v0.0.3-alpha

29 May 03:10
ed817c9

Choose a tag to compare

v0.0.3-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.2-alpha...v0.0.3-alpha

v0.0.2-alpha

26 May 02:05
055e9df

Choose a tag to compare

v0.0.2-alpha Pre-release
Pre-release

Changelog

  • Fix bugs on array_to_set functions.
  • Add unit testing for array_to_set

What's Changed

  • 11 unit testing for array to set util by @Cacilie in #13

Full Changelog: v0.0.1-alpha...v0.0.2-alpha