Version 0.1.1 is now available
Version 0.1.1 of the Rebar addon is now available to download and install!
For the time being, I’m planning to use the following release strategy:
- Time-based releases every six weeks
- Incomplete features are available, but must be enabled with feature toggles
What’s new in this release:
- The Option and Cell data types present in 0.1.0 have been moved behind feature toggles
- New incomplete features:
- Rebar Target, which allows executing Rebar Functions from within the editor
- Output Node, for debug-printing values
- Vectors and Slices (very incomplete)
- Visualize Variable Identity (incomplete; allows coloring wires with unique colors per variable)
- Select Reference now outputs a mutable reference when both selected-from inputs are mutable; it no longer passes through references in the immutable case
- Various bug fixes