blob: 257012a4a37b0806de93c22903023d026f3a6ac6 (
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
27
28
29
30
31
32
33
34
35
|
# Changelog
## Unreleased
- …
## tinystr 0.3.4 (August 21, 2020)
- Add `macros` feature which exposes `tinystr::macros`.
## tinystr 0.3.3 (July 26, 2020)
- Add `TinyStrAuto`.
- Add `no_std` feature.
## 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*
|