Skip to content

v0.12.1

Latest
Compare
Choose a tag to compare
@RunDevelopment RunDevelopment released this 13 Sep 16:29
· 3 commits to master since this release

Added

  • Generally added some documentation.
  • Added CharMap#{size,entryCount} to get the size of a map.
  • Added CharMap#copy to create a (mapped) copy of a map.
  • Added StringSet#{is{Proper,}{Subset,Superset}Of,isDisjointWith} for set relations.
  • Added UnicodeSet#{is{Proper,}{Subset,Superset}Of,isDisjointWith} for set relations.
  • Added UnicodeSet#{wordSets,maximum} for a more ergonomic API.
  • UnicodeSet#{equals,union,intersect,without} allow CharSets.

Fixed

  • Made StringSet#words private. This should have never been public in the first place.
  • Made StringSet.empty readonly.
  • Removed ignored range parameter from CharMap#entries.
  • Fixed some bugs in StringSet#{equals,union}.
  • Removed StringSet#{filter,map}. These methods should have never been public in the first place.

v0.12.0...v0.12.1