fix #6
[storage-units.git] / CHANGELOG.asciidoc
blob5fcdfad75eaf1478fd70997c2eb002a0256c5883
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 === Changed
10 * Switch to groupId 'de.xn--ho-hia.utils.storage_units'
11 * Rename 'metric' to 'decimal'
13 === Migration
15 * Change the groupId of your Maven dependency to this project to 'de.xn--ho-hia.storage_units'.
16 * Change calls to `metricValueOf` and similar methods to `decimalValueOf`
18 == 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
20 === Added
22 * Allow to customize the formatted output of a unit with a custom format/pattern/locale
23 * Provide as-best-matching converters for units
24 * The `Byte` unit!
25 * Commonly found units such as 1 Kilobyte = 1024 Byte
27 === Issues closed
29 link:{milestone}/3?closed=1[See list of closed issues].
31 === Migration
33 No migration needed, just update to the latest version.
35 == 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
37 === Changed
39 * Switch to groupId 'de.xn--ho-hia.utils.storage_units'
40 * Switch to continuous deployment mode
42 === Migration
44 Change the groupId of your Maven dependency to this project to 'de.xn--ho-hia.utils.storage_units'.