- update README to reflect new package name
@js-joda/locale*
- update dev dependencies
introduced new plugin concept
-
Hide
use(plug)
concept from public api. The function for extending js-joda is not exported anymore. The code for extending js-jodause(plug)
is not required anymore, because js-joda-locale automaticaly extends js-joda when imported. However, usingLocale
now requires extracting it from the@js-joda/locale
module instead ofjs-joda
-
get rid of postinstall build
-
add possibility to publish locale specific packages (e.g. @js-joda/locale_de, @js-joda/locale_en-US, ...)
-
add prebuilt packages to main js-joda-locale package (e.g. @js-joda/locale/dist/prebuilt/de/js-joda-locale, ...)
just bump the version
get rid of dependencies for postinstall package build, use postinstall_build
to install the needed
dependencies only for the actual build
update package builder, use a webpack plugin to ignore unnecessary cldr-data files instead of null-loader
- update dependencies
- fix repository location in
package.json
- increase testcoverage
- small bugfixes
- add build_package script and postinstall run to be able to build locale specific packages that can be used directly
initial release