- add dist.commonjs.es6 build
- add dist.esm.es6 build
- restructuring of output modules:
- split
dist.browser
intodist.commonjs.es5
anddist.esm.es5
- split
-
change module format of
dist.browser
&dist
fromes2015
tocommonjs
to avoid problems when using these helpers in code which is tested by jest.Problem:
Jest runs inside node and node support for es6/es2015 import syntax is still experimental, so all es6 modules have to be transpiled for jest. This somehow does not work in stencilOne, which uses rollup.
- Bugfix: add the Minilog logger types to dependencies instead of devDependencies
=> otherwise the type can not be found in apps using this library.
- Feature: Serialization Helpers for JSON and POJOS
- Feature: MomentIsoSerialization as default
- Feature: MomentSerializationSchema Factory Function
Initial Version