Skip to content

0.0.20 Alpha 4

Pre-release
Pre-release
Compare
Choose a tag to compare
@jsoref jsoref released this 30 Dec 02:10
· 599 commits to prerelease since this release

⏩ Upgrading

  • You can just change your tag to this release, but please consider applying the workflow from check-spelling/spell-check-this@prerelease.
    • You will want to copy over the with: elements you're using (into each place that uses check-spelling/check-spelling).
  • If you see complaints about b'... or r'... or similar, you probably should add something like this (from https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples:-patterns) to patterns.txt (you can select the subset that you actually use, which may be just b, r, and f):
    # Python stringprefix / binaryprefix
    \b(?:B|BR|Br|F|FR|Fr|R|RB|RF|Rb|Rf|U|UR|Ur|b|bR|br|f|fR|fr|r|rB|rF|rb|rf|u|uR|ur)'
    

✨ New features

📝 Documentation

☁️ Features that may have less need due to other improvements

🐜 Bug fixes

  • #12
  • Fix handling of we'd (due to changing the minimum word length from 2 to 3, we no longer was a base word, but we'd wanted to stem to it)
  • Fix some handling of case folding issues (there are still some left)