0.4.0 - 2024-10-06
- Display-based
JoinFmt
wrapper
- Bump MSRV to
1.81
- Miscellaneous code cleanup and lints
OxfordJoinFmt::join
0.3.0 - 2024-10-03
- Display-based
OxfordJoinFmt
wrapper
- Miscellaneous code cleanup and lints
0.2.10 - 2024-09-05
- Miscellaneous code cleanup and lints
- Bump
brunch
to0.6
0.2.9 - 2023-10-05
- Minor code lints and cleanup
- Add
no-std
tests to CI
0.2.8 - 2023-06-01
This release improves unit test coverage, but has no particular user-facing changes.
0.2.7 - 2023-01-26
- Bump brunch
0.4
0.2.6 - 2022-12-27
- Minor performance improvement for slice joins
- Improve badge consistency (docs)
0.2.5 - 2022-09-11
- impl
OxfordJoin
forBTreeSet
- impl
OxfordJoin
forBTreeMap
(values) Conjunction::oxford_join
- Minor performance improvements
0.2.4 - 2022-08-11
- Bump MSRV 1.62
0.2.3 - 2022-04-30
- Make crate
#![no_std]
w/o any feature gates
0.2.2 - 2022-04-05
- Remove redundant
OxfordJoin
impls onVec<T>
andBox<[T]>
- Optimize joins of two (e.g.
[T; 2]
)
- Correct
String
capacity calculation for unspecialized slice joins (two extra bytes were being reserved!)
0.2.1 - 2022-01-13
Conjunction::is_empty
- impl
Hash
,Borrow<str>
forConjunction
0.2.0 - 2021-10-21
- This changelog! Haha.
- Use Rust edition 2021.