Skip to content

Releases: digitallinguistics/javascript

v0.5.0

27 Aug 23:09
Compare
Choose a tag to compare

NEW: add tags property to models (#160)

v0.4.0

27 Aug 20:17
Compare
Choose a tag to compare

This is a major development release which adds several new models, as well as a few new utility methods on the core Model class.

Models

  • FIX: Language: don't use primitive wrapper objects (#140)
  • NEW: add "type" attribute to models (#88, #98, #30)
  • NEW: Collection (#142)
  • NEW: Tags (#156)
  • NEW: Text (#141)
  • NEW: Transcription (#145)
  • NEW: Utterance (#145)
  • NEW: Word (#154)

Core

  • NEW: Model.defineArrayProp() (#144)
  • NEW: Model.defineModelProp() (#143)
  • NEW: Model.defineTypeProp() (#88)

Misc

  • DEV: switch testing from Jasmine to Mocha + Chai (#137)

v0.3.1

07 Aug 18:36
Compare
Choose a tag to compare

FIX: don't throw errors when validated properties are set to undefined (#136)

v0.3.0

08 Jul 22:12
dee3f97
Compare
Choose a tag to compare

NEW: Language.iso
NEW: Language.glottolog
NEW: Language.abbreveation
NEW: allow importing submodules
FIX: allow custom properties in Language initialization
FIX: out of sync package.json and package-lock.json
DEV: publish to GitHub package registry on release
DEV: update dependencies
DEV: create recurring issue to update year in documentation
DEV: remove gh-pages script
DEP: bump acorn from 7.1.0 to 7.1.1
DEP: eslint@7.4.0

v0.2.2

03 Mar 01:33
Compare
Choose a tag to compare

FIX: Language.name is now an enumerable property (#122)

v0.2.1

03 Mar 00:43
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

FIX: issue where MultiLangString's .set() method threw a call stack exceeded error

v0.2.0

02 Mar 23:14
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

CHANGE: MultiLangString stringifies as an Object hash rather than a Map (#38)

v0.1.5

01 Mar 02:37
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release

This is a patch release to fix a bug where data from the Language was not being passed to its Model superclass (#117).

v0.1.4

28 Feb 01:37
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release

This is a patch release to trigger the release process.

v0.1.3

28 Feb 01:32
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

This is a patch release to trigger the release process.