Skip to content

Releases: digitallinguistics/word-aligner

v0.3.2

02 Apr 21:34
Compare
Choose a tag to compare

This is a patch release to upgrade development dependencies and other minor development-related chores.

  • VERSION: v0.3.2
  • DEV: replace references to master branch with main
  • DEV: cache Node modules during workflow runs (#23)
  • DEV: run tests weekly
  • DEV: switch from expect.js > Chai for testing
  • DEV: remove workflow to create issue for updating year
  • TEST: add check for correct year in license
  • DEP: mocha@8.3.2
  • DEP: eslint@7.23.0

v0.3.1

17 Jul 02:53
Compare
Choose a tag to compare

This is a patch release to remove a console statement and a focused test from the test suite.

v0.3.0

07 Jul 19:22
Compare
Choose a tag to compare

This release now treats non-whitespace characters that are adjacent to brackets as part of the same word. For example, [word], will be tokenized as [word], rather than [word] ,, and [word word]=enclitic will be tokenized as [word word]=enclitic rather than [word word] =enclitic.

v0.2.0

07 Jul 03:59
Compare
Choose a tag to compare

The library now aligns words according to their character length rather than the number of unicode points in the string.

v0.1.2

06 Jul 20:25
Compare
Choose a tag to compare

Minor update to documentation.

v0.1.1

06 Jul 20:24
Compare
Choose a tag to compare

Minor update to documentation.

v0.1.0

06 Jul 20:17
80076b2
Compare
Choose a tag to compare

The initial release of the word-aligner library.