Releases: EmberEmu/Hexi
Releases · EmberEmu/Hexi
v1.3.4
What's Changed
- Simplify is_iterable write overloads by @Chaosvex in #34
- Simplify overloads - strings can be treated as containers by @Chaosvex in #35
- Improve Doxygen comments by @Chaosvex in #36
- Avoid clearing containers unless required and always reserve by @Chaosvex in #37
- Allow specifying no_throw for polymorphic streams by @Chaosvex in #38
Full Changelog: v1.3.2...v1.3.4
v1.3.2
What's Changed
- Add missing polymorphic unit test by @Chaosvex in #28
- Add support for using prefix adaptors with containers by @Chaosvex in #29
- Ensure prefixed trivial containers select user-defined serialisation operators by @Chaosvex in #31
- Ensure adaptors report size correctly when using std::array with init_empty by @Chaosvex in #32
- Fix exception/error state when using static_buffer with buffer_adaptor by @Chaosvex in #33
Full Changelog: v1.3.1...v1.3.2
v1.3.1
Add support for serialisation & deserialising with a single function
- Simplified the explicit endian adaptors so the same adaptor can be used in both direction.
- Types can now be serialised and deserialised by defining only a single function.
- Improve & document null_buffer by @Chaosvex in #22
- Improve error handling strategy
Full Changelog: v1.2.0...v1.3.0