v0.6.0-beta.2
Pre-release
Pre-release
What's Changed
- feat: Improve Error Handling by Adding Display Implementations by @b3hr4d in #140
- feat: Enhance Bound Enum with Utility Methods and Refactor Storable Trait by @b3hr4d in #142
- chore: remove unused error struct by @ielashi in #141
- feat: impl Storable for Option<T: Storable> by @witter-deland in #127
- feat: comprehensive fuzzing for BTreeMap by @ielashi in #143
- chore: remove redundant utility methods by @ielashi in #144
- docs: add docs on how to upgrade the schema of stable structures by @ielashi in #146
- fix: support for migrating from bounded type to unbounded type. by @ielashi in #148
- test: add 'range' operation to btree comprehensive test by @ielashi in #149
- feat: impl pop_last() & pop_first() for BTreeMap by @witter-deland in #150
- chore: bump beta release version by @ielashi in #147
New Contributors
- @b3hr4d made their first contribution in #140
- @witter-deland made their first contribution in #127
Full Changelog: v0.6.0-beta.1...v0.6.0-beta.2