Skip to content

1.9.0

Compare
Choose a tag to compare
@KtorZ KtorZ released this 02 Aug 10:03
· 109 commits to main since this release
1.9.0
205e8f9
compiler compatiblity
>= v1.0.28-alpha

Added

Changed

Warning

BREAKING-CHANGE
Specialized all Dict's key to ByteArray, and thus remove the need for passing an extra comparison function in many functions. Dict are however still specialized with a phantom type for keys.

Warning

BREAKING-CHANGE
Few functions from Dict have been renamed for consistency:

  • from_list -> from_pairs
  • from_ascending_list -> from_ascending_pairs
  • to_list -> to_pairs

Removed

N/A

Full Changelog

1.8.0...1.9.0