Releases: Shopify/string_view
Releases · Shopify/string_view
v0.2.1
What's Changed
- Fix some defects by @paracycle in #10
- Fix integer overflow in [] and byteslice length clamping by @paracycle in #13
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Address code review: fix bugs, correctness issues, and performance by @paracycle in #4
- Zero-copy transforms + StringView::Strict by @tobi in #2
- StringView::Pool — amortized-allocation view factory by @tobi in #3
- Refactor: DRY up validation, split extension into per-class files by @paracycle in #6
- S-expression parser: Strict-based lexer test fixture + benchmark by @tobi in #5
- Add
String#viewcore extension by @paracycle in #8 - Enforce frozen backing strings by @paracycle in #9
New Contributors
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Full Changelog: https://github.com/Shopify/string_view/commits/v0.1.0
Initial release