clap/clap_lex/CHANGELOG.md

129 lines
3.3 KiB
Markdown
Raw Normal View History

2022-04-15 15:54:14 +00:00
# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate
2024-07-25 13:39:13 +00:00
## [0.7.2] - 2024-07-25
2024-06-06 20:14:24 +00:00
## [0.7.1] - 2024-06-06
2024-02-08 16:33:13 +00:00
## [0.7.0] - 2024-02-08
2024-02-08 16:32:13 +00:00
### Compatibility
- Update MSRV to 1.74
### Fixes
- Improve `unsafe` code by using new `OsStr` API
2023-10-24 16:45:21 +00:00
## [0.6.0] - 2023-10-24
2023-10-24 16:44:41 +00:00
### Breaking Change
- Renamed `is_number` to more focused `is_negative_number`
### Performance
- Reduced code size
2023-08-24 16:07:01 +00:00
## [0.5.1] - 2023-08-24
2023-08-24 16:06:00 +00:00
### Compatibility
- Update MSRV to 1.70.0
2023-05-19 16:48:29 +00:00
## [0.5.0] - 2023-05-19
2023-05-19 16:48:21 +00:00
### Breaking Change
- Removed `OsStrExt::split_at`
2023-03-28 05:48:10 +00:00
## [0.4.1] - 2023-03-28
2023-03-28 05:47:37 +00:00
### Compatibility
- Deprecated `OsStrExt::split_at` as its unsound
2023-03-25 08:56:28 +00:00
## [0.4.0] - 2023-03-25
2023-03-25 08:56:05 +00:00
### Breaking Change
- `RawOsStr` and `RawOsString` are no long exported
- Return types were changed from `RawOsStr` to `OsStr`
### Features
- `OsStrExt` trait added to help with processing `OsStr`s
### Performance
- `os_str_bytes` dependency was dropped to improve build times and reduce binary size
2023-03-16 15:42:06 +00:00
## [0.3.3] - 2023-03-16
2023-02-23 17:19:10 +00:00
## [0.3.2] - 2023-02-23
2023-01-13 15:27:31 +00:00
## [0.3.1] - 2023-01-13
2023-01-13 13:13:28 +00:00
### Compatibility
MSRV changed to 1.64.0
2022-09-20 21:28:27 +00:00
## [0.3.0] - 2022-09-20
2022-09-20 21:27:40 +00:00
### Breaking Changes
- `RawArgs::insert` now takes owned values
### Compatibility
- MSRV changed from 1.56.1 to 1.60.0
2022-06-28 13:04:18 +00:00
## [0.2.4] - 2022-06-28
2022-06-21 14:32:04 +00:00
## [0.2.3] - 2022-06-21
2022-06-13 14:37:47 +00:00
## [0.2.2] - 2022-06-13
2022-06-13 14:28:17 +00:00
## [0.2.1] - 2022-06-13
2022-06-13 14:27:17 +00:00
### Features
- Allow checking if at end of input
2022-04-30 11:35:57 +00:00
## [0.2.0] - 2022-04-30
2022-04-30 11:35:38 +00:00
### Breaking Changes
- Don't do prefix matching by default
2022-04-15 21:17:02 +00:00
## [0.1.1] - 2022-04-15
2022-04-15 21:16:56 +00:00
- Drop `memchr` dependency
2022-04-15 15:54:14 +00:00
<!-- next-url -->
2024-07-25 13:39:13 +00:00
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_lex-v0.7.2...HEAD
[0.7.2]: https://github.com/clap-rs/clap/compare/clap_lex-v0.7.1...clap_lex-v0.7.2
2024-06-06 20:14:24 +00:00
[0.7.1]: https://github.com/clap-rs/clap/compare/clap_lex-v0.7.0...clap_lex-v0.7.1
2024-02-08 16:33:13 +00:00
[0.7.0]: https://github.com/clap-rs/clap/compare/clap_lex-v0.6.0...clap_lex-v0.7.0
2023-10-24 16:45:21 +00:00
[0.6.0]: https://github.com/clap-rs/clap/compare/clap_lex-v0.5.1...clap_lex-v0.6.0
2023-08-24 16:07:01 +00:00
[0.5.1]: https://github.com/clap-rs/clap/compare/clap_lex-v0.5.0...clap_lex-v0.5.1
2023-05-19 16:48:29 +00:00
[0.5.0]: https://github.com/clap-rs/clap/compare/clap_lex-v0.4.1...clap_lex-v0.5.0
2023-03-28 05:48:10 +00:00
[0.4.1]: https://github.com/clap-rs/clap/compare/clap_lex-v0.4.0...clap_lex-v0.4.1
2023-03-25 08:56:28 +00:00
[0.4.0]: https://github.com/clap-rs/clap/compare/clap_lex-v0.3.3...clap_lex-v0.4.0
2023-03-16 15:42:06 +00:00
[0.3.3]: https://github.com/clap-rs/clap/compare/clap_lex-v0.3.2...clap_lex-v0.3.3
2023-02-23 17:19:10 +00:00
[0.3.2]: https://github.com/clap-rs/clap/compare/clap_lex-v0.3.1...clap_lex-v0.3.2
2023-01-13 15:27:31 +00:00
[0.3.1]: https://github.com/clap-rs/clap/compare/clap_lex-v0.3.0...clap_lex-v0.3.1
2022-09-20 21:28:27 +00:00
[0.3.0]: https://github.com/clap-rs/clap/compare/clap_lex-v0.2.4...clap_lex-v0.3.0
2022-06-28 13:04:18 +00:00
[0.2.4]: https://github.com/clap-rs/clap/compare/clap_lex-v0.2.3...clap_lex-v0.2.4
2022-06-21 14:32:04 +00:00
[0.2.3]: https://github.com/clap-rs/clap/compare/clap_lex-v0.2.2...clap_lex-v0.2.3
2022-06-13 14:37:47 +00:00
[0.2.2]: https://github.com/clap-rs/clap/compare/clap_lex-v0.2.1...clap_lex-v0.2.2
2022-06-13 14:28:17 +00:00
[0.2.1]: https://github.com/clap-rs/clap/compare/clap_lex-v0.2.0...clap_lex-v0.2.1
2022-04-30 11:35:57 +00:00
[0.2.0]: https://github.com/clap-rs/clap/compare/clap_lex-v0.1.1...clap_lex-v0.2.0
2022-04-15 21:17:02 +00:00
[0.1.1]: https://github.com/clap-rs/clap/compare/ce71b08a3fe28c640dc6e17f6f5bb1452bd6d6d8...clap_lex-v0.1.1