v1.0.0-rc.8
What's Changed
- Adds support for eexps with 12- and 20-bit addresses by @zslayton in #825
- Adds
make_sexp
macro, enabling output of system values by @zslayton in #827 - Add conformance testing DSL by @nirosys in #826
- Adds support for qualified refs to
$ion
,$ion_encoding
by @zslayton in #830 - Renames
ImmutableBuffer
/TextBufferView
toBinaryBuffer
/TextBuffer
by @zslayton in #831 - Adds TDL expr groups,
append_macros
system macro by @zslayton in #835 - Adds
OpcodeKind
,LengthType
to Opcode by @zslayton in #836 - Updates
read_many_structs
benchmark by @zslayton in #837 - Adds AsRef<[Element]> for Sequence, List, and SExp by @popematt in #841
- Version bump to v1.0.0-rc.8 by @popematt in #843
Full Changelog: v1.0.0-rc.7...v1.0.0-rc.8