structurae
Advanced tools
Changelog
[2.0.0] - 2019-11-21
Deprecated classes and methods:
toObject
methods of *View classes (use toJSON
methods instead).BitField.fields
to BitField.schema
, simplify the schema definition.BitField.initialize()
or BitFieldMixin to initialize the class after
creation.Changelog
[1.8.0] - 2019-09-27
ObjectView.from
no longer initializes ObjectView upon
the first call. Call ObjectView.initialize()
upon setting the schema
(ObjectView.schema
) for the extending class, or use ObjectViewMixinChangelog
[1.7.5] - 2019-09-22
Changelog
[1.7.4] - 2019-09-21
Changelog
[1.7.2] - 2019-09-13
Changelog
[1.7.0] - 2019-09-09