Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Preparing to tag new version - updated version number and CHANGES.md
  • Loading branch information
jbeard4 committed Aug 12, 2012
1 parent 008da7b commit e47fe74
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
@@ -1,3 +1,9 @@
v0.0.9
------

* Removed use of JsonML internally. Instead, DOM is now used directly to transform SCXML to JSON. To see the internal JSON representation of an SCXML document, you can run node `node lib/core/util/annotate-scxml-json.js path/to/document.scxml`
* Improved the platform API so that it can be exposed as part of the SCION API, and used to more easily embed SCION in other languages and environments.

v0.0.8
------

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "scion",
"version": "0.0.8",
"version": "0.0.9",
"description": "StateCharts Interpretation and Optimization eNgine (SCION) is an implementation of SCXML/Statecharts in JavaScript.",
"keywords": [
"scxml",
Expand Down

0 comments on commit e47fe74

Please sign in to comment.