Skip to content

Commit 939f35b

Browse files
authored
Update README.md
1 parent 291a804 commit 939f35b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ Hi! So very glad you are interested in Frame. Frame system design markdown langu
99

1010
This project contains the code for building the Frame Language Transpiler - the Framepiler. The Framepiler is written in Rust and transpiles Frame specification documents into 6 programming languages (more to come) and UML documentation.
1111

12+
## New in this release
13+
14+
This release brings a slew of features focused on Rust, Frame's newest language. All of these new capabilites are only implemented in Rust, but will be rolled out to other languages as they gain users and build a community.
15+
16+
1. Configurable code generation
17+
2. Rust formatting improvements
18+
3. Code conforms more closely to rustfmt guidelines.
19+
4. Added introspection - codegen to discover the current state
20+
5. Added interface call syntax iface() - call the interface from event handlers.
21+
6. Rust Transition hook - inject a call to al trait function to log transition data.
22+
23+
1224
## Resources
1325

1426
The Frame project is just getting started but there are some resources and communities to help. You can now download [VSCode](https://marketplace.visualstudio.com/items?itemName=frame-lang-org.frame-machine-maker) and [Atom](https://atom.io/packages/frame-machine-maker) extensions to work with Frame in these popular free development applications.

0 commit comments

Comments
 (0)