# CHANGELOG ## Unreleased Changes unreleased. ### Documentation - changlog: - auto update by ci ([3aa6e73](https://github.com/ritedb/ritelinked/commit/3aa6e73bc310a299accf8ef3c212aa34cce2064d)) ## [v0.3.0](https://github.com/ritedb/ritelinked/releases/tag/v0.3.0) - 2021-05-04 03:02:33 Glad to welcome hashbrown v0.11 and griddle v0.5.1 - feat(map): add to_front & to_back methods - fix(set): check ordering when comparing sets - build(deps): upgrade to hashbrown 0.11 & griddle 0.5 ### Feature - map: - add to_front & to_back methods ([3307a2f](https://github.com/ritedb/ritelinked/commit/3307a2f327269a3049bf8f84a91b51063ef55117)) ### Bug Fixes - set: - check ordering when comparing sets ([4914666](https://github.com/ritedb/ritelinked/commit/4914666e3f6700d1e63f3ed0534d0a661cfe103a)) ## [v0.2.2](https://github.com/ritedb/ritelinked/releases/tag/v0.2.2) - 2021-03-06 14:16:09 [RiteLinked](https://github.com/ritedb/ritelinked) provides more up to date versions of `LinkedHashMap` & `LinkedHashSet` in Rust . You can easily use it on `std` or `no_std` environment. Support some practical feature combinations to help you better embed them in existing code: `serde`, `inline-more` etc. Especially, it uses `griddle` by default, if you have a lot of data, it can effectively help you reduce the possible tail delay. (Of course, `hashbrown` can also be used) ### Feature - *: - allow more features, make clippy happy ([4839073](https://github.com/ritedb/ritelinked/commit/4839073d87c75dae4259ca3b4bc9f9fdd3add184)) - port hashlink, support amortization ([2c1a1a6](https://github.com/ritedb/ritelinked/commit/2c1a1a6db5d689f9f1b11f29f9eac64631d49244)) ### Bug Fixes - *: - let serde work well, allow build on no_std ([8f47fd5](https://github.com/ritedb/ritelinked/commit/8f47fd5a682a3de78bd4feb3c2772ab91d399b84)) - features: - add amortized feature ([8ebbbdb](https://github.com/ritedb/ritelinked/commit/8ebbbdb6372e129bc1257cd5a2fb1edae9018666)) ### Documentation - readme: - update, add usage ([54a5ca2](https://github.com/ritedb/ritelinked/commit/54a5ca2bb2b7eb0cc45e04800a4e6b5d72d2473b)) ### Refactor - serde: - refactor(serde):organize by module ([1b5d670](https://github.com/ritedb/ritelinked/commit/1b5d670e06ae43b6d50d3446db9d8fb75ab1c4a0)) - *: - refactor(*):reorganize the code ([5c54b44](https://github.com/ritedb/ritelinked/commit/5c54b44c181786061cd57890661e22eb364c66c1)) \* *This CHANGELOG was automatically generated by [auto-generate-changelog](https://github.com/BobAnkh/auto-generate-changelog)*