Skip to content

v0.8.4: Exposing YAML node source informations, better support for `const`

Compare
Choose a tag to compare
@Geod24 Geod24 released this 08 Sep 03:48
· 41 commits to master since this release

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.get inout, allowing it to work on const Node (#269);
  • Fixed Meson build version (#274);