Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.72 KB

CHANGELOG.asciidoc

File metadata and controls

56 lines (33 loc) · 1.72 KB

Change Log

All notable changes to this project will be documented in this file.

4.0.0 - 2016-08-12

Added

  • Converters for EclipseLink

  • Codecs for MongoDB

  • Serializers for Jackson

Changed

  • Switch to groupId 'de.xn—​ho-hia.utils.storage_units'

  • Rename 'metric' to 'decimal'

Issues closed

Migration

  • Change the groupId of your Maven dependency to this project to 'de.xn—​ho-hia.storage_units'.

  • Change calls to metricValueOf and similar methods to decimalValueOf

3.1.0 - 2016-08-09

Added

  • Allow to customize the formatted output of a unit with a custom format/pattern/locale

  • Provide as-best-matching converters for units

  • The Byte unit!

  • Commonly found units such as 1 Kilobyte = 1024 Byte

Issues closed

Migration

No migration needed, just update to the latest version.

3.0.0 - 2016-07-03

Changed

  • Switch to groupId 'de.xn—​ho-hia.utils.storage_units'

  • Switch to continuous deployment mode

Migration

Change the groupId of your Maven dependency to this project to 'de.xn—​ho-hia.utils.storage_units'.