Skip to content

Release 2.1.5

Compare
Choose a tag to compare
@dweiss dweiss released this 18 Feb 18:45
· 33 commits to master since this release

Bug Fixes

  • PR #96: incorrect logic in runOnWords (Jaume Ortolà).

  • PR #97: micro performance optimization (Daniel Naber).

Other Changes

  • GH-95: Speller: findReplacementCandidates returns full CandidateData. This
    commit also refactors the Speller to use a stateless returned array
    list rather than reuse an internal field. Should not make a
    practical difference. (Dawid Weiss)