summaryrefslogtreecommitdiff
path: root/CHANGELOG.org
blob: 46197dceb290dc5af156534a07b33b71b8b543d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
* Changelog
All notable changes in this project will be shown in this file.

** Unreleased
*** Changed
 - Moved project to Maven
 - Downgraded JUnit to 4.11
 - BaseUnit is now a subclass of LinearUnit
 - In unit files, Comments can now start in the middle of lines
 - UnitsDatabase.addAllFromFile() has been renamed to loadUnitsFile()
*** Added
 - GUI for a selection-based unit converter
 - The UnitDatabase now stores dimensions.
 - A system to parse mathematical expressions, used to parse unit expressions.
 - You can now add and subtract in unit expressions!
 - Instructions for obtaining unit instances are provided in the relevant classes
** 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