Releases: openconfig/goyang
Releases · openconfig/goyang
v1.1.0
What's Changed
- Add scheduled workflow. by @robshakir in #228
- Fix workflow syntax and run on every pull request by @wenovus in #230
- enum values are not exported in rawSchema JSON Fixes #227 by @SeanCondon in #229
- identities that have a base identity are not sorted Fixes #234 by @SeanCondon in #235
Full Changelog: v1.0.0...v1.1.0
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
v0.4.0
What's Changed
- (BACKWARDS-INCOMPATIBLE) Inherit min/max in already-restricted range/length statements. by @wenovus in #188
- Reference PR for updating your dependent repository: openconfig/ygot#617
- YangType.Equal should check whether inputs are nil by @wenovus in #215
- Add unit tests for FindGrouping by @wenovus in #219
Full Changelog: v0.3.2...v0.4.0
v0.3.2
v0.3.1
v0.3.0
What's Changed
- Marshal
Entry.Extra
in JSON, and exclude down the line theParent
andSource
ofExtra
elements (@SeanCondon). - When an
Extra
item is a slice, add its elements individually (@SeanCondon). Modules.FindModuleByPrefix
is removed since there is possibility for duplication. Use theFindModuleByPrefix
function instead.- Fix
deviate add
anddeviate delete
on defaults statements. - Print error message when
Entry.InstantiatingModule
fails. - Allow arbitrary number of errors between each token.
- Refactorings.
Full Changelog: v0.2.9...v0.3.0