Releases: titsuki/raku-Algorithm-MinMaxHeap
Releases · titsuki/raku-Algorithm-MinMaxHeap
0.13.2
New in 0.13.2
- Fixes:
- Use zef instead of panda when building
- Fix pod to be Perl6ish
- Use SPDX identifier in license field of META6.json
- Additions:
- Efficiency:
- Full commit log:
0.13.1
New in 0.13.1
- Fixes:
- Improve the documentation
- Fix insertion tests
- Additions:
- Efficiency:
0.13.0
New in 0.13.0
- Fixes:
- [API Breaking Change] Use role Algorithm::MinMaxHeap instead of class Algorithm::MinMaxHeap
- Improve the documentation
- Make it more Perl6ish
- Additions:
- Introduced semantic versioning (v0.12 is the previous version)
- Efficiency:
v0.12
New in v0.12:
- Fixes:
- Improve META6.json
- Make constructors more Perl6ish internally
- Additions:
- Efficiency:
v0.11
New in v0.11:
- Fixes:
- Improve the documentation
- Additions:
- Efficiency:
v0.10
New in v0.10:
- Fixes:
- Additions:
- Efficiency:
v0.09
New in v0.09:
- Fixes:
- Additions:
- Add type Real as insertion candidates
- Efficiency:
v0.08
New in v0.08:
- Fixes:
- Fix clone method so that it handles Algorithm::MinMaxHeap::Comparable correctly.
- Additions:
- Efficiency:
v0.07
New in v0.07:
- Fixes:
- Additions:
- Efficiency:
v0.06
New in v0.06:
- Fixes:
- Additions:
- Efficiency: