Skip to content

Releases: digitallinguistics/javascript

v0.1.2

28 Feb 01:12

Choose a tag to compare

v0.1.2 Pre-release
Pre-release

This is a patch release to trigger the release process.

v0.1.1

28 Feb 00:50

Choose a tag to compare

v0.1.1 Pre-release
Pre-release

This is a patch release to trigger the release process.

v0.1.0

28 Feb 00:43

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

This is the initial prerelease of the DLx JavaScript library. It contains the following exports:

  • core: Library-internal utilities and base classes
  • models: Models for working with linguistic data in DLx format
    • MultiLangString: A class representing an analysis in one or more languages
    • Language: A class representing a language
  • utilities: Various utilities that are helpful when working with linguistic data
    • regexp: A collection of regular expressions that are useful when working with linguistic data
    • validate: A collection of validation methods