Skip to content

Releases: ashblue/unity-simple-spellcheck

v1.1.1

20 Sep 07:08
Compare
Choose a tag to compare

1.1.1 (2022-09-20)

Bug Fixes

  • no spelling errors no longer falsely displays (466b057)
  • spellcheck results now have proper spacing (3507597)

v1.1.0

15 Apr 03:54
Compare
Choose a tag to compare

1.1.0 (2020-04-15)

Features

  • dictionary: added words can now be modified (dcab2bb)
  • dictionary: capital letters now respected properly (3b83007)
  • spell check: xml tags no longer break spell check (2e6ed64)

v1.0.1

15 Feb 20:51
Compare
Choose a tag to compare

1.0.1 (2020-02-15)

Bug Fixes

  • npm converted dictionary no longer crashes (53c68d1)

v1.0.0

15 Feb 20:16
Compare
Choose a tag to compare

1.0.0 (2020-02-15)

Bug Fixes

  • dictionary: forced lowercase for all dictionary values (20aca73)
  • settings: no longer crashes when attempting creation (f26cc01)
  • line breaks no longer crash spell check area (be85df0)

Features

  • new log window that prints all evaluated nodes (011653e)
  • new text area spell check drawer (74032e0)
  • settings: auto created if it doesn't exist (3fc5c6b)
  • users can now added extra words to the dictionary (bbaa2e7)
  • word error check now prints to an editor window (e3432c4)
  • spelling: internal spell check API to apply a dictionary of words (f82f57a)