Skip to content

Latest commit

 

History

History
93 lines (77 loc) · 3.88 KB

CHANGELOG.md

File metadata and controls

93 lines (77 loc) · 3.88 KB

dev

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