Published March 10, 2017
| Version v0.7.0
Software
Open
digitallinguistics/dlx-js: v0.7.0
Description
NB: This release accidentally skips a version number. There is no v0.6.0.
dlx.base.Model- CHANGE:
Model.defineArray
,Model.defineProp
, andModel.defineEnumProp
now define properties that are configurable. - FIX
Model.defineArray
: Fixes an issue where certain types of values were not being added to the array correctly. - NEW
Model.defineEnumProp
: Defines a property on an object which may only be set to the specified values. - NEW
Model.simplify
: Removes all empty strings, arrays, maps, sets, and objects from an object.
- NEW
phonologicalFeatures
: An object containing lists of values for different types of phonological features.
- NEW
airstream
: An array of airstream mechanisms - NEW
backness
: An array of backness values for vowels - NEW
diacritics
: An array of diacritical features - NEW
height
: An array of height values for vowels - NEW
length
: An array of length values for vowels or consonants - NEW
manner
: An array of manners of articulation - NEW
place
: An array of places of articulation - NEW
rounding
: An array of rounding vowels - NEW
voicing
: An array of voicing values
- NEW
Access
: A class representing a description of access permissions for a resource. See the format for Access objects for a complete description of the Access model. - NEW
Address
: A class representing a postal address. See the format for Address objects for a complete description of the Address model. - NEW
Grapheme
: A class representing a grapheme. See the format for Orthography objects for a complete description of the Grapheme model. - NEW
Language
: A class representing a Language. See the format for Language objects for a complete description of the Language model. - NEW
Location
: A class representing a Location. See the format for Location objects for a complete description of the Location model. - NEW
Orthography
: A class representing an orthography. See the format for Orthography objects for a complete description of the Orthography model. - NEW
Phoneme
: A class representing a phoneme as an abstract type. See the format for Phoneme objects for a complete description of the Phoneme model.
- REMOVE
form
: This property has been removed. Use thetranscription
property instead.
Files
digitallinguistics/dlx-js-v0.7.0.zip
Files
(1.0 MB)
Name | Size | Download all |
---|---|---|
md5:7a27b03f2846654df1d6537a5abca936
|
1.0 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/digitallinguistics/dlx-js/tree/v0.7.0 (URL)