|
1 |
| - ??? - ??? |
| 1 | + 1.7.2 - 2016-06-14 |
| 2 | + added support for external plugins, using setuptools entry_points |
2 | 3 | added a warning for unsafe escape sequences in double quoted
|
3 | 4 | strings.
|
4 | 5 | added --lax-quote-checks to turn of the warning for unsafe
|
5 | 6 | escape sequences.
|
| 7 | + added restconf plugin |
| 8 | + added --tree-print-yang-data |
| 9 | + print anydata/anyxml better in tree diagrams |
| 10 | + grammar fix; "must" not allowed in "case" |
| 11 | + |
| 12 | + pr:248 replace newlines in typestrings with spaces in UML, |
| 13 | + thanks to William Lupton |
| 14 | + pr:281 added --jstree-path, thanks to Ralph Schmieder |
| 15 | + pr:289 added plugins for bbf, ieee, and mef, thanks to |
| 16 | + Mahesh Jethanandani |
| 17 | + pr:312 ignore actions when generating sample XML, thanks to |
| 18 | + William Lupton |
| 19 | + pr:313 corrected --tree-help output, thanks to lifeunleaded |
| 20 | + |
| 21 | + #278 - handle unprefixed leafref paths in jsonxsl.py |
| 22 | + #284 - removed broken error message for 'when' on key leafs |
| 23 | + #285 - handle illegal integer strings |
| 24 | + #297 - corrected translation of empty container with extension |
| 25 | + statement in DSDL |
| 26 | + #300 - handle unknown extensions in deviation |
| 27 | + #301 - fix bug w/ refine of leafref leaf |
| 28 | + #310 - when using the windows command prompt, "pyang" was not |
| 29 | + found, thanks to Mallikarjunarao Kosuri |
| 30 | + |
6 | 31 |
|
7 | 32 | 1.7.1 - 2016-11-02
|
8 | 33 | added support for RFC 7952, metadata annotations
|
|
226 | 251 | handle auto-assignment of enum values and bit positions
|
227 | 252 | allow plugins to register grammar for extensions
|
228 | 253 | added a plugin for the 'yang-smi' SMIv2 module
|
229 |
| - rewrote yin_parser - now handles extensions properly |
| 254 | + rewrote yin_parser - now handles extensions properly |
230 | 255 | added bin/yang2html which can be used to syntax coloring of yang
|
231 | 256 | modules
|
232 | 257 | new algorithm for finding standard YANG modules (see pyang(1))
|
|
250 | 275 | XSD: added --xsd-no-lecture command line option
|
251 | 276 | XSD: fixed XSD output bug in some rare cases involving typedef chains
|
252 | 277 |
|
253 |
| - DSDL: corrected handling of multiple length alternatives |
254 |
| - DSDL: added TODO |
255 |
| - DSDL: added support for multiple patterns in string restrictions |
256 |
| - DSDL: added xmlns declaration for the data model NS |
257 |
| - DSDL: $this in must-stmt is now replaced with current() |
258 |
| - rather than '.' |
259 |
| - DSDL: local top-level named patterns now don't start with '__' |
260 |
| - DSDL: added XSLT stylesheet that separates DSRL |
| 278 | + DSDL: corrected handling of multiple length alternatives |
| 279 | + DSDL: added TODO |
| 280 | + DSDL: added support for multiple patterns in string restrictions |
| 281 | + DSDL: added xmlns declaration for the data model NS |
| 282 | + DSDL: $this in must-stmt is now replaced with current() |
| 283 | + rather than '.' |
| 284 | + DSDL: local top-level named patterns now don't start with '__' |
| 285 | + DSDL: added XSLT stylesheet that separates DSRL |
261 | 286 |
|
262 | 287 | known issue: augmenting the input parameters of an rpc that is
|
263 | 288 | declared without any input parameters does not work
|
264 | 289 | known issue: an error is not reported if the same node is added
|
265 | 290 | twice via an augment
|
266 |
| - known issue: chained derivation of types doesn't work properly |
267 |
| - in the DSDL translator |
| 291 | + known issue: chained derivation of types doesn't work properly |
| 292 | + in the DSDL translator |
268 | 293 |
|
269 | 294 | 0.9.1 - 2008-07-08
|
270 | 295 | rewrote yang parser
|
|
0 commit comments