- Translators now accept
continue_negatingoption- YAML files can now include other files via the
!include relative/path/to/file.yamldirectiveTextParser,list - blocksupports manual keys via thekeyargumentTextParser,list - blocknow supports flat list of commands (i.e. BGP neighbors and static routes) via theflatargumentTextParser,list - blocknow supports composite keys via thecomposite_keyargumentTextParser,list - blocknow supports creating elements manually via themandatoryargument- 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