All Versions
52
Latest Version
Avg Release Cycle
82 days
Latest Release
647 days ago

Changelog History
Page 5

  • v4.10 Changes

    December 31, 2015

    โž• Added

    • ๐Ÿ›  Fixed and flexible day periods with appropriate translations [#369]
    • Minguo calendar (Taiwan) [#390]
    • Enable localized digits in timezone offsets [#411]
    • ๐Ÿ†• New getters for day-of-week and day-of-year in PlainDate [#416]
    • ๐Ÿ“œ Query parsed raw data for any registered elements [#415]
    • ๐Ÿ†• New method CalendarText.getIsoInstance(Locale) [#410]
    • ๐Ÿ†• New methods CalendarText.patternForXYZ(...) [#410]
    • ๐Ÿ‘Œ Support for Nepali [#422]
    • ๐Ÿ‘Œ Support for Mongolian [#421]
    • ๐Ÿ‘Œ Support for Afrikaans and Zulu [#420]
    • ๐Ÿ‘Œ Support for the languages Khmer and Lao [#419]

    ๐Ÿ›  Fixed

    • PersianCalendar in Farsi language should be with arabext numbers [#425]
    • ๐Ÿ“œ Bidi literals (LRM, RLM, ALM) should be ignored in parsing [#418]
    • ๐Ÿ’… Formatting Ethiopian time with AM/PM-marker is not in western style [#413]
    • ๐Ÿ“œ Parsing of Ethiopic tabot names broken if not at end of text [#412]

    ๐Ÿ—„ Deprecated

    • ๐Ÿ—„ EthiopianCalendar.getYearOfEra() deprecated and renamed to getYear() [#417]
    • CalendarText.getGMTPrefix [#410]
    • CalendarText.getFormatPatterns() [#410]
    • CalendarText.getTimestampPattern [#410]
  • v4.9 Changes

    November 30, 2015

    โž• Added

    • ๐Ÿ‘Œ Support for Bengali [#409]
    • ๐Ÿ‘ Ethiopian time should support element PlainTime.COMPONENT [#408]

    ๐Ÿ›  Fixed

    • HijriAlgorithm calendar variant broken [#407]
    • Broken javadoc links to some serial forms [#406]
    • British date format should be in order DMY [#403]

    โœ‚ Removed

    • ๐Ÿ—„ Tidy deprecated elements [#404]
  • v4.8 Changes

    November 22, 2015

    โž• Added

    • ๐Ÿ‘Œ Support for Sinhalese [#402]
    • ๐Ÿ–จ Print relative times for java.time.Instant [#392]
    • โž• Add Ethiopian calendar and time [#389]
    • ๐Ÿ“œ Enable formatting/parsing moments using another calendar [#399]
    • GeneralTimestamp should implement ChronoDisplay [#401]
    • โž• Add Coptic calendar [#388]
    • ๐Ÿ‘Œ Support for triennal julian leap years [#393]

    ๐Ÿ›  Fixed

    • ๐Ÿ“œ Ensure that parsing raw data does not resolve anything [#400]
    • ๐Ÿ— Compile problem with text elements in ChronoFormatter.Builder [#398]
    • ๐Ÿ‘ป plus/minus(CalendarDays) does not document any exception [#397]
    • Arithmetic overflow in ChronoHistory [#391]

    โšก๏ธ Changed (updated/removed/deprecated)

    • ๐Ÿ†• New method ChronoMerger.getDefaultStartOfDay() [#399]
    • ๐Ÿ”จ Refactor handling of two exotic format attributes [#395]
    • Hide internal format attributes of ChronoHistory [#394]
  • v4.7 Changes

    October 22, 2015

    โž• Added

    • ๐Ÿ†• New style-based factory methods for ChronoFormatter [#376], [#377]
    • Repository for localized date-time-patterns [#100]
    • ๐Ÿ‘Œ Support for Amharic (am) [#387]
    • ๐Ÿ‘Œ Support for Swahili (sw) [#386]
    • ๐Ÿ‘Œ Support for Uzbek (uz), Turkmen (tk) and Kazakh (kk) [#385]
    • ๐Ÿ‘Œ Support for Armenian (hy), Azerbaijani (az) and Georgian (ka) [#384]
    • ๐Ÿ‘Œ Support for Filipino (Tagalog - fil or tl) [#380]
    • ๐Ÿ‘Œ Support for Icelandic (is) and Malta language (mt) [#375]

    ๐Ÿ›  Fixed

    • ๐Ÿ‘Œ Improved parsing of MSK timezone name [#381]
    • Negative duration in Arabic sometimes without minus sign [#379]
    • ChronoFormatter.format()-methods lack type safety [#378]

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ Better translations for various countries (mainly arabic and french) [#383]
    • ๐Ÿ‘ Better translations for Spanish locales in Latin America [#368]
    • 0๏ธโƒฃ Simplify interface ChronoMerger by using Java-8 default methods [#382]
    • Two ChronoFormatter.format()-methods renamed [#378]
    • Low-level interface ChronoMerger with new method [#377]
    • Review plural rules [#366]
    • โšก๏ธ Update i18n-data to CLDR-28 [#374]
    • ๐Ÿ”„ Change ISO-8601-fallback-mechanism to CLDR standard [#373]
    • FormatPatternProvider.getDateTimePattern() with 3 args [#100]

    โœ‚ Removed

    • 0๏ธโƒฃ FormatPatternProvider.DEFAULT [#100]
  • v4.6 Changes

    October 01, 2015

    โž• Added

    • ๐Ÿ“œ Formatting/parsing of intervals based on custom interval patterns [#359]
    • Canonicalization of interval boundaries [#365]
    • ๐Ÿ†• New Persian calendar [#357]
    • ๐Ÿ‘Œ Support for Pashto language [#358]
    • ๐Ÿ‘Œ Support for Turkish islamic calendar (Diyanet) [#355]

    ๐Ÿ›  Fixed

    • Non-overridden format attributes should be preserved [#364]
    • ๐Ÿ“œ Enable parsing of timestamps with 24:00 even in strict mode [#363]
    • ๐Ÿ“œ 2015-10-25T02:00+01:00[Europe/Berlin] cannot be parsed [#361]
    • Wrong between-calculation with overflow units [#360]
    • ๐Ÿ‘ป Pattern letter "L" causes exception for non-iso-dates [#354]

    ๐Ÿ”„ Changed

    • ๐Ÿ“œ Behaviour of interval formatting/parsing changed [#359]
    • ๐Ÿ‘‰ Make serialization of HijriCalendar versionable [#356]

    โœ‚ Removed

    • Interface ExtZoneProvider (no usage) [#371]
  • v4.5 Changes

    September 15, 2015

    โž• Added

    • ๐Ÿ‘Œ Support for Malay language [#353]
    • Unify CalendarVariant and Calendrical by new interface CalendarDate [#350]
    • ๐Ÿ†• New XOR-operator for interval collections [#347]
    • ๐Ÿ‘‰ Make PatternType.CLDR useable for non-iso-dates [#348]
    • ๐Ÿ†• New calendar-related class GeneralTimestamp [#340]
    • ๐Ÿ†• New intersect-operator for interval collections [#345]
    • ๐Ÿ†• New method IntervalCollection.getRange() [#344]
    • ๐Ÿ–จ PrettyTime.printRelativeOrDate() using PlainDate [#343]
    • Moment-class with a new precision element [#342]
    • โž• Add plus/minus-operators for IntervalCollection [#339]

    ๐Ÿ›  Fixed

    • ๐Ÿ“œ Disable parsing of ambivalent text forms [#351]

    ๐Ÿ”„ Changed

    • ๐Ÿ“‡ Rename unit pattern resource file names [#352]
    • CalendarVariant and Calendrical changed Temporal-signature [#350]
    • Two specialized now()-methods in ZonalClock changed the return type [#340]
    • ๐Ÿ”€ IntervalCollection.union() should create a merged collection [#338]
  • v4.4 Changes

    August 31, 2015

    โž• Added

    • ๐Ÿ‘Œ Support for algorithmic variants of islamic calendar [#334]
    • Create direct option to determine length of Hijri month or year [#337]
    • โž• Add toDate() and toTime() in PlainTimestamp [#336]
    • ๐Ÿ†• New method(s) for printing durations with 1 parameter only [#333]
    • ๐Ÿ–จ Create option to either print relative time or normal date-time [#328]
    • ๐Ÿ–จ Print relative times with abbreviations [#327]
    • ๐Ÿ‘ I18n-support for "yesterday", "today", "tomorrow" [#310]

    ๐Ÿ›  Fixed

    • ๐Ÿ–จ Printing relative time near a leap second incorrect [#332]
    • ๐Ÿ“œ Behaviour of timezone-offset-parser inconsistent with spec [#330]
    • ๐Ÿ‘ Time-axis-element not fully supported [#329]

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ ISO-formatters need to be strict by default [#331]
  • v4.3 Changes

    August 12, 2015

    โž• Added

    • Umalqura calendar for Saudi-Arabia (experimental) [#313]
    • Start-of-day-feature, relevant for current date in islamic calendar [#323]
    • ๐Ÿ†• New pattern type for generic date chronologies [#324]
    • ๐Ÿ†• New pattern type CLDR_24 with support for ISO-hour in range 0-24 [#314]
    • ๐Ÿ–จ Convenient method printRelativeInStdTimezone(moment) for PrettyTime [#311]
    • ๐Ÿ†• New transformation methods for calendrical objects [#318]
    • Introduce calendar families with day calculations [#315]

    ๐Ÿ›  Fixed

    • โœ‚ Remove unnecessary warning message in ChronoFormatter [#312]

    ๐Ÿ—„ Deprecated

    • Interface ExtZoneProvider no longer used

    ๐Ÿ”„ Changed

    • Narrow value-type of BasicElement to Comparable [#321]
  • v4.2 Changes

    June 26, 2015

    โž• Added

    • Generic clock-based creation of any ChronoEntity [#303]
    • โž• Add clock-methods inPlatformView() [#304]
    • Register PlainTime.PRECISION in PlainTimestamp [#306]
    • ๐Ÿ‘Œ Improve adjacent digit parsing of 4-digit-years [#307]
    • ๐Ÿ‘ Language support for Irish (ga) [#309]

    ๐Ÿ›  Fixed

    • ๐Ÿ”€ Merger-factories for clock-based objects of basic types too lenient [#302]
    • Don't cache system timezone in SystemClock.inLocalView() [#305]
    • Threeten-pattern uu does not work [#308]
  • v4.1 Changes

    June 11, 2015

    โž• Added

    • Monotonic clocks (main new feature) [#295]
    • โž• Add generic ordinal weekday-in-month [#297]
    • Queries for dst+raw-offsets in Timezone [#288]
    • ๐Ÿ‘ Language support for Belorusian (be), Hebrew (he, iw), Bosnian (bs) [#290, #292, #294]

    ๐Ÿ›  Fixed

    • โœจ LeapSeconds.enhance(unixTime) does not follow spec [#296]
    • ๐Ÿ”– Version-compatibility-bug in tzdata-1.2-2015d [#298]