Skip to content

v0.4.0

Choose a tag to compare

@dwhieb dwhieb released this 27 Aug 20:17
· 4 commits to master since this release

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)