2019-12-07 09:59:39 +06:00
|
|
|
# Changes
|
|
|
|
|
2021-01-03 04:39:37 +00:00
|
|
|
## Unreleased - 2021-xx-xx
|
2020-12-31 06:11:50 +08:00
|
|
|
|
2020-03-30 11:54:40 +06:00
|
|
|
|
2020-12-31 02:20:49 +00:00
|
|
|
## 1.0.0 - 2020-12-31
|
|
|
|
* Update `bytes` dependency to `1`.
|
|
|
|
* Add array and slice of `u8` impls of `TryFrom` up to 32 in length.
|
|
|
|
* Rename `get_ref` to `as_bytes` and rename `into_inner` to `into_bytes`.
|
|
|
|
* `ByteString::new` is now a `const fn`.
|
|
|
|
* Crate is now `#[no_std]` compatible.
|
|
|
|
|
|
|
|
|
|
|
|
## 0.1.5 - 2020-03-30
|
2020-03-30 11:54:40 +06:00
|
|
|
* Serde support
|
|
|
|
|
2020-01-14 15:06:02 -08:00
|
|
|
|
2020-12-31 02:20:49 +00:00
|
|
|
## 0.1.4 - 2020-01-14
|
2020-01-14 15:06:02 -08:00
|
|
|
* Fix `AsRef<str>` impl
|
|
|
|
|
2020-01-13 11:58:31 +06:00
|
|
|
|
2020-12-31 02:20:49 +00:00
|
|
|
## 0.1.3 - 2020-01-13
|
2020-01-13 11:58:31 +06:00
|
|
|
* Add `PartialEq<T: AsRef<str>>`, `AsRef<[u8]>` impls
|
|
|
|
|
2019-12-22 16:24:28 +04:00
|
|
|
|
2020-12-31 02:20:49 +00:00
|
|
|
## 0.1.2 - 2019-12-22
|
2019-12-22 16:24:28 +04:00
|
|
|
* Fix `new()` method
|
|
|
|
* Make `ByteString::from_static()` and `ByteString::from_bytes_unchecked()` methods const.
|
|
|
|
|
2019-12-07 11:51:47 +06:00
|
|
|
|
2020-12-31 02:20:49 +00:00
|
|
|
## 0.1.1 - 2019-12-07
|
2019-12-07 11:51:47 +06:00
|
|
|
* Fix hash impl
|
|
|
|
|
2019-12-07 09:59:39 +06:00
|
|
|
|
2020-12-31 02:20:49 +00:00
|
|
|
## 0.1.0 - 2019-12-07
|
2019-12-07 09:59:39 +06:00
|
|
|
* Initial release
|