summaryrefslogtreecommitdiff
path: root/src/org/unitConverter/unit/Unit.java
AgeCommit message (Expand)Author
2020-08-27Added the ability to restrict conversion to customary->metric.Adrien Hopkins
2019-11-26Prefixes can now have names.Adrien Hopkins
2019-11-26Updated the documentation of existing classes.Adrien Hopkins
2019-10-21Added new ways to create named units.Adrien Hopkins
2019-10-21Added unit names and the NameSymbol.Adrien Hopkins
2019-10-21Made improvements and corrections to the documentation.Adrien Hopkins
2019-10-17Implemented the new Units systemAdrien Hopkins
2019-08-26The unit file parser now uses regular expressions.Adrien Hopkins
2019-05-22Added null checks to Unit's methods, including the new methods.Adrien Hopkins
2019-05-22Added new default methods to the Unit interface.Adrien Hopkins
2019-03-16Moved project to Maven.Adrien Hopkins