Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 740 Bytes

v0.1.0.md

File metadata and controls

17 lines (14 loc) · 740 Bytes

<- README

Release notes for v0.1.0

  • Defined fundamental API for the package.
  • Added a HashSet that implements Set.
  • Added a predicate defined set that implements ImplicitSets.
  • Added union and intersection operations of Sets.
  • Added union and intersection operations of ImplicitSets.
  • Added complement operation of Sets and ImplicitSets.
  • Added unit tests.
  • Added benchmarks for lazy evaluation of nested set expressions.
  • Implemented fmt.Stringer.
  • Added DerivedSet to indicate semantically, that these sets are derived from others and might reflect their changes.

v0.2.0 ->