Changelog
[3.0.0]
Breaking changes
.get
, .get
, .has
, .del
and other method use the base.cache
object. This can be customized by doing new Base.create('foo')
where foo
is the property name to use for the cache.Changelog
[2.0.2]
Fixed
.use
method. This could cause plugins to not get registered.Changelog
[2.0.0]
Changed
.run
method since it's unnecessary (i.e. if you have the instance, you can just use .use
).use
methodChangelog
[1.0.0]
First major release!
Changed