Releases: acd1034/cpp-string-template
Releases · acd1034/cpp-string-template
v0.1.0 🎉
What's Changed
🐛 Bug Fixes
- Fix post-increment with input iterator by @acd1034 in #18
- Deprecate const reference when view is const by @acd1034 in #20
- Address wchar_t by @acd1034 in #27
✨ New Feature
- Add string template by @acd1034 in #2
- Make string template class by @acd1034 in #5
- Modernize regex by @acd1034 in #8
- Trailing view by @acd1034 in #9
- Regex trailing view by @acd1034 in #11
- Const trailing view by @acd1034 in #13
- Regex count by @acd1034 in #14
- Deprecate overwriting count when empty by @acd1034 in #21
- Adapt to common range by @acd1034 in #23
- Refactor string template by @acd1034 in #24
- Unreachable
trailing_view
by @acd1034 in #29 - Resolve: Fix CI and CMakeLists by @acd1034 in #31
New Contributors
Full Changelog: https://github.com/acd1034/cpp-string-template/commits/v0.1.0