Skip to content

Latest commit

 

History

History
133 lines (111 loc) · 5.76 KB

CHANGELOG.md

File metadata and controls

133 lines (111 loc) · 5.76 KB

dev

Nothing for now

2.6 - YAML, SQL, SCSS and Vue extended support

  • Added support for methods and properties in Vue monofile components
  • Added basic support for ES6 class methods defined field-style with arrow notation
  • Added support for named expressions, courtesy of @GCSBOSS
  • Added support for SCSS tags and Twig macro, courtesy of @vukbgit
  • Added SQL regex, courtesy of @vukbgit
  • Added Mocha regex, courtesy of @konradjurk
  • Added YAML regex (mainly for OpenApi)
  • Fixed some spaces in JS regexes
  • Fixed the anchor regex in HTML

2.5.4 - CRLF files bugfix

2.5.3 - LaTeX, Vue, and some fixes

2.5.2 - Multiline JS, SASS, Twig and Blade

  • Added additional key controls like focus, unfocus and selection, courtesy of @konradjurk
  • Added support of multiline method signatures in JS, courtesy of @konradjurk
  • Added SASS and SCSS regex
  • Added Twig regex
  • Added Blade regex
  • Improved regex matching

2.5.1 - No more warnings and exceptions

  • Fixed deprecation warnings.
  • Fixed uncaught exception errors (method call on undefined).

2.5.0 - Cascade of fixes

2.4.1 - Odin and ES2017 tweaks

  • Added Odin regex, courtesy of @FelixBrendel
  • Improved regex for ES2017, courtesy of @brigand
  • Added export keyword for JS functions, poke @DjLeChuck

2.4 - Lots of improvements!

  • Improved regex strings for Ruby (Differ between class methods and instance methods).
  • Added todo,fixme and hack symbols.
  • Added support for css.tss, courtesy of @m1ga
  • Added new config option to hide panel on empty list.
  • Added initial symbols reload to have the list on atom load.
  • Added symbols for getters and setters in JavaScript.
  • Hide panel in settings view.
  • Changed Perl color of our-statements to blue (instead of signal color red).
  • Improved Perl source regex strings.
  • Improved CoffeeScript source regex strings.
  • Improved Python source regex strings.
  • Fixed misplaced number in list (not visible because of temporary transparency).
  • Fixed height of search filter field to avoid scrollbars.
  • Fixed: Ruby: self is not the name of all class methods
  • Fixed: Unicode symbol not being recognized

2.3.6 - Perl, YAML and performances

  • First trial at fixing Performance with large files
  • Added Perl regex, courtesy of @mbuc82
  • Added YAML comments regex ( line starting with # ! )

2.3.5 - Bugfixes for C#

  • Quick adjustement on C# regex to avoid control structures matching

2.3.4 - Basics for C#

  • Added regex for C#

2.3.3 - Bugfixes

  • List height bugfix

2.3.2 - Resizing and moar Python

  • Resizable? Resizable!
  • Improve Python source regex strings, courtesy of @ajoubertza
  • Added Github Markup regex

2.3.1 - Position highlight and ES2016 tweak

  • Added cursor position highlight, courtesy of @JeroenOnstuimig
  • Added ES6 method and const function regexes, courtesy of @wooandoo

2.3 - Ruby and bugfixes

  • Added Ruby regex, courtesy of @aidistan
  • Added protected functions
  • Fixed jump to line above function for JS
  • Fixed function declaration with multiline arguments

2.2 - Python and bugfixes

2.1.4 - Regex and fix

2.1.3 - More Regexes

  • Altered function regex for PHP
  • Added regex for INI

2.1.2 - Search and sort

  • Bugfix: symbols missing on search field blur
  • Added search field placeholder
  • Added alphabetical sorting to the plugin settings

2.1.1 - EMACScript 6 regexes

  • Added ES6 method syntax
  • Added JS class expressions regex
  • Changed comment symbol to "/" to avoid confusion with HTML anchors "#"

2.1.0 - Added test files to the package

  • Altered function regex for PHP and JS
  • Added HTML anchor regex
  • Added test files

2.0.0 - First Release

  • Because starting at v1 is too mainstream.
  • Added regexes for HTML, CSS, JS and Angular, CoffeeScript and PHP