Skip to content

Commit f955bad

Browse files
Updated changelog
1 parent 7fc2af3 commit f955bad

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## 0.12.1 (2023-09-13)
4+
5+
### Added
6+
7+
- Generally added some documentation.
8+
- Added `CharMap#{size,entryCount}` to get the size of a map.
9+
- Added `CharMap#copy` to create a (mapped) copy of a map.
10+
- Added `StringSet#{is{Proper,}{Subset,Superset}Of,isDisjointWith}` for set relations.
11+
- Added `UnicodeSet#{is{Proper,}{Subset,Superset}Of,isDisjointWith}` for set relations.
12+
- Added `UnicodeSet#{wordSets,maximum}` for a more ergonomic API.
13+
- `UnicodeSet#{equals,union,intersect,without}` allow `CharSet`s.
14+
15+
### Fixed
16+
17+
- Made `StringSet#words` private. This should have never been public in the first place.
18+
- Made `StringSet.empty` readonly.
19+
- Removed ignored `range` parameter from `CharMap#entries`.
20+
- Fixed some bugs in `StringSet#{equals,union}`.
21+
- Removed `StringSet#{filter,map}`. These methods should have never been public in the first place.
22+
323
## 0.12.0 (2023-09-04)
424

525
### Breaking changes

0 commit comments

Comments
 (0)