blob: 53a7bc64b5d1aeb5e83ec9123cc7da8f48f00e39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Changelog
## Unreleased
- …
## tinystr 0.3.2 (October 28, 2019)
- Add `from_bytes` method.
## tinystr 0.3.1 (October 1, 2019)
- Documentation.
## tinystr 0.3.1 (October 1, 2019)
- Documentation.
## tinystr 0.3.0 (August 23, 2019)
- Separate out `is_ascii_numeric`, `is_ascii_alphanumeric` and `is_ascii_alphabetic`.
## tinystr 0.2.0 (August 16, 2019)
- Add TinyStr16
- Add to_ascii_titlecase specialization for all TinyStr*
|