atom-keymap
Advanced tools
Comparing version 2.5.0 to 2.5.1
32
api.json
@@ -6,3 +6,3 @@ { | ||
"filename": "src/keymap-manager.coffee", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v2.5.0/src/keymap-manager.coffee#L68", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v2.5.1/src/keymap-manager.coffee#L68", | ||
"sections": [ | ||
@@ -42,3 +42,3 @@ { | ||
"sectionName": "Class Methods", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v2.5.0/src/keymap-manager.coffee#L87", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v2.5.1/src/keymap-manager.coffee#L87", | ||
"visibility": "Public", | ||
@@ -105,3 +105,3 @@ "summary": "Create a keydown DOM event for testing purposes.", | ||
"sectionName": "Construction and Destruction", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v2.5.0/src/keymap-manager.coffee#L115", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v2.5.1/src/keymap-manager.coffee#L115", | ||
"visibility": "Public", | ||
@@ -130,3 +130,3 @@ "summary": "Create a new KeymapManager.", | ||
"sectionName": "Construction and Destruction", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v2.5.0/src/keymap-manager.coffee#L125", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v2.5.1/src/keymap-manager.coffee#L125", | ||
"visibility": "Public", | ||
@@ -139,3 +139,3 @@ "summary": "Unwatch all watched paths. ", | ||
"sectionName": "Event Subscription", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v2.5.0/src/keymap-manager.coffee#L150", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v2.5.1/src/keymap-manager.coffee#L150", | ||
"visibility": "Public", | ||
@@ -190,3 +190,3 @@ "summary": "Invoke the given callback when one or more keystrokes completely\nmatch a key binding.", | ||
"sectionName": "Event Subscription", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v2.5.0/src/keymap-manager.coffee#L166", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v2.5.1/src/keymap-manager.coffee#L166", | ||
"visibility": "Public", | ||
@@ -241,3 +241,3 @@ "summary": "Invoke the given callback when one or more keystrokes partially\nmatch a binding.", | ||
"sectionName": "Event Subscription", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v2.5.0/src/keymap-manager.coffee#L180", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v2.5.1/src/keymap-manager.coffee#L180", | ||
"visibility": "Public", | ||
@@ -286,3 +286,3 @@ "summary": "Invoke the given callback when one or more keystrokes fail to match\nany bindings.", | ||
"sectionName": "Event Subscription", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v2.5.0/src/keymap-manager.coffee#L211", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v2.5.1/src/keymap-manager.coffee#L211", | ||
"visibility": "Public", | ||
@@ -331,3 +331,3 @@ "summary": "Invoke the given callback when a keymap file not able to be loaded.", | ||
"sectionName": "Adding and Removing Bindings", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v2.5.0/src/keymap-manager.coffee#L241", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v2.5.1/src/keymap-manager.coffee#L241", | ||
"visibility": "Public", | ||
@@ -354,3 +354,3 @@ "summary": "Add sets of key bindings grouped by CSS selector.", | ||
"sectionName": "Accessing Bindings", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v2.5.0/src/keymap-manager.coffee#L279", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v2.5.1/src/keymap-manager.coffee#L279", | ||
"visibility": "Public", | ||
@@ -369,3 +369,3 @@ "summary": "Get all current key bindings.", | ||
"sectionName": "Accessing Bindings", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v2.5.0/src/keymap-manager.coffee#L294", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v2.5.1/src/keymap-manager.coffee#L294", | ||
"visibility": "Public", | ||
@@ -412,3 +412,3 @@ "summary": "Get the key bindings for a given command and optional target.", | ||
"sectionName": "Managing Keymap Files", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v2.5.0/src/keymap-manager.coffee#L329", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v2.5.1/src/keymap-manager.coffee#L329", | ||
"visibility": "Public", | ||
@@ -443,3 +443,3 @@ "summary": "Load the key bindings from the given path.", | ||
"sectionName": "Managing Keymap Files", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v2.5.0/src/keymap-manager.coffee#L349", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v2.5.1/src/keymap-manager.coffee#L349", | ||
"visibility": "Public", | ||
@@ -460,3 +460,3 @@ "summary": "Cause the keymap to reload the key bindings file at the given path\nwhenever it changes.", | ||
"sectionName": "Managing Keyboard Events", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v2.5.0/src/keymap-manager.coffee#L421", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v2.5.1/src/keymap-manager.coffee#L421", | ||
"visibility": "Public", | ||
@@ -477,3 +477,3 @@ "summary": "Dispatch a custom event associated with the matching key binding for\nthe given `KeyboardEvent` if one can be found.", | ||
"sectionName": "Managing Keyboard Events", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v2.5.0/src/keymap-manager.coffee#L499", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v2.5.1/src/keymap-manager.coffee#L499", | ||
"visibility": "Public", | ||
@@ -500,3 +500,3 @@ "summary": "Translate a keydown event to a keystroke string.", | ||
"sectionName": "Managing Keyboard Events", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v2.5.0/src/keymap-manager.coffee#L506", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v2.5.1/src/keymap-manager.coffee#L506", | ||
"visibility": "Public", | ||
@@ -503,0 +503,0 @@ "summary": "Get the number of milliseconds allowed before pending states caused\nby partial matches of multi-keystroke bindings are terminated.", |
{ | ||
"name": "atom-keymap", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "Atom's DOM-aware keymap module", | ||
@@ -34,3 +34,3 @@ "main": "./lib/keymap-manager", | ||
"property-accessors": "^1", | ||
"season": "^1.0.2", | ||
"season": "^5.0.2", | ||
"underscore-plus": "^1.0.0" | ||
@@ -37,0 +37,0 @@ }, |
+ Addedcoffee-script@1.9.0(transitive)
+ Addedcson-parser@1.0.9(transitive)
+ Addedseason@5.4.1(transitive)
- Removedcoffee-script@1.7.1(transitive)
- Removedmkdirp@0.3.5(transitive)
- Removedseason@1.0.2(transitive)
Updatedseason@^5.0.2