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
2023-07-03 10:34:49 -04:00
## [1.15.10] - 2023-07-03
2023-07-03 10:34:37 -04:00
### Fixes
- Updated the dictionary with the [June 2023 ](https://github.com/crate-ci/typos/issues/733 ) changes
2023-06-30 10:43:35 -04:00
## [1.15.9] - 2023-06-30
2023-06-30 10:43:21 -04:00
### Fixes
- Don't correct "contiguities"
2023-06-29 12:13:01 -04:00
## [1.15.8] - 2023-06-29
2023-06-29 12:12:39 -04:00
### Fixes
- Don't correct some valid words
2023-06-26 16:43:01 -04:00
## [1.15.7] - 2023-06-26
2023-06-26 16:42:48 -04:00
### Fixes
- Show corrections in priority order again (broken in 1.15.0)
2023-06-26 10:05:53 -04:00
## [1.15.6] - 2023-06-26
2023-06-26 10:05:38 -04:00
### Fixes
- Don't correct currency code "zar"
2023-06-22 13:33:50 -04:00
## [1.15.5] - 2023-06-22
2023-06-22 13:33:35 -04:00
### Fixes
- Don't correct `typos.toml`
2023-06-22 11:13:38 -04:00
## [1.15.4] - 2023-06-22
2023-06-22 11:13:29 -04:00
### Fixes
- Correctly merge default setting for a file type with a user's file type settings
2023-06-21 15:51:20 -04:00
## [1.15.3] - 2023-06-21
2023-06-21 15:51:13 -04:00
### Fixes
- User config overrides default glob definitions
2023-06-20 10:25:04 -04:00
## [1.15.2] - 2023-06-20
2023-06-20 10:24:56 -04:00
### Fixes
- Ensure atomic output is locked
2023-06-19 11:28:02 -04:00
## [1.15.1] - 2023-06-19
2023-06-19 11:27:38 -04:00
### Fixes
- Don't correct `accreting`
2023-06-08 11:29:00 -04:00
## [1.15.0] - 2023-06-08
2023-06-08 11:07:17 -04:00
### Fixes
- Major dictionary update
2023-06-01 20:49:16 -04:00
## [1.14.12] - 2023-06-02
2023-06-01 07:21:47 -04:00
### Fixes
- Updated the dictionary with the [May 2023 ](https://github.com/crate-ci/typos/issues/718 ) changes
2023-05-22 14:44:05 -04:00
## [1.14.11] - 2023-05-22
2023-05-22 14:43:54 -04:00
### Fixes
- *(action)* Don't require `sudo`
2023-05-19 09:51:04 -04:00
## [1.14.10] - 2023-05-19
2023-05-19 09:50:25 -04:00
### Fixes
- Don't correct `add-ons` to `add-owns`
2023-05-03 09:57:26 -04:00
## [1.14.9] - 2023-05-03
2023-05-03 09:54:47 -04:00
### Fixes
- Updated the dictionary with the [April 2023 ](https://github.com/crate-ci/typos/issues/705 ) changes
2023-04-19 10:47:11 -04:00
## [1.14.8] - 2023-04-19
2023-04-19 10:47:00 -04:00
### Performance
- *(pre-commit)* Build musl wheels
2023-04-19 09:35:04 -04:00
## [1.14.7] - 2023-04-19
2023-04-19 09:34:35 -04:00
### Fixes
- *(pre-commit)* Ensure there is a default target to install for `typos-src`
2023-04-12 23:24:06 -04:00
## [1.14.6] - 2023-04-13
2023-04-12 23:23:41 -04:00
### Internal
- Update dependency
2023-03-30 08:50:08 -04:00
## [1.14.5] - 2023-03-30
2023-03-30 08:44:55 -04:00
### Fixes
- Fix UTF-16 support broken in 1.14.4
2023-03-29 22:55:35 -04:00
## [1.14.4] - 2023-03-30
2023-03-29 22:54:24 -04:00
### Fixes
- Updated the dictionary with the [March 2023 ](https://github.com/crate-ci/typos/issues/677 ) changes
### Internal
- Changed the UTF-16 encoder / decoder
2023-03-18 05:20:06 -04:00
## [1.14.3] - 2023-03-18
2023-03-18 05:19:58 -04:00
### Internal
- Update dependency
2023-03-18 03:09:49 -04:00
## [1.14.2] - 2023-03-18
2023-03-18 03:09:34 -04:00
### Features
- *(config)* `extend-ignores-re` for extending support for ignoring non-identifiers like email, PGP signatures, etc
2023-03-18 00:59:36 -04:00
## [1.14.1] - 2023-03-18
2023-03-18 00:59:20 -04:00
### Fixes
2023-03-18 03:09:34 -04:00
- *(config)* Actually support `extend-ignore-identifiers-re`
2023-03-18 00:59:20 -04:00
2023-03-18 00:09:02 -04:00
## [1.14.0] - 2023-03-18
2023-03-18 00:08:45 -04:00
### Features
2023-03-18 03:09:34 -04:00
- *(config)* `extend-ignore-identifiers-re` field for defining all classes of identifiers
2023-03-18 00:08:45 -04:00
2023-03-16 06:22:42 -04:00
## [1.13.26] - 2023-03-16
2023-03-16 06:22:24 -04:00
### Internal
- Update dependency
2023-03-16 04:47:08 -04:00
## [1.13.25] - 2023-03-16
2023-03-16 04:46:57 -04:00
### Fixes
- Don't correct `commitish`
2023-03-14 03:14:39 -04:00
## [1.13.24] - 2023-03-14
2023-03-14 03:14:31 -04:00
### Fixes
- `CLICOLOR=1` now works correctly
- `NO_COLOR=` now works correctly
- Auto-enable colors in CI
2023-03-13 21:45:44 -04:00
## [1.13.23] - 2023-03-14
2023-03-13 21:45:03 -04:00
### Performance
- *(action)* Avoid docker builds
2023-03-13 13:33:33 -04:00
## [1.13.22] - 2023-03-13
2023-03-13 13:33:17 -04:00
### Fixes
- Correct `existend` to `existent` in addition to `existed`
- Correct `erronerous` to `erroneous`
2023-03-13 12:57:15 -04:00
## [1.13.21] - 2023-03-13
2023-03-13 12:56:52 -04:00
### Fixes
- Correct `empheral` to `ephemeral`
- Ignore `go.mod` by default
- Ensure pre-commit isn't slow to install
2023-03-07 05:47:20 -05:00
## [1.13.20] - 2023-03-07
2023-03-07 05:43:57 -05:00
### Features
Publish to PyPI (second attempt)
2023-03-07 04:18:52 -05:00
## [1.13.19] - 2023-03-07
2023-03-07 04:18:45 -05:00
### Features
Publish to PyPI (first attempt)
2023-03-05 22:02:01 -05:00
## [1.13.18] - 2023-03-06
2023-03-05 22:01:51 -05:00
### Compatibility
- Pre-built Linux binaries will now be built with Ubuntu 20.04, rather than 18.04
2023-03-05 21:43:46 -05:00
## [1.13.17] - 2023-03-06
2023-03-05 21:43:28 -05:00
### Fixes
- Misc corrections
2023-02-28 08:25:30 -05:00
## [1.13.16] - 2023-02-28
2023-02-28 07:30:27 -05:00
## [1.13.15] - 2023-02-28
2023-02-28 07:19:27 -05:00
### Internal
- Dependency updates
2023-02-27 17:14:07 -05:00
## [1.13.14] - 2023-02-27
2023-02-27 17:14:00 -05:00
### Fixes
- Correct encrypt / decrypt related words
2023-02-27 16:33:00 -05:00
## [1.13.13] - 2023-02-27
2023-02-27 16:32:45 -05:00
### Fixes
- Correct `grouepd` to `grouped`
2023-02-23 14:09:37 -05:00
## [1.13.12] - 2023-02-23
2023-02-23 14:09:30 -05:00
### Features
- *(action)* Allow writing changes
2023-02-23 11:44:11 -05:00
## [1.13.11] - 2023-02-23
2023-02-23 11:43:58 -05:00
### Fixes
- Don't correct `referer`
2023-02-01 11:09:00 -05:00
## [1.13.10] - 2023-02-01
2023-02-01 10:29:42 -05:00
### Fixes
- Correct `detctable` & `seaonal` & `wayferer`
2023-01-25 11:31:49 -05:00
## [1.13.9] - 2023-01-25
2023-01-25 11:31:18 -05:00
### Fixes
- Correct `regylar` -> `regular`
- Do not correct substitutents
- Do not correct substituters
2023-01-16 09:43:06 -05:00
## [1.13.8] - 2023-01-16
2023-01-16 09:42:40 -05:00
### Fixes
- Correct serialzie -> serialize
2023-01-13 22:18:38 -05:00
## [1.13.7] - 2023-01-14
2023-01-13 22:18:18 -05:00
### Features
- `--file-types` debug flag to debug file type detection issues
2022-12-20 15:39:46 -05:00
## [1.13.6] - 2022-12-20
2022-12-20 15:39:39 -05:00
### Features
- *(precommit)* Add a docker variant
2022-12-19 09:47:53 -05:00
## [1.13.5] - 2022-12-19
2022-12-19 09:06:55 -05:00
- *(docker)* Ensure correct libc is available
- *(precommit)* Restrict what stages it runs during
2022-12-06 14:54:17 -05:00
## [1.13.4] - 2022-12-06
2022-12-06 14:51:23 -05:00
### Fixes
- Don't correct `nilable` as its used by the Ruby community
2022-12-01 21:25:20 -05:00
## [1.13.3] - 2022-12-02
2022-12-01 21:00:28 -05:00
## [1.13.2] - 2022-12-02
2022-11-30 00:00:05 -05:00
## [1.13.1] - 2022-11-30
2022-11-29 23:59:55 -05:00
### Fixes
- Don't crash in non-UTF8 cases with `--format brief`
- Report correct column with `--format brief`
2022-11-21 23:26:08 -05:00
## [1.13.0] - 2022-11-22
2022-11-21 23:24:01 -05:00
### Fixes
- Over a hundred new corrections
2022-11-04 10:52:20 -04:00
## [1.12.14] - 2022-11-04
2022-11-03 23:28:10 -04:00
## [1.12.13] - 2022-11-04
2022-11-03 23:27:45 -04:00
### Fixes
- Don't crash on `--locale en-us`
2022-10-25 08:11:46 -04:00
## [1.12.12] - 2022-10-25
2022-10-25 08:09:40 -04:00
### Fixes
- Correct decreypted -> decrypted
2022-10-20 08:08:07 -04:00
## [1.12.11] - 2022-10-20
2022-10-20 08:06:31 -04:00
### Fixes
- Correct `wrappning`
2022-10-11 10:48:09 -04:00
## [1.12.10] - 2022-10-11
2022-10-11 10:47:51 -04:00
### Fixes
- Several more corrections
2022-10-06 09:26:11 -04:00
## [1.12.9] - 2022-10-06
2022-10-06 09:25:36 -04:00
### Fixes
- Correct `whaat` to `what`
2022-09-28 17:15:05 -04:00
## [1.12.8] - 2022-09-28
2022-09-28 17:14:56 -04:00
### Fixes
- Polished help output
2022-09-22 14:38:17 -04:00
## [1.12.7] - 2022-09-22
2022-09-22 14:38:04 -04:00
### Fixes
- Correct `targest` to `target`
2022-09-21 20:28:48 -04:00
## [1.12.6] - 2022-09-22
2022-09-21 20:28:13 -04:00
### Fixes
- Correct `pararmeter` to `parameter`
2022-09-15 09:43:18 -04:00
## [1.12.5] - 2022-09-15
2022-09-15 09:43:02 -04:00
### Fixes
- Correct `stte` to `state`
2022-09-08 12:49:58 -04:00
## [1.12.4] - 2022-09-08
2022-09-08 12:49:50 -04:00
### Fixes
- Don't correct `NDArray` in Python
2022-09-06 10:25:25 -04:00
## [1.12.3] - 2022-09-06
2022-09-06 10:25:08 -04:00
### Fixes
- Add more typos
2022-09-01 11:43:57 -04:00
## [1.12.2] - 2022-09-01
2022-09-01 11:43:41 -04:00
### Fixes
- Ignore `thead` always, HTML is too pervasive
2022-09-01 10:50:53 -04:00
## [1.12.1] - 2022-09-01
2022-09-01 10:50:22 -04:00
### Fixes
- Ignore `thead` tag also in markdown
2022-08-30 10:28:57 -04:00
## [1.12.0] - 2022-08-30
2022-08-30 10:28:17 -04:00
### Fixes
- Many new corrections
2022-08-29 17:11:36 -04:00
## [1.11.5] - 2022-08-29
2022-08-29 17:11:30 -04:00
### Fixes
- Ignore `thead` tag also in tsx/jsx
2022-08-25 17:24:58 -04:00
## [1.11.4] - 2022-08-25
2022-08-25 17:24:41 -04:00
### Fixes
- Ignore CSS hex numbers starting with decimal values, like #111AAA
2022-08-25 07:37:27 -04:00
## [1.11.3] - 2022-08-25
2022-08-25 07:37:16 -04:00
### Fixes
- Ignore `thead` for CSS
2022-08-23 10:24:26 -04:00
## [1.11.2] - 2022-08-23
2022-08-23 10:24:06 -04:00
### Fixes
- Correct "inappropriate[ly]"
- Ignore `thead` tag only in HTML
- Ignore `windo` in vim
- Narrow scope of ignoring `flate` to the `flate2` identifier
2022-08-16 08:49:04 -04:00
## [1.11.1] - 2022-08-16
2022-08-16 08:48:39 -04:00
### Fixes
- Don't correct `thead` tag
- Correct `deffer` to either `differ` or `defer`
- Correct `opauqe` to `opaque`
2022-08-13 13:06:41 -04:00
## [1.11.0] - 2022-08-13
2022-08-13 12:58:45 -04:00
### Fixes
- Added many more corrections
2022-07-22 12:09:08 -04:00
## [1.10.3] - 2022-07-22
2022-07-22 12:08:29 -04:00
### Fixes
- Correct `anonimised` , `anonimized`
2022-06-22 13:28:18 -04:00
## [1.10.2] - 2022-06-22
2022-06-22 13:28:02 -04:00
### Fixes
- *(Github Action)* Don't add annotation for binary files
2022-06-16 15:11:38 -04:00
## [1.10.1] - 2022-06-16
2022-06-16 15:11:31 -04:00
### Fixes
- When stdout is redirected to a file, don't spell check that file
2022-06-16 14:51:51 -04:00
## [1.10.0] - 2022-06-16
2022-06-16 14:51:40 -04:00
### Features
- *(Github Action)* Report typos as annotations
### Performance
- *(Github Action)* Only check the files changed in a PR
2022-06-15 17:13:13 -04:00
## [1.9.0] - 2022-06-15
2022-06-15 17:11:10 -04:00
### Fixes
- Made overlapping file definitions deterministic (most specific one wins) (#500)
2022-05-16 10:33:53 -04:00
## [1.8.1] - 2022-05-16
2022-05-16 10:33:23 -04:00
- Extra debug logging
2022-05-10 15:24:11 -04:00
## [1.8.0] - 2022-05-10
2022-05-10 15:22:32 -04:00
### Fixes
- Actually ignore items, like hashes, at the end of input
- Actually ignore items, like hashes, that have trailing backslashes
- Better detect short base64's by watching the padding bytes
2022-04-28 10:39:14 -04:00
## [1.7.3] - 2022-04-28
2022-04-28 10:38:33 -04:00
### Fixes
- Fix alignment in reports for numbers, broken in 1.7.2
- Correct `identitiy`
2022-04-27 22:56:53 -04:00
## [1.7.2] - 2022-04-28
2022-04-27 22:53:26 -04:00
### Fixes
- Fix misalignment in the detailed report with multiwidth characters
- Fix report to show columns as 1-indexed
2022-04-25 12:49:02 -04:00
## [1.7.1] - 2022-04-25
2022-04-25 12:48:06 -04:00
### Fixes
2022-04-27 22:53:26 -04:00
2022-04-25 12:48:06 -04:00
- Ignore uppercase UUID because Microsoft
- Correct `unencyrpted`
- Correct `signign`
2022-04-18 10:39:53 -04:00
## [1.7.0] - 2022-04-18
2022-04-18 10:37:39 -04:00
### Fixes
- Ignore CSS Colors
2022-04-06 13:53:00 -04:00
## [1.6.0] - 2022-04-06
2022-04-06 13:52:38 -04:00
### Fixes
- Treat `go.mod` as go-lang source like we do manifests for other languages
- Treat `go.sum` as a lock file, ignoring it by default
2022-03-09 10:00:30 -05:00
## [1.5.0] - 2022-03-09
2022-03-09 09:58:56 -05:00
### Compatibility
- File-types in the default config were moved to being built-in
- Lock files have moved to the same file type, regardless of syntax
### Fixes
- Don't spell check lock files as the user shouldn't have to manage their config to handle transitive dependency names
2022-02-14 10:05:09 -05:00
## [1.4.1] - 2022-02-14
2022-02-14 10:04:46 -05:00
#### Fixes
- Improve URL detection to avoid spell checking them
2022-02-08 08:12:19 -05:00
## [1.4.0] - 2022-02-08
2022-02-08 08:12:09 -05:00
#### Fixes
- Many new typos added
2022-01-26 15:32:31 -05:00
## [1.3.9] - 2022-01-26
2022-01-26 15:32:05 -05:00
#### Fixes
- Attempt to detect base64 values shorter than 90 characters
2022-01-26 11:01:15 -05:00
## [1.3.8] - 2022-01-26
2022-01-26 10:59:28 -05:00
#### Fixes
- Don't stop parsing on `%` , `\\` when outside of an escape sequence or printf interpolation
2022-01-24 21:35:08 -05:00
## [1.3.7] - 2022-01-24
2022-01-24 21:34:32 -05:00
#### Fixes
- Don't complain when mixing ordinals with markdown
2022-01-24 13:30:42 -05:00
## [1.3.6] - 2022-01-24
2022-01-24 13:30:29 -05:00
#### Fixes
- Don't error on `type` settings in config
2022-01-21 11:39:27 -05:00
## [1.3.5] - 2022-01-21
2022-01-12 12:16:44 -05:00
## [1.3.4] - 2022-01-12
2021-12-18 18:52:11 -05:00
## [1.3.3] - 2021-12-18
2021-12-18 18:50:46 -05:00
#### Fixes
- Hopefully fix pre-commit hook on cygwin
2021-12-14 13:58:03 -05:00
## [1.3.2] - 2021-12-14
2021-12-14 13:56:56 -05:00
#### Fixes
- Correct "requierment" to "requirement", not "requirements"
- Correct "descrepancy" to "discrepancy"
2021-11-16 08:49:32 -05:00
## [1.3.1] - 2021-11-16
2021-11-15 09:37:02 -05:00
## [1.3.0] - 2021-11-15
2021-11-15 09:20:41 -05:00
Note: MSRV is now 1.54
#### Fixes
- Fix multiple escape sequences in a row
- Large batch of additional corrections
- Use static CRT for pre-built Windows binaries
2021-11-03 12:48:12 -04:00
## [1.2.1] - 2021-11-03
2021-10-23 10:44:22 -04:00
## [1.2.0] - 2021-10-23
2021-10-23 10:44:15 -04:00
#### Bug Fixes
- Remove some overhead
- Smarter color control
- Remove some general false positives
- Remove some Rust-specific false positives
- Check language packaging with language (due to overlap of dependency names
- Skip checking lock files since they are machine generated
- Fix default/override config overlaying
2021-09-14 11:03:34 -04:00
## [1.1.9] - 2021-09-14
2021-08-30 10:16:40 -04:00
## [1.1.8] - 2021-08-30
2021-08-30 10:15:49 -04:00
#### Bug Fixes
- Correct `surrouned` to `surround` and now `surrounded`
2021-08-20 13:16:11 -04:00
## [1.1.7] - 2021-08-20
2021-08-20 13:13:32 -04:00
#### Bug Fixes
- Improve hex/hash detection
2021-08-06 10:03:52 -04:00
## [1.1.6] - 2021-08-06
2021-08-06 10:02:55 -04:00
#### Bug Fixes
- Add `instantialed` typo
2021-08-04 09:47:54 -04:00
## [1.1.5] - 2021-08-04
2021-08-04 09:46:22 -04:00
#### Bug Fixes
- Reduce false-positives by not checking file contents of certs
2021-08-02 10:58:00 -04:00
## [1.1.4] - 2021-08-02
2021-08-02 10:11:54 -04:00
#### Bug Fixes
- Don't stop parsing at c-escape but continue on
2021-07-30 13:14:20 -04:00
## [1.1.3] - 2021-07-30
2021-07-30 12:30:05 -04:00
#### Bug Fixes
- Reduce false-positives by ignoring words following possible c-escape sequences or printf patterns.
2021-07-30 12:10:12 -04:00
## [1.1.2] - 2021-07-30
2021-07-30 11:42:52 -04:00
#### Bug Fixes
- `wasn,was` correction causes problems with `wasn't`
2021-07-27 16:43:50 -04:00
## [1.1.1] - 2021-07-27
2021-07-27 16:43:38 -04:00
#### Bug Fixes
- Correct the Linux binary link after switching to musl
2021-07-27 16:33:16 -04:00
## [1.1.0] - 2021-07-27
2021-07-27 16:26:14 -04:00
#### Features
- Add more corrections
2021-06-29 16:34:25 -04:00
## [1.0.11] - 2021-06-29
2021-06-29 15:43:05 -04:00
#### Change of Behavior
- `ignore-hex` and `identifier-leading-digit` are deprecated and `typos` acts as
if `ignore-hex=true` and `identifier-leading-digit=false` .
#### Features
- Automatically ignore
- UUIDs
- SHAs
- base64 encoded data (must be at least 90 bytes)
- emails
- URLs
#### Performance
- Due to new literal detection, finding identifiers is takes 10x longer.
Combined with word splitting, its only takes 3x longer. The majority of the
time is spent in dictionary lookups, so we don't expect this to have too much impact in the end.
2021-06-28 15:56:13 -04:00
## [1.0.10] - 2021-06-28
2021-06-28 15:53:43 -04:00
#### Bug Fixes
- Remove reliance on compilation for pre-commit
2021-06-15 18:32:26 -04:00
## [1.0.9] - 2021-06-15
2021-06-15 17:50:09 -04:00
#### Bug Fixes
- Fix a crash from hitting a race condition
2021-06-15 11:53:20 -04:00
## [1.0.8] - 2021-06-15
2021-06-15 11:51:04 -04:00
## [1.0.7] - 2021-06-15
2021-06-15 11:49:40 -04:00
#### Features
- precommit hook settings
2021-06-07 09:04:04 -04:00
## [1.0.6] - 2021-06-07
2021-06-07 07:28:53 -04:00
#### Bug Fixes
- Fix the prior `typos <file>` fix that broke all other forms
- Extend the fix to other modes (`--dump-config`, etc)
2021-06-05 15:37:25 -04:00
## [1.0.5] - 2021-06-05
2021-06-05 15:36:30 -04:00
#### Bug Fixes
- Don't error out on `typos <file>`
- Reduce memory use when compiling for typos-vars
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 -->
2023-07-03 10:34:49 -04:00
[Unreleased]: https://github.com/crate-ci/typos/compare/v1.15.10...HEAD
[1.15.10]: https://github.com/crate-ci/typos/compare/v1.15.9...v1.15.10
2023-06-30 10:43:35 -04:00
[1.15.9]: https://github.com/crate-ci/typos/compare/v1.15.8...v1.15.9
2023-06-29 12:13:01 -04:00
[1.15.8]: https://github.com/crate-ci/typos/compare/v1.15.7...v1.15.8
2023-06-26 16:43:01 -04:00
[1.15.7]: https://github.com/crate-ci/typos/compare/v1.15.6...v1.15.7
2023-06-26 10:05:53 -04:00
[1.15.6]: https://github.com/crate-ci/typos/compare/v1.15.5...v1.15.6
2023-06-22 13:33:50 -04:00
[1.15.5]: https://github.com/crate-ci/typos/compare/v1.15.4...v1.15.5
2023-06-22 11:13:38 -04:00
[1.15.4]: https://github.com/crate-ci/typos/compare/v1.15.3...v1.15.4
2023-06-21 15:51:20 -04:00
[1.15.3]: https://github.com/crate-ci/typos/compare/v1.15.2...v1.15.3
2023-06-20 10:25:04 -04:00
[1.15.2]: https://github.com/crate-ci/typos/compare/v1.15.1...v1.15.2
2023-06-19 11:28:02 -04:00
[1.15.1]: https://github.com/crate-ci/typos/compare/v1.15.0...v1.15.1
2023-06-08 11:29:00 -04:00
[1.15.0]: https://github.com/crate-ci/typos/compare/v1.14.12...v1.15.0
2023-06-01 20:49:16 -04:00
[1.14.12]: https://github.com/crate-ci/typos/compare/v1.14.11...v1.14.12
2023-05-22 14:44:05 -04:00
[1.14.11]: https://github.com/crate-ci/typos/compare/v1.14.10...v1.14.11
2023-05-19 09:51:04 -04:00
[1.14.10]: https://github.com/crate-ci/typos/compare/v1.14.9...v1.14.10
2023-05-03 09:57:26 -04:00
[1.14.9]: https://github.com/crate-ci/typos/compare/v1.14.8...v1.14.9
2023-04-19 10:47:11 -04:00
[1.14.8]: https://github.com/crate-ci/typos/compare/v1.14.7...v1.14.8
2023-04-19 09:35:04 -04:00
[1.14.7]: https://github.com/crate-ci/typos/compare/v1.14.6...v1.14.7
2023-04-12 23:24:06 -04:00
[1.14.6]: https://github.com/crate-ci/typos/compare/v1.14.5...v1.14.6
2023-03-30 08:50:08 -04:00
[1.14.5]: https://github.com/crate-ci/typos/compare/v1.14.4...v1.14.5
2023-03-29 22:55:35 -04:00
[1.14.4]: https://github.com/crate-ci/typos/compare/v1.14.3...v1.14.4
2023-03-18 05:20:06 -04:00
[1.14.3]: https://github.com/crate-ci/typos/compare/v1.14.2...v1.14.3
2023-03-18 03:09:49 -04:00
[1.14.2]: https://github.com/crate-ci/typos/compare/v1.14.1...v1.14.2
2023-03-18 00:59:36 -04:00
[1.14.1]: https://github.com/crate-ci/typos/compare/v1.14.0...v1.14.1
2023-03-18 00:09:02 -04:00
[1.14.0]: https://github.com/crate-ci/typos/compare/v1.13.26...v1.14.0
2023-03-16 06:22:42 -04:00
[1.13.26]: https://github.com/crate-ci/typos/compare/v1.13.25...v1.13.26
2023-03-16 04:47:08 -04:00
[1.13.25]: https://github.com/crate-ci/typos/compare/v1.13.24...v1.13.25
2023-03-14 03:14:39 -04:00
[1.13.24]: https://github.com/crate-ci/typos/compare/v1.13.23...v1.13.24
2023-03-13 21:45:44 -04:00
[1.13.23]: https://github.com/crate-ci/typos/compare/v1.13.22...v1.13.23
2023-03-13 13:33:33 -04:00
[1.13.22]: https://github.com/crate-ci/typos/compare/v1.13.21...v1.13.22
2023-03-13 12:57:15 -04:00
[1.13.21]: https://github.com/crate-ci/typos/compare/v1.13.20...v1.13.21
2023-03-07 05:47:20 -05:00
[1.13.20]: https://github.com/crate-ci/typos/compare/v1.13.19...v1.13.20
2023-03-07 04:18:52 -05:00
[1.13.19]: https://github.com/crate-ci/typos/compare/v1.13.18...v1.13.19
2023-03-05 22:02:01 -05:00
[1.13.18]: https://github.com/crate-ci/typos/compare/v1.13.17...v1.13.18
2023-03-05 21:43:46 -05:00
[1.13.17]: https://github.com/crate-ci/typos/compare/v1.13.16...v1.13.17
2023-02-28 08:25:30 -05:00
[1.13.16]: https://github.com/crate-ci/typos/compare/v1.13.15...v1.13.16
2023-02-28 07:30:27 -05:00
[1.13.15]: https://github.com/crate-ci/typos/compare/v1.13.14...v1.13.15
2023-02-27 17:14:07 -05:00
[1.13.14]: https://github.com/crate-ci/typos/compare/v1.13.13...v1.13.14
2023-02-27 16:33:00 -05:00
[1.13.13]: https://github.com/crate-ci/typos/compare/v1.13.12...v1.13.13
2023-02-23 14:09:37 -05:00
[1.13.12]: https://github.com/crate-ci/typos/compare/v1.13.11...v1.13.12
2023-02-23 11:44:11 -05:00
[1.13.11]: https://github.com/crate-ci/typos/compare/v1.13.10...v1.13.11
2023-02-01 11:09:00 -05:00
[1.13.10]: https://github.com/crate-ci/typos/compare/v1.13.9...v1.13.10
2023-01-25 11:31:49 -05:00
[1.13.9]: https://github.com/crate-ci/typos/compare/v1.13.8...v1.13.9
2023-01-16 09:43:06 -05:00
[1.13.8]: https://github.com/crate-ci/typos/compare/v1.13.7...v1.13.8
2023-01-13 22:18:38 -05:00
[1.13.7]: https://github.com/crate-ci/typos/compare/v1.13.6...v1.13.7
2022-12-20 15:39:46 -05:00
[1.13.6]: https://github.com/crate-ci/typos/compare/v1.13.5...v1.13.6
2022-12-19 09:47:53 -05:00
[1.13.5]: https://github.com/crate-ci/typos/compare/v1.13.4...v1.13.5
2022-12-06 14:54:17 -05:00
[1.13.4]: https://github.com/crate-ci/typos/compare/v1.13.3...v1.13.4
2022-12-01 21:25:20 -05:00
[1.13.3]: https://github.com/crate-ci/typos/compare/v1.13.2...v1.13.3
2022-12-01 21:00:28 -05:00
[1.13.2]: https://github.com/crate-ci/typos/compare/v1.13.1...v1.13.2
2022-11-30 00:00:05 -05:00
[1.13.1]: https://github.com/crate-ci/typos/compare/v1.13.0...v1.13.1
2022-11-21 23:26:08 -05:00
[1.13.0]: https://github.com/crate-ci/typos/compare/v1.12.14...v1.13.0
2022-11-04 10:52:20 -04:00
[1.12.14]: https://github.com/crate-ci/typos/compare/v1.12.13...v1.12.14
2022-11-03 23:28:10 -04:00
[1.12.13]: https://github.com/crate-ci/typos/compare/v1.12.12...v1.12.13
2022-10-25 08:11:46 -04:00
[1.12.12]: https://github.com/crate-ci/typos/compare/v1.12.11...v1.12.12
2022-10-20 08:08:07 -04:00
[1.12.11]: https://github.com/crate-ci/typos/compare/v1.12.10...v1.12.11
2022-10-11 10:48:09 -04:00
[1.12.10]: https://github.com/crate-ci/typos/compare/v1.12.9...v1.12.10
2022-10-06 09:26:11 -04:00
[1.12.9]: https://github.com/crate-ci/typos/compare/v1.12.8...v1.12.9
2022-09-28 17:15:05 -04:00
[1.12.8]: https://github.com/crate-ci/typos/compare/v1.12.7...v1.12.8
2022-09-22 14:38:17 -04:00
[1.12.7]: https://github.com/crate-ci/typos/compare/v1.12.6...v1.12.7
2022-09-21 20:28:48 -04:00
[1.12.6]: https://github.com/crate-ci/typos/compare/v1.12.5...v1.12.6
2022-09-15 09:43:18 -04:00
[1.12.5]: https://github.com/crate-ci/typos/compare/v1.12.4...v1.12.5
2022-09-08 12:49:58 -04:00
[1.12.4]: https://github.com/crate-ci/typos/compare/v1.12.3...v1.12.4
2022-09-06 10:25:25 -04:00
[1.12.3]: https://github.com/crate-ci/typos/compare/v1.12.2...v1.12.3
2022-09-01 11:43:57 -04:00
[1.12.2]: https://github.com/crate-ci/typos/compare/v1.12.1...v1.12.2
2022-09-01 10:50:53 -04:00
[1.12.1]: https://github.com/crate-ci/typos/compare/v1.12.0...v1.12.1
2022-08-30 10:28:57 -04:00
[1.12.0]: https://github.com/crate-ci/typos/compare/v1.11.5...v1.12.0
2022-08-29 17:11:36 -04:00
[1.11.5]: https://github.com/crate-ci/typos/compare/v1.11.4...v1.11.5
2022-08-25 17:24:58 -04:00
[1.11.4]: https://github.com/crate-ci/typos/compare/v1.11.3...v1.11.4
2022-08-25 07:37:27 -04:00
[1.11.3]: https://github.com/crate-ci/typos/compare/v1.11.2...v1.11.3
2022-08-23 10:24:26 -04:00
[1.11.2]: https://github.com/crate-ci/typos/compare/v1.11.1...v1.11.2
2022-08-16 08:49:04 -04:00
[1.11.1]: https://github.com/crate-ci/typos/compare/v1.11.0...v1.11.1
2022-08-13 13:06:41 -04:00
[1.11.0]: https://github.com/crate-ci/typos/compare/v1.10.3...v1.11.0
2022-07-22 12:09:08 -04:00
[1.10.3]: https://github.com/crate-ci/typos/compare/v1.10.2...v1.10.3
2022-06-22 13:28:18 -04:00
[1.10.2]: https://github.com/crate-ci/typos/compare/v1.10.1...v1.10.2
2022-06-16 15:11:38 -04:00
[1.10.1]: https://github.com/crate-ci/typos/compare/v1.10.0...v1.10.1
2022-06-16 14:51:51 -04:00
[1.10.0]: https://github.com/crate-ci/typos/compare/v1.9.0...v1.10.0
2022-06-15 17:13:13 -04:00
[1.9.0]: https://github.com/crate-ci/typos/compare/v1.8.1...v1.9.0
2022-05-16 10:33:53 -04:00
[1.8.1]: https://github.com/crate-ci/typos/compare/v1.8.0...v1.8.1
2022-05-10 15:24:11 -04:00
[1.8.0]: https://github.com/crate-ci/typos/compare/v1.7.3...v1.8.0
2022-04-28 10:39:14 -04:00
[1.7.3]: https://github.com/crate-ci/typos/compare/v1.7.2...v1.7.3
2022-04-27 22:56:53 -04:00
[1.7.2]: https://github.com/crate-ci/typos/compare/v1.7.1...v1.7.2
2022-04-25 12:49:02 -04:00
[1.7.1]: https://github.com/crate-ci/typos/compare/v1.7.0...v1.7.1
2022-04-18 10:39:53 -04:00
[1.7.0]: https://github.com/crate-ci/typos/compare/v1.6.0...v1.7.0
2022-04-06 13:53:00 -04:00
[1.6.0]: https://github.com/crate-ci/typos/compare/v1.5.0...v1.6.0
2022-03-09 10:00:30 -05:00
[1.5.0]: https://github.com/crate-ci/typos/compare/v1.4.1...v1.5.0
2022-02-14 10:05:09 -05:00
[1.4.1]: https://github.com/crate-ci/typos/compare/v1.4.0...v1.4.1
2022-02-08 08:12:19 -05:00
[1.4.0]: https://github.com/crate-ci/typos/compare/v1.3.9...v1.4.0
2022-01-26 15:32:31 -05:00
[1.3.9]: https://github.com/crate-ci/typos/compare/v1.3.8...v1.3.9
2022-01-26 11:01:15 -05:00
[1.3.8]: https://github.com/crate-ci/typos/compare/v1.3.7...v1.3.8
2022-01-24 21:35:08 -05:00
[1.3.7]: https://github.com/crate-ci/typos/compare/v1.3.6...v1.3.7
2022-01-24 13:30:42 -05:00
[1.3.6]: https://github.com/crate-ci/typos/compare/v1.3.5...v1.3.6
2022-01-21 11:39:27 -05:00
[1.3.5]: https://github.com/crate-ci/typos/compare/v1.3.4...v1.3.5
2022-01-12 12:16:44 -05:00
[1.3.4]: https://github.com/crate-ci/typos/compare/v1.3.3...v1.3.4
2021-12-18 18:52:11 -05:00
[1.3.3]: https://github.com/crate-ci/typos/compare/v1.3.2...v1.3.3
2021-12-14 13:58:03 -05:00
[1.3.2]: https://github.com/crate-ci/typos/compare/v1.3.1...v1.3.2
2021-11-16 08:49:32 -05:00
[1.3.1]: https://github.com/crate-ci/typos/compare/v1.3.0...v1.3.1
2021-11-15 09:37:02 -05:00
[1.3.0]: https://github.com/crate-ci/typos/compare/v1.2.1...v1.3.0
2021-11-03 12:48:12 -04:00
[1.2.1]: https://github.com/crate-ci/typos/compare/v1.2.0...v1.2.1
2021-10-23 10:44:22 -04:00
[1.2.0]: https://github.com/crate-ci/typos/compare/v1.1.9...v1.2.0
2021-09-14 11:03:34 -04:00
[1.1.9]: https://github.com/crate-ci/typos/compare/v1.1.8...v1.1.9
2021-08-30 10:16:40 -04:00
[1.1.8]: https://github.com/crate-ci/typos/compare/v1.1.7...v1.1.8
2021-08-20 13:16:11 -04:00
[1.1.7]: https://github.com/crate-ci/typos/compare/v1.1.6...v1.1.7
2021-08-06 10:03:52 -04:00
[1.1.6]: https://github.com/crate-ci/typos/compare/v1.1.5...v1.1.6
2021-08-04 09:47:54 -04:00
[1.1.5]: https://github.com/crate-ci/typos/compare/v1.1.4...v1.1.5
2021-08-02 10:58:00 -04:00
[1.1.4]: https://github.com/crate-ci/typos/compare/v1.1.3...v1.1.4
2021-07-30 13:14:20 -04:00
[1.1.3]: https://github.com/crate-ci/typos/compare/v1.1.2...v1.1.3
2021-07-30 13:08:41 -04:00
[1.1.2]: https://github.com/crate-ci/typos/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/crate-ci/typos/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/crate-ci/typos/compare/v1.0.11...v1.1.0
[1.0.11]: https://github.com/crate-ci/typos/compare/v1.0.10...v1.0.11
[1.0.10]: https://github.com/crate-ci/typos/compare/v1.0.9...v1.0.10
[1.0.9]: https://github.com/crate-ci/typos/compare/v1.0.8...v1.0.9
[1.0.8]: https://github.com/crate-ci/typos/compare/v1.0.7...v1.0.8
[1.0.7]: https://github.com/crate-ci/typos/compare/v1.0.6...v1.0.7
[1.0.6]: https://github.com/crate-ci/typos/compare/v1.0.5...v1.0.6
[1.0.5]: https://github.com/crate-ci/typos/compare/v1.0.4...v1.0.5
[1.0.4]: https://github.com/crate-ci/typos/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/crate-ci/typos/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/crate-ci/typos/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/crate-ci/typos/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/crate-ci/typos/compare/v0.4.0...v1.0.0
[0.4.0]: https://github.com/crate-ci/typos/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/crate-ci/typos/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/crate-ci/typos/compare/v0.1.4...v0.2.0