Skip to content

New point release

Compare
Choose a tag to compare
@mike-lischke mike-lischke released this 16 Nov 15:41
· 17 commits to main since this release
v3.0.8
0d1b951
  • Switched from Jest to vitest for unit tests. This increases test speed by around 30% (from ~9s to ~6s).
  • Fixed a few issues too.
  • HashMap can now be created without a parameter for the comparator (it uses the DefaultEqualityComparator then).
  • Exported more types that were forgotten (like RuntimeMetaData).