v1.0.0
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
andpathMap
underModules
to allow parsing of two different sets of files with different paths. by @wenovus in #209 - Rename
util
package toyangentry
package. by @wenovus in #220
Full Changelog: v0.4.0...v1.0.0