Changelog
0.23.8 (2020-06-12)
ArrayElement
's contains
method has been renamed to includes
to be
consistent with Array.includes
. ArrayElement.contains
has been
deprecated, and remains for compatibility.toValue()
on an element with a key
value pair which does not have a value.Changelog
0.23.7 (2020-04-27)
{}
) under
meta and attributes under the case where none of the meta or attribute
member's have a value. This prevents {}
from being present under meta or
attributes when setting a member with an undefined key.Changelog
0.23.6 (2019-09-10)
Changelog
0.23.5 (2019-07-02)
This release brings some performance improvements, namely to serialising with the JSON serialisers.
Changelog
0.23.4 (2019-06-11)
Changelog
0.23.3 (2019-04-06)
dist/minim.js
).Changelog
0.23.2 (2019-03-15)
Changelog
0.23.1 (2019-02-25)
Changelog
0.23.0 (2019-02-22)
extend
API has been removed..freeze()
on a frozen element is now supported. Previously you may
see an error thrown while freeze was trying to attach parents to any child
elements.Changelog
0.22.1 (2018-12-10)
id
) was set to undefined
, then it should not be
serialised. Previously the serialiser would throw an exception that
undefined was not an element.