- dependency updates
- hide
use(plug)
from public api, that is done automatically from now on. - Interval must be imported from js-joda-extra, its not added to js-joda anymore.
- dependency updates
- add missing method in
Interval
- update eslint rules and adapt styling
- replace all
var
s withconst
/let
- update dependencies
- add and use babel-plugin-add-module-exports to get rid of having to use
.default
when.use
ing js-joda-extra
- fix dependencies, build as plugin
- provide examplesnpm r
initial release, basic setup, only Interval
ported