Releases: refractproject/minim
Releases · refractproject/minim
Release 0.10.0
- Rename the class metadata property to classes. The convenience property is also now called classes, e.g. element.classes.contains('abc').
Release 0.9.0
- Allow the iterator protocol to be used with arrays and objects if the runtime
supports it. This enables usingfor ... of
loops on elements as well as
rest operators, destructuring,yield*
, etc. - Convenience properties for simple types now return the value result. Instead
ofelement.title.toValue()
you now useelement.title
. - Add array indexes to
#forEach
. - Add a
#clone
method. - Add a
#reduce
method. - Fix a serialization bug when initializing using falsey values
(null
,0
,false
).
Release 0.8.0
- Allow
#set
to take an object for Object Elements - Convert
meta
to be Minim Object Elements - Convert
attributes
to be Minim Object Elements - Sync class and method names with Refract 0.2.0 spec
- Add convenience methods for
meta
attributes, such asid
orclass
- Add finder functions, such as
findByElement
andfindByClass
- Upgrade to use Uptown 0.4.0
- Organize code
Release 0.7.0
Use Uptown for adding class-like structures to Minim.
Release 0.6.0
Converts codebase to using ES5.
v0.4.0
v0.3.1
Release 0.3.0
v0.3.0 Fix build status badge