All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- [4b5867a] Change implementation, now based on
static-regular-grammar
.
- [4b5867a] Remove mutable methods (will be reintroduced if necessary later).
- [37b45ba] Add
AsLanguageTag
trait.
- [0f22312] Add
serde
support forLanguageTagBuf
.
- [71a205a] Fix README links.
- [43d3a06] Fix README links.
- [97a10ab] Add
fmt::Display
impl forGrandfatheredTag
.
- [eb305b0] Add inner buffer access methods.
- [7be6201] impl copy.
- [ccca814] Move to 2.0.0
- [f4d9a43] Fix LanguageTagBuf::as_ref.
- [d1a43f3] Impl Clone.
- [0cf935e] Refactor & Iterators.
- [638a21b] refactoring + new tests
- [cda890f] Fix comments.
- [c7304fb] Fix bugs + refact + preparing mut API.
- [7f247d0] Fix README ref links.