Skip to content

Releases: nomios-opensource/yapyang

v0.2.0

13 May 09:39
233b9dc

Choose a tag to compare

0.2.0 (2025-05-13)

⚠ BREAKING CHANGES

  • add type annotation check (#5)

Features

  • add auto node identifier derived from class name (ef58234)
  • add type annotation check (#5) (c72a2b9)
  • implement YANG leaf list node mvp (2c817ca)

Bug Fixes

  • change method of calling _cls_meta_args_resolver (85e8d84)
  • update dependencies (ae4a8a4)

Reverts

Documentation

v0.1.0

26 Jul 13:04
139fd9c

Choose a tag to compare

0.1.0 (2024-07-26)

Features

  • add metadata wrapper for YANG model fields (a9a21ea)
  • add XML serialization for Module, Container, List, Leaf nodes (149043f)
  • added initializer for ModuleNode (44c65fe)
  • implement YANG list node MVP (b43c9fc)
  • prevent YANG nodes from direct instantiation (3473442)
  • treat dunder cls attributes as metadata (ac4ecf1)

Bug Fixes

  • add support for Python 3.8 (7ac187b)
  • added type annotations and renamed args (b54dc35)
  • moved package version (0b8d890)

Documentation

  • add summary to README.md (abeaf49)
  • added ruff and pytest options (5bec3b1)