Skip to content

Latest commit

 

History

History
executable file
·
24 lines (18 loc) · 911 Bytes

CHANGES.rst

File metadata and controls

executable file
·
24 lines (18 loc) · 911 Bytes

Changelog

Version 0.3 [15-05-2015]

  • #18: added CNML parser
  • #17: added BMX6 (b6m tool) parser
  • #16: added NetParserJsonException which is raised if no JSON object can be decoded in _to_python
  • #14: replaced startswith string method with urlparse module for URL scheme recognition

Version 0.2 [08-05-2015]

  • #12: Added support for telnet urls in BaseParser

Version 0.1 [02-05-2015]

  • Added OlsrParser
  • Added BatmanParser
  • Added NetJsonParser
  • Added json method to BaseParser which returns valid NetJSON
  • Added diff function