Releases: openconfig/goyang
Releases · openconfig/goyang
v0.2.5
- Fix lexer to identify single-quote string that immediately occurs after a concatenation (plus sign). #180
v0.2.4
- Add
POSIXPattern
to YangType
's Equal
method such that strings within a union with different oc-ext:posix-pattern
statements don't get deduped during parsing.
v0.2.3
- Add util package.
- Add function
ProcessModules
.
v0.2.2
- Error out on "max-elements 0".
- Fix sortedErrors less method panic.
- Handle
mandatory
attribute on leafs correctly.
- Remove the redundant 'union' in the tree type output.
v0.2.1
- Add
NewListAttr()
function to construct ListAttr
with MaxElements=math.MaxUint64
v0.2.0
- Add semantic checking for
min-elements
and max-elements
, and convert them to uint64
.
- Backwards incompatible change.
v0.1.0
Currently stable version of goyang in use in production environments.