Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed Jul 9, 2024
1 parent 108e22d commit 37bd2d4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.8.5

- fix bug with class names for easy renaming of class by webpack
- support `#forceInsert` action
- support `null` as values of Component properties

## 0.8.4

- support `defineFunction` in all exports
Expand Down
4 changes: 2 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@

## features

- support `null` for properties: highlight, heta standard
- AnyUnit for zero numbers
- support `null` for properties: highlight
- atStart to exports: Matlab, DBSolve
- write reusable `Build` class
- alternative solution to substitute "pkg": Node.js 21 https://nodejs.org/api/single-executable-applications.html
Expand All @@ -47,6 +46,7 @@
## ideas

- support SBML's delay
- AnyUnit for zero numbers
- updating properties with `one::s1.assignments.start_ 5.5;`
- check and warning if core component was replaced
- remove unnecessary rules in export
Expand Down
2 changes: 2 additions & 0 deletions cases/27-null/src/index.heta
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ p1 .= null;
p1 [xxx]= null;
p1 {units: null};

null @Record 'This is title' .= 1;

// exports
#export { format: JSON, filepath: output };
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "heta-compiler",
"version": "0.8.4",
"version": "0.8.5",
"description": "Programming platform for Quantitative Systems Pharmacology modeling in NodeJS",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 37bd2d4

Please sign in to comment.