add release date for 4.0.0
[storage-units.git] / CHANGELOG.asciidoc
blob59912596c7aef84938de53e491b18d4d3413d61e
1 = Change Log
2 :milestone: https://github.com/sebhoss/storage-units/milestone
4 All notable changes to this project will be documented in this file.
6 == link:++https://github.com/sebhoss/storage-units/compare/storage-units-3.1.0-20160809215257...master++[Unreleased]
8 == link:++https://github.com/sebhoss/storage-units/compare/storage-units-3.1.0-20160809215257...master++[4.0.0] - 2016-08-12
10 === Added
12 * Converters for EclipseLink
13 * Codecs for MongoDB
14 * Serializers for Jackson
16 === Changed
18 * Switch to groupId 'de.xn--ho-hia.utils.storage_units'
19 * Rename 'metric' to 'decimal'
21 === Issues closed
23 link:{milestone}/2?closed=1[See list of closed issues].
25 === Migration
27 * Change the groupId of your Maven dependency to this project to 'de.xn--ho-hia.storage_units'.
28 * Change calls to `metricValueOf` and similar methods to `decimalValueOf`
30 == link:++https://github.com/sebhoss/storage-units/compare/storage-units-3.0.0-20160703155124...storage-units-3.1.0-20160809215257++[3.1.0] - 2016-08-09
32 === Added
34 * Allow to customize the formatted output of a unit with a custom format/pattern/locale
35 * Provide as-best-matching converters for units
36 * The `Byte` unit!
37 * Commonly found units such as 1 Kilobyte = 1024 Byte
39 === Issues closed
41 link:{milestone}/3?closed=1[See list of closed issues].
43 === Migration
45 No migration needed, just update to the latest version.
47 == link:++https://github.com/sebhoss/storage-units/compare/storage-units-2.0.0...storage-units-3.0.0-20160703155124++[3.0.0] - 2016-07-03
49 === Changed
51 * Switch to groupId 'de.xn--ho-hia.utils.storage_units'
52 * Switch to continuous deployment mode
54 === Migration
56 Change the groupId of your Maven dependency to this project to 'de.xn--ho-hia.utils.storage_units'.