Releases: blakeembrey/atom-dash
Releases · blakeembrey/atom-dash
Fallback to Word Under Cursor When Range Is Missing
Added
- Create and backtrack CHANGELOG.
Fixed
- Fallback to the current word under cursor when range returns undefined.
Changed
- Commands no longer imply usage of event object as a truthy value.
- Context menu shortcut follows the same logic as shortcuts now.
Look Up Filename Specific Docsets
Added
- Allow Dash to look up filename specific docsets and merge with the language docsets.
Initialization Commands
Added
- Use
activationCommands
feature to initalize plugin on demand.
Changed
- Remove Atom deprecated method calls.
- Use consistent CSS selector.
Use Child Process Spawn For `-g` Flag
Changed
- Use
spawn
with-g
instead ofshell.openExternal
to call Dash without opening it (see #14).
Removed
- No more Gittip badge on README.
Fix Inactive Editor Crash
Fixed
- Avoid crashing when activated without an active editor.
Removed
- Remove under-used dependencies.
Atom Scope Classes
Changed
- Updated Atom scope classes.
Use `atom.commands`
Added
- Pre-commit hook for testing.
Changed
- Use
atom.commands
and remove oldworkspaceView.command
usages. - Tidied up language map.
Use HTML libraries with Handlebars
Added
- New, fancy badges to the README.
Changed
- Add CoffeeLint and basic test.
- Use all HTML libraries for Handlebars.
Add AngularJS keywords
Added
- AngularJS keyword to docsets.
New Dash Keywords
Added
- New keywords for Dash 2.1.