Improvements
- Don't spam stderr so much by @adetaylor in #985
- Use miette for nicer syntax errors by @adetaylor in #980. This also removes some long-deprecated functions, so you may need to update your
build.rs
files. - Recognize
size_t
asusize
by @adetaylor in #986 - Support array fields within structs by @yshui (thanks!) in #969
Bug fixes
- Fix use of
&str
in generated C++ code by @adetaylor in #984 - Ignore constructors taking extra default parameters by @adetaylor in #983
- Fix erroneous allocation sizes when using
moveit::new::New
by @adetaylor in #991 - Fix problem with methods beginning with their class name by @adetaylor in #992
Miscellaneous
- Add test for moving out of UP by @adetaylor in #973
Full Changelog: v0.18.0...v0.19.0