Skip to content

v1.0.0

Compare
Choose a tag to compare
@wenovus wenovus released this 22 Feb 18:09
· 20 commits to master since this release
de640d0

This is the v1.0.0 release of goyang with the aim of providing users with a better expectation of backwards-compatibility following the resolution of issues in this milestone.

NOTE: This release contains several backwards-incompatible changes.

What's Changed

  • added support for leaf-list default substatement #136 by @hellt in #139
  • Remove global variable typeDict and exported function BuildAST. by @wenovus in #207
  • Move global ParseOptions into Modules. by @wenovus in #208
  • Move Path and pathMap under Modules to allow parsing of two different sets of files with different paths. by @wenovus in #209
  • Rename util package to yangentry package. by @wenovus in #220

Full Changelog: v0.4.0...v1.0.0