Skip to content
This repository was archived by the owner on Sep 21, 2024. It is now read-only.

Releases: voidburn/cron-expression-descriptor

1.2.10

08 Apr 09:53
5cb7e30
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.9...1.2.10

1.2.9

05 Apr 09:39
fe0326a
Compare
Choose a tag to compare

What's Changed

  • Fix missing translation in localization_fr.properties and remove uppercase by @ErwanGarreau in #12

New Contributors

Full Changelog: 1.2.8...1.2.9

Version 1.2.8

06 Nov 19:32
38c578f
Compare
Choose a tag to compare

Added Bulgarian localization by Angel Gospodinov

Version 1.2.7

24 Oct 16:16
Compare
Choose a tag to compare

Added Vietnamese localization by Duong Van Minh

Version 1.2.6

02 Aug 16:02
Compare
Choose a tag to compare

Added support for JEE Schedule format (https://docs.oracle.com/javaee/7/tutorial/ejb-basicexamples004.htm) via config option

Version 1.2.5

24 May 12:36
Compare
Choose a tag to compare

Merged Portuguese localization by Miguel Guimarães which moved the existing localization for Portuguese to pt-BR (Brazil)

Version 1.2.4

18 May 11:07
Compare
Choose a tag to compare

Merged improvements and fixes by Renan Hartwig:

  • Setting a locale with a string descriptor now uses the Locale.forLanguageTag(descriptor) method.
  • All resource files are now forcibly read as UTF-8, this should fix display issues with many languages (See issue #3 for example)
  • Added descriptor tests for the Portuguese language.

Version 1.2.3

28 Apr 13:26
Compare
Choose a tag to compare

BREAKING CHANGE: To reset the default locale now you must invoke the method without passing "null":

Before: ExpressionDescriptor.setDefaultLocale(null);
Now: ExpressionDescriptor.setDefaultLocale();

  • Fixed issue that prevented setting locales with more than two letter descriptors (e.g. "zh_CN", "es_MX"..)
  • Added new overloads to the setDefaultLocale method to allow passing in Locale constants directly, for
    example: ExpressionDescriptor.setDefaultLocale(Locale.ENGLISH);

Version 1.2.2

15 May 13:15
Compare
Choose a tag to compare

Additional fixes for the Italian localization file

Version 1.2.1

14 May 21:54
Compare
Choose a tag to compare

Fixed Italian localization