v0.6.0
Changed
- switched from MiniTest to RSpec.
- replaced
NULL
withnullptr
. - replaced old-style casts.
- prohibit Parser copy and move ops.
- assigning a source that does not respond to
read
now throwsArgumentError
instead ofRuntimeError
.
Added
- initial version of docker configs for testing on Ubuntu.