Skip to content

Releases: digitallinguistics/javascript

v0.5.0

Choose a tag to compare

@dwhieb dwhieb released this 27 Aug 23:09

NEW: add tags property to models (#160)

v0.4.0

Choose a tag to compare

@dwhieb dwhieb released this 27 Aug 20:17

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

Choose a tag to compare

@dwhieb dwhieb released this 07 Aug 18:36

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

v0.3.0

Choose a tag to compare

@vadekh vadekh released this 08 Jul 22:12
dee3f97

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

Choose a tag to compare

@dwhieb dwhieb released this 03 Mar 01:33

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

v0.2.1

v0.2.1 Pre-release
Pre-release

Choose a tag to compare

@dwhieb dwhieb released this 03 Mar 00:43

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

v0.2.0

v0.2.0 Pre-release
Pre-release

Choose a tag to compare

@dwhieb dwhieb released this 02 Mar 23:14

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

v0.1.5

v0.1.5 Pre-release
Pre-release

Choose a tag to compare

@dwhieb dwhieb released this 01 Mar 02:37

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

v0.1.4 Pre-release
Pre-release

Choose a tag to compare

@dwhieb dwhieb released this 28 Feb 01:37

This is a patch release to trigger the release process.

v0.1.3

v0.1.3 Pre-release
Pre-release

Choose a tag to compare

@dwhieb dwhieb released this 28 Feb 01:32

This is a patch release to trigger the release process.