Releases: contour-terminal/boxed-cpp
Releases · contour-terminal/boxed-cpp
v1.4.3
What's Changed
- Add support for C++20 format API by @christianparpart in #26
Full Changelog: v.1.4.2...v1.4.3
v1.4.2
v1.4.1
What's Changed
- Add compare header include by @Yaraslaut in #20
- Add parse into custom formatter by @Yaraslaut in #21
- do not put fmt::formatter into fmt namespace by @tchaikov in #24
New Contributors
Full Changelog: v1.4.0...v1.4.1
v.1.4.2
Release 1.4.0
What's Changed
- Some small changes, more tests and README update by @Yaraslaut in #17
- Better godbolt examples by @Yaraslaut in #18
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- Introduced a way to generate tags automatically by @Yaraslaut in #16
Full Changelog: v1.2.2...v1.3.0
v1.2.2
Full Changelog: v1.2.1...v1.2.2
We sadly sometimes learn the hard way. CMake version numbers must not be quoted in project() declaration.
v1.2.1
Full Changelog: v1.2.0...v1.2.1
This is a purely syntetic release to fix the version number to be exposed as CMake project.
Release 1.2.0
What's Changed
- Use C++20's operator<=> for implementing comparison operators by @christianparpart in #15
Full Changelog: v1.1.0...v1.2.0
This release is tiny but required for the upcoming Contour release.
v1.1.0
What's Changed
- Add SFINAE for plain unbox instead of template by @Yaraslaut in #5
- Do not compile with c++17 in actions since we compile with c++20 anyway by @Yaraslaut in #7
- Update advance example by @Yaraslaut in #6
- CMake improvement by @topazus in #9
- Add Apache-2 license by @Yaraslaut in #11
- Add left operators (T,boxed<T,U>) by @Yaraslaut in #12
- Update example in readme by @Yaraslaut in #13
- Minor polishing by @christianparpart in #14
New Contributors
- @topazus made their first contribution in #9
- @christianparpart made their first contribution in #14
Full Changelog: v1.0.1...v1.1.0