You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,12 @@ josh.js is licensed under the Apache 2.0 License
19
19
* Tested under Chrome, Firefox, Safari and IE9
20
20
* API may not yet be stable
21
21
* needs minified versions of complete toolkit and just readline.js
22
-
* needs code documentation and documenation site
22
+
* needs code documentation and documentation site
23
23
* would like to add AMD support
24
+
* base shell UI should get some basic behaviors
25
+
*`more`-like handling for output that exceeds the shell viewport size
26
+
* resizing and close chrome
27
+
* scrollwheel support
24
28
25
29
## Usage
26
30
@@ -55,6 +59,11 @@ By implementing the functions `getNode` and `getChildNodes`, this library adds p
55
59
56
60
## Changelog
57
61
62
+
**0.2.3** -- 2013/03/09
63
+
* changed internal handling of the default command handler (i.e. when no named command is defined).
64
+
* removed the pathhandler commandhandlers from the public object, since they should be accessed via shell.getCommandHandler if required
65
+
* some readline.js property naming cleanup to make closure compiler happy
66
+
58
67
**0.2.2** -- 2013/01/09
59
68
* changed rendering of completion to be more bash-like, i.e. now renders completion and then re-renders prompt with completed text, rather than as a pop-under that disappears.
0 commit comments