- Translators now accept
continue_negating
option- YAML files can now include other files via the
!include relative/path/to/file.yaml
directiveTextParser
,list - block
supports manual keys via thekey
argumentTextParser
,list - block
now supports flat list of commands (i.e. BGP neighbors and static routes) via theflat
argumentTextParser
,list - block
now supports composite keys via thecomposite_key
argumentTextParser
,list - block
now supports creating elements manually via themandatory
argument- Move mandatory elements previously on the default action to a dedicated action
- from is optional, by default it will always follow the parent
- from is now a pointer, no need to keep serializing/deserializing
- mode is optional. All parsers have a main "default" action now.
- JSONParser added
- Initial version