Releases: deeplex/deeppack
Releases · deeplex/deeppack
v0.1.0-alpha.7
What's Changed
- feat: Add codecs for
system_error2
string_ref
andcncr::uuid
by @BurningEnlightenment in #15
Full Changelog: v0.1.0-alpha.6...v0.1.0-alpha.7
v0.1.0-alpha.6
What's Changed
- Replace
parallel-hashmap
withboost.unordered
by @BurningEnlightenment in e596f42- Requires at least boost version 1.81.0
Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6
v0.1.0-alpha.5
What's Changed
- feat: Add state API to
parse_context
by @BurningEnlightenment in #14
Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5
v0.1.0-alpha.4
Add a few tiny usability enhancements
- Unbreak legacy
chunked_input_stream
adapter. - Include disappointment types with the general forward header.
- Add a macro which abstracts forward declarations for full codec
specializations.
Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4
v0.1.0-alpha.3
What's Changed
- Pass the emit_context by (non-const) reference by @BurningEnlightenment in #7
- Treat types derived from
*_buffer
as streams by @BurningEnlightenment in #8 - Update to cpp-template v0.2.4 by @BurningEnlightenment in #6
- Add basic memory buffer streams by @BurningEnlightenment in #11
Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3
v0.1.0-alpha.2
Fixes a build system issue which always required test dependencies to be present.
Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2
v0.1.0-alpha.1
This marks the completion of the major API redesign in order to allow defining user codecs out-of-line and reducing compile times by not including everything and its kitchen sink.
What's Changed
- CI cleanup by @BurningEnlightenment in #1
- Replace std system_error with SG14 status-code by @BurningEnlightenment in #2
- Update to copier-cpp template version 0.2.3 by @BurningEnlightenment in #3
- Switched from Boost.Test to Catch2
- Refactor the stream APIs to remove a codec template parameter by @BurningEnlightenment in #4
- Modernize and update dependencies to 2023.01 by @BurningEnlightenment in #5
Full Changelog: v0.0.0-alpha.1...v0.1.0-alpha.1