This repository was archived by the owner on Sep 21, 2024. It is now read-only.
Releases: voidburn/cron-expression-descriptor
Releases · voidburn/cron-expression-descriptor
1.2.10
What's Changed
- Update localization_fr.properties by @ErwanGarreau in #13
Full Changelog: 1.2.9...1.2.10
1.2.9
What's Changed
- Fix missing translation in localization_fr.properties and remove uppercase by @ErwanGarreau in #12
New Contributors
- @ErwanGarreau made their first contribution in #12
Full Changelog: 1.2.8...1.2.9
Version 1.2.8
Added Bulgarian localization by Angel Gospodinov
Version 1.2.7
Added Vietnamese localization by Duong Van Minh
Version 1.2.6
Added support for JEE Schedule format (https://docs.oracle.com/javaee/7/tutorial/ejb-basicexamples004.htm) via config option
Version 1.2.5
Merged Portuguese localization by Miguel Guimarães
which moved the existing localization for Portuguese to pt-BR
(Brazil)
Version 1.2.4
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
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
Additional fixes for the Italian localization file
Version 1.2.1
Fixed Italian localization