2021-02-04 22:46:50 -05: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
2021-05-31 22:31:29 -04:00
## [1.0.4] - 2021-05-31
2021-05-31 20:51:34 -04:00
#### Features
- Github Action support
2021-05-28 20:35:00 -04:00
## [1.0.3] - 2021-05-28
2021-05-28 20:02:01 -04:00
#### Bug Fixes
- Fix crash when processing stdin (`-`)
2021-05-28 09:34:11 -04:00
## [1.0.2] - 2021-05-28
2021-05-27 14:10:42 -04:00
#### Bug Fixes
- Don't panic when rendering typos on lines with non-ASCII character
2021-05-27 14:56:37 -04:00
## [1.0.1] - 2021-05-27
2021-05-27 14:22:12 -04:00
#### Bug Fixes
- Line numbers were off by `1 + <number of prior typos>`
2021-05-25 22:02:40 -04:00
## [1.0.0] - 2021-05-25
2021-05-21 21:41:02 -04:00
## [0.4.0] - 2021-05-21
2021-05-21 19:29:17 -04:00
#### Bug Fixes
- Correctly find config in parent directory
- Show abbreviated paths
- Check for word variations when also correcting a word
- Correct `ther` as not just `there` but also `the` and `their` (based on misspelling in Linux)
- Don't correct `hardlinked`
- `refernce` should correct to `reference` and not `references`
#### Performance
- Bypass variations, when possible
#### Features
- Log config loading to help debugging
- `typos` -specific ignores
2021-05-13 10:58:09 -04:00
## [0.3.0] - 2021-05-13
2021-05-13 08:02:48 -04:00
#### Bug Fixes
- Parsing identifiers according to the Unicode XID standard
- Corrected number detection
#### Performance
- Hand-rolled parser rather than regex
- Sped up UTF-8 validation
- Limited inner-loop asserts to debug builds
- Allow bypassing unicode cost with a `--no-unicode` flag
#### Features
- Colored output support
2021-04-14 20:13:25 -04:00
## [0.2.0] - 2021-04-14
2021-04-13 22:28:28 -04:00
#### Bug Fixes
- Improve accuracy of typo column number
- Moved some reports to stderr
- Gracefully handle broken pipe
- Clearly defined exit codes
#### Features
- Fix support with `--write-changes`
- Diff support with `--diff`
- Locale-independent and locale-specific dictionaries
- Dictionary overrides
- UTF-16 file support
- Support for stdin corrections (with `-` )
- `--dump-config <path>` (with `-` ) support
- Per-file type settings with custom file type support
#### Performance
- Multi-threading support
- Faster binary file detection
- Avoid looking up unknown words or numbers
- Small string optimizations
- Re-use config across arguments where possible
2021-02-04 22:46:50 -05:00
## 0.1.4 - 2019-11-03
2019-11-02 21:57:25 -04:00
#### Bug Fixes
2021-01-10 21:04:48 -05:00
* Ignore numbers as identifiers ([a00831c8](https://github.com/crate-ci/typos/commit/a00831c847b7efd81be520ea9b5d02f70555351f))
* Improve the organization of --help ([a48a457c](https://github.com/crate-ci/typos/commit/a48a457cc3ca817850118e2a2fb8b20fecdd40b8))
2019-11-02 21:57:25 -04:00
#### Features
2021-01-10 21:04:48 -05:00
* Dump files, identifiers, and words ([ce365ae1](https://github.com/crate-ci/typos/commit/ce365ae12e12fddfb6fc42a7f1e5ea71834d6051), closes [#41 ](https://github.com/crate-ci/typos/issues/41 ))
* Give control over allowed identifier characters for leading vs rest ([107308a6](https://github.com/crate-ci/typos/commit/107308a655a425eb593bf5e4928572c16e6a9bdd))
2019-11-02 21:57:25 -04:00
#### Performance
2021-01-10 21:04:48 -05:00
* Use standard identifier rules to avoid doing umber checks ([107308a6](https://github.com/crate-ci/typos/commit/107308a655a425eb593bf5e4928572c16e6a9bdd))
* Only do hex check if digits are in identifiers ([68cd36d0](https://github.com/crate-ci/typos/commit/68cd36d0de90226dbc9d31c2ce6d8bf6b69adb5c))
2019-11-02 21:57:25 -04:00
2021-02-04 22:46:50 -05:00
<!-- next - url -->
2021-05-31 22:31:29 -04:00
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v1.0.4...HEAD
[1.0.4]: https://github.com/assert-rs/predicates-rs/compare/v1.0.3...v1.0.4
2021-05-28 20:35:00 -04:00
[1.0.3]: https://github.com/assert-rs/predicates-rs/compare/v1.0.2...v1.0.3
2021-05-28 09:34:11 -04:00
[1.0.2]: https://github.com/assert-rs/predicates-rs/compare/v1.0.1...v1.0.2
2021-05-27 14:56:37 -04:00
[1.0.1]: https://github.com/assert-rs/predicates-rs/compare/v1.0.0...v1.0.1
2021-05-25 22:02:40 -04:00
[1.0.0]: https://github.com/assert-rs/predicates-rs/compare/v0.4.0...v1.0.0
2021-05-21 21:41:02 -04:00
[0.4.0]: https://github.com/assert-rs/predicates-rs/compare/v0.3.0...v0.4.0
2021-05-13 10:58:09 -04:00
[0.3.0]: https://github.com/assert-rs/predicates-rs/compare/v0.2.0...v0.3.0
2021-04-14 20:13:25 -04:00
[0.2.0]: https://github.com/assert-rs/predicates-rs/compare/v0.1.4...v0.2.0