- Rename 'blockly_interpreter/test_helper' to 'blockly_interpreter/blockly_interpreter_test_helper' to avoid potential naming conflicts with apps that have a test_helper and put blockly_interpreter in the load path (thanks, @stuartmg!)
- Rails 5 compatibility fix (thanks, @mdeutsch!)
- Initial public release.
- Add
to_xml
andto_xml_document
methods toBlocklyInterpreter::Program
, andto_xml_element
toBlocklyInterpreter::Block
.
- Expose the helper classes from test_helper to the outside world (although not by default) so that code depending on this gem can use them
- Initial internal release.