blob: b9c87c9ec7ba0d4d5386f86b022ca4e06f6034b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
* Changelog
All notable changes in this project will be shown in this file.
** Unreleased
*** Changed
- Moved project to Maven
- Downgraded JUnit to 4.11
*** Added
- GUI for a selection-based unit converter
- The UnitDatabase now stores dimensions.
** v0.1.0
NOTE: At this stage, the API is subject to significant change.
*** Added
- Unit interface, implemented and supporting classes
- UnitPrefix interface, implemented and supporting classes
- UnitDimension and supporting classes
- UnitDatabase to store and parse units
- A GUI for unit conversion
|