#### 0.4.2

- Helper functions to get Fcal entities
- Fix immutable percentage calculation and number system conversion
- Fix toString of values

#### 0.4.0

- Fix issue [#3](https://github.com/5anthosh/fcal/issues/3)
- comparison and equality
- Scales
- Json import and export
- ternary operator
- Assignment with operation
- Error messages with more context
- Literal values with number separator

#### 0.3.2

- 14/11/2019
- Fix issue [#2](https://github.com/5anthosh/fcal/issues/2)
- Allow Map in Fcal.UseVariable and Fcal.UseConstants
- Allow Objects in plugin addition
- Give Unary operation higher precedence than Conversion(units, number system)
- Fix Typo arbity to arity
- Use Map instead of Objects for storing units, functions and variables

#### 0.3.1

- Support number system conversion
- Helper function eval
- new Sigma function
- Use symboltable internally to validate unit, function, constants, variables and phrases

#### 0.3.0

- Infinity
- Various number system
- Support plugins

#### 0.2.1

- 18/10/2019
- Hot fix for invalid units

#### 0.2.0

- 18/10/2019
- temperature unit, Better error reporting, Exponential in numbers

#### 0.1.0

- 14/10/2019
- Initial release
