Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 34be423

Browse filesBrowse files
committed
updated readme for 0.2.3
1 parent 543679e commit 34be423
Copy full SHA for 34be423

File tree

Expand file treeCollapse file tree

1 file changed

+10
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-1
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ josh.js is licensed under the Apache 2.0 License
1919
* Tested under Chrome, Firefox, Safari and IE9
2020
* API may not yet be stable
2121
* needs minified versions of complete toolkit and just readline.js
22-
* needs code documentation and documenation site
22+
* needs code documentation and documentation site
2323
* 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
2428

2529
## Usage
2630

@@ -55,6 +59,11 @@ By implementing the functions `getNode` and `getChildNodes`, this library adds p
5559

5660
## Changelog
5761

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+
5867
**0.2.2** -- 2013/01/09
5968
* 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.
6069

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.