Releases: scottfr/simulation
Releases · scottfr/simulation
simulation v8.0.0
New features
- ModelJSON support added for globals and custom unit definitions
- Generated TypeScript declaration (.d.ts) files from the JSDoc comments
Other changes
- Improved validation and function improvements
- Fixed an issue with cloning agents
- Fixed an issue with setting agent connection weights
- Fixed an issue with escape sequences in strings
- Other miscellaneous improvements and fixes
simulation v7.0.0
New features
- Support for ModelJSON import and export
- New function,
Model.check()that checks for some classes of errors (such as syntax errors) across a model without running a simulation
Other changes
- Unicode letters and number characters can now be used in identifiers and units
- Improved error reporting
- Using
[Alpha]and[Omega]as aliases for the start and end of flows and transitions is no longer supported - The
onPauseconfiguration parameter tosimulateAsynchas been replaced withonStepwhich is called on every time step - Other miscellaneous improvements