v0.4.0 - 2017-02-22
- Remove automatic insertion of semicolons on line breaks and fix issue #27
v0.3.3 - 2017-02-10
- Update deprecated Fixnum class to Integer for Ruby 2.4 compatability by Edmund Larden(@admund)
- Remove self extension from Execute
v0.3.2 - 2017-02-06
- Fix File namespacing
v0.3.1 - 2017-01-22
- Fix top level File constant
v0.3.0 - 2017-01-13
- Add ability to enumerate Result output
- Add #record_saparator for specifying delimiter for enumeration
- Change Abstract printer to separate arguments out
- Change Cmd to prevent modifications
- Change pastel dependency version
v0.2.0 - 2016-07-03
- Add ruby interperter helper
- Fix multibyte content truncation for streams by Ondrej Moravcik(@ondra-m)
v0.1.0 - 2016-05-29
- Initial implementation and release