What's Changed
- Defined direct codec instantiation without factory by @nyurik in #127
- make getFromName return const codec by @nyurik in #125
- Optimize individual codec instantiation by @nyurik in #129
- Fix type conversion warnings by @pps83 in #131
- Use size_t for return size in svb_encode/svb_decode by @pps83 in #135
- Search CODECFactory::scodecmap only once by @pps83 in #134
- Remove unnecessary use of std::move in initializefactory by @pps83 in #133
- Use std::make_unique to create unique ptrs by @pps83 in #132
- Fix debug assert in Simple8b and Simple16 when input lenght is unknown (0) by @gustingonzalez in #138
- Update simde GIT_TAG to specific commit by @louwers in #141
New Contributors
- @nyurik made their first contribution in #127
- @gustingonzalez made their first contribution in #138
- @louwers made their first contribution in #141
Full Changelog: v0.3.0...v0.3.1