Nothing for now
- 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
- Added LaTeX regex
- Added support for inheritance in Ruby
- Added SASS/SCSS mixins and functions
- Added Vue components regex
- Fixed Alphabetical sorting doesn't work
- 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
- Fixed deprecation warnings.
- Fixed uncaught exception errors (method call on undefined).
- Fixed: HTML artefact in symbol list
- Added support for es7 decorators, courtesy of @guiguan
- Fixed: Different color for public, private and protected methods (visibility), courtesy of @monsieurluge
- Fixed: Hiding (toggling) symbol list does not persist when switching tabs, courtesy of @JK-TC
- Fixed: Javascript Es6Methods with spaces before parenthesis are not recognized, courtesy of @FelixBrendel
- Fixed: Configurable width setting, courtesy of @DjLeChuck
- Fixed: support cache for huge files
- Moved configuration to separate file symbols-list-config
- Added positioning feature and configs to either center the view after jump to line, scroll from top or from bottom for configured amount of lines.
- Added md5 hash checks to reload symbols just on real changes.
- Added Odin regex, courtesy of @FelixBrendel
- Improved regex for ES2017, courtesy of @brigand
- Added export keyword for JS functions, poke @DjLeChuck
- 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
- First trial at fixing Performance with large files
- Added Perl regex, courtesy of @mbuc82
- Added YAML comments regex ( line starting with # ! )
- Quick adjustement on C# regex to avoid control structures matching
- Added regex for C#
- List height bugfix
- Resizable? Resizable!
- Improve Python source regex strings, courtesy of @ajoubertza
- Added Github Markup regex
- Added cursor position highlight, courtesy of @JeroenOnstuimig
- Added ES6 method and const function regexes, courtesy of @wooandoo
- Added Ruby regex, courtesy of @aidistan
- Added protected functions
- Fixed jump to line above function for JS
- Fixed function declaration with multiline arguments
- Added Python regex, courtesy of @firejdl
- Altered PHP regex to add static methods
- Altered PHP and JS multiline comments regex
- Added toggle shortcut for Windows and Linux
- Fixed: php: jump to lines above function
- Fixed: php: methods with & prefix not being listed
- Altered JS method regex
- Fixed: php: comment added to list
- Altered function regex for PHP
- Added regex for INI
- Bugfix: symbols missing on search field blur
- Added search field placeholder
- Added alphabetical sorting to the plugin settings
- Added ES6 method syntax
- Added JS class expressions regex
- Changed comment symbol to "/" to avoid confusion with HTML anchors "#"
- Altered function regex for PHP and JS
- Added HTML anchor regex
- Added test files
- Because starting at v1 is too mainstream.
- Added regexes for HTML, CSS, JS and Angular, CoffeeScript and PHP