Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 2.6 KB

CHANGELOG.md

File metadata and controls

50 lines (38 loc) · 2.6 KB

Change log

2.0

  • Added compatibilityCheck task #72
  • Added AnyOrder external rule #74
  • RFC Parser - support for YANG 1.1 #35
  • Fixed completion bug #81
  • Fixed Highlighter error notifications #92
  • Allowed comments in YANG 1.1 #94
  • Formatter whitespace-bug fixed #87
  • Formatter codestyle settings fixed #53
  • Double-click word selection bug fixed #60
  • Highlighter bug fixed - keyword highlighting #59
  • Added error recovery #88
  • Fixed highlighting of single quoted strings #106
  • Backward compatibility to YANG 1.0 #101
  • Fixed reference for quoted-identifiers #86

1.5

  • Code formatting #3
  • Fixed a bug where block comments were not recognized correctly #34

1.4

  • Fixed compatibility issues with older and newer versions

1.3

  • Included grouping statements in breadcrumbs #38
  • Properly checking identifier's start character #10
  • Added annotator to check for multiplicity of statements #36

1.2

  • Fixed fatal error after installation alongside with another plugin for yang language #23
  • String type no longer require optional parameters #12
  • Fixed fatal error while debugging #9
  • Fixed class cast exception bug in larger projects

1.1

  • Advanced validation for yang 1.0
  • Commenting #6
  • Code completion
  • Go to declaration #37
  • Code folding (curly brackets and multiline strings)