Skip to content

Releases: blakeembrey/atom-dash

Fallback to Word Under Cursor When Range Is Missing

23 Sep 06:19
Compare
Choose a tag to compare

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

23 Sep 06:21
Compare
Choose a tag to compare

Added

  • Allow Dash to look up filename specific docsets and merge with the language docsets.

Initialization Commands

23 Sep 06:21
Compare
Choose a tag to compare

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

23 Sep 06:23
Compare
Choose a tag to compare

Changed

  • Use spawn with -g instead of shell.openExternal to call Dash without opening it (see #14).

Removed

  • No more Gittip badge on README.

Fix Inactive Editor Crash

23 Sep 06:27
Compare
Choose a tag to compare

Fixed

  • Avoid crashing when activated without an active editor.

Removed

  • Remove under-used dependencies.

Atom Scope Classes

23 Sep 06:27
Compare
Choose a tag to compare

Changed

  • Updated Atom scope classes.

Use `atom.commands`

23 Sep 06:29
Compare
Choose a tag to compare

Added

  • Pre-commit hook for testing.

Changed

  • Use atom.commands and remove old workspaceView.command usages.
  • Tidied up language map.

Use HTML libraries with Handlebars

23 Sep 06:30
Compare
Choose a tag to compare

Added

  • New, fancy badges to the README.

Changed

  • Add CoffeeLint and basic test.
  • Use all HTML libraries for Handlebars.

Add AngularJS keywords

23 Sep 06:31
Compare
Choose a tag to compare

Added

  • AngularJS keyword to docsets.

New Dash Keywords

23 Sep 06:31
Compare
Choose a tag to compare

Added

  • New keywords for Dash 2.1.