Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

js-joda-locale_it

js-joda1BSD-3-Clausedeprecated1.1.0-pre6

This package is deprecated, please check/use @js-joda/locale_it instead

prebuilt js-joda-locale package for locales: it.*

date, time, locale

readme

⛔️ DEPRECATED

This version of the locale specific js-joda-locale package is depreacted!

No updates will be published to the npm package js-joda-locale_*, please use @js-joda/locale_* instead

additional date-time classes that complement those in js-joda

for locale it.*

Motivation

Implementation of locale specific funtionality for js-joda, providing function not implemented in js-joda core

Especially this implements patterns elements to print and parse locale specific dates

This package can be used for the it.* locales

for additional info see the main @js-joda/locale package

changelog

Changelog

next

2.0.1

  • update README to reflect new package name @js-joda/locale*
  • update dev dependencies

2.0.0

public API

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-joda use(plug) is not required anymore, because js-joda-locale automaticaly extends js-joda when imported. However, using Locale now requires extracting it from the @js-joda/locale module instead of js-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, ...)

1.0.0

just bump the version

0.8.2

get rid of dependencies for postinstall package build, use postinstall_build to install the needed dependencies only for the actual build

0.8.1

update package builder, use a webpack plugin to ignore unnecessary cldr-data files instead of null-loader

0.8.0

  • 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

0.1.0

initial release