⚠️ indicates a breaking change.
[Unreleased]
Added
Changed
- Internal: Switch from
hashbrownto torustc-hash2.1.2.rustc-hashuses std'sHashMapimplementation, but it uses faster (but less collision resistant) hasher -- but only performance matters in idbag.
Removed
[0.2.3] - 2026-03-06
Changed
- Use Edition 2024.
- Internal dependency bumps:
[0.2.2] - 2024-11-10
Added
- Add
strong_count()toArcId*types.
[0.2.1] - 2024-10-02
Changed
- Update
hashbrownto0.15.0.
[0.2.0] - 2024-09-20
Changed
- ⚠️ Implement for explicit integer types. Instead of
IdBag,Id, etc, now usesIdBag{U8,U16,U32,U64,Usize},Id{U8,U16,..}, etc.
[0.1.2] - 2024-01-23
Removed
- Removed
dev-docsfeature.
[0.1.1] - 2023-08-30
Changed
- [infrastructure] Request that docs.rs generate links to definitions.
[0.1.0] - 2023-08-29
- Initial release