v0.8.4: Exposing YAML node source informations, better support for `const`
User-visible changes since v0.8.3:
- Added the ability to get the start position (file, line, column) of a
Node(#263 + #264);
This allows users to expose rich informations when an error triggers during YAML parsing. - Improve CTFEability (#266);
- Improved support for type constructors (
const,inout...) for constructors (#268); - Made
Node.getinout, allowing it to work onconst Node(#269); - Fixed Meson build version (#274);