-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
57 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
#### 0.3.2 | ||
|
||
- 14/11/2019 | ||
- Fix issue [#2](https://github.com/5anthosh/fcal/issues/2) | ||
- Allow Map in Fcal.UseVariable and Fcal.UseContants | ||
- Allow Objects in plugin addition | ||
- Give Unary operation higer precedance 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, Expontial in numbers | ||
|
||
#### 0.1.0 | ||
|
||
- 14/10/2019 | ||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
{ | ||
"transform": { | ||
"^.+\\.(t|j)sx?$": "ts-jest" | ||
}, | ||
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", | ||
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"], | ||
"collectCoverage": true | ||
} | ||
"transform": { | ||
"^.+\\.(t|j)sx?$": "ts-jest" | ||
}, | ||
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", | ||
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"], | ||
"collectCoverage": true, | ||
"verbose": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters