Skip to content

Releases: openconfig/goyang

v0.2.5

19 Jun 16:43
1580609
Compare
Choose a tag to compare
  • Fix lexer to identify single-quote string that immediately occurs after a concatenation (plus sign). #180

v0.2.4

22 Dec 21:10
e26b523
Compare
Choose a tag to compare
  • 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

16 Dec 21:03
0305999
Compare
Choose a tag to compare
  • Add util package.
    • Add function ProcessModules.

v0.2.2

02 Dec 18:57
fd7d014
Compare
Choose a tag to compare
  • 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

15 Oct 19:48
ec3a833
Compare
Choose a tag to compare
  • Add NewListAttr() function to construct ListAttr with MaxElements=math.MaxUint64

v0.2.0

02 Oct 19:57
1e0cba5
Compare
Choose a tag to compare
  • Add semantic checking for min-elements and max-elements, and convert them to uint64.
    • Backwards incompatible change.

v0.1.0

02 Oct 19:16
22e20cc
Compare
Choose a tag to compare

Currently stable version of goyang in use in production environments.