-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathCHANGELOG.txt
More file actions
34 lines (20 loc) · 777 Bytes
/
Copy pathCHANGELOG.txt
File metadata and controls
34 lines (20 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
=== 0.9.8 / 2010-09-03
* added option to load racksh into existing irb session
=== 0.9.7 / ?
=== 0.9.6 / ?
=== 0.9.5 / 2010-01-31
* added application reloading with "reload!"
=== 0.9.4 / 2009-11-19
* added loading irb/completion
* added support for session setup, loaded from .rackshrc in user's home directory and app's directory
* prevented STDOUT & STDERR to be reopened
* added showing simple prompt (>>) like Rails console
* added printing startup info in colors
=== 0.9.3 / 2009-11-17
* exposed Rack::Test::Methods via $rack variable
=== 0.9.2 / 2009-11-15
* irb require uses absolute path (for users without rubygems required in their .irbrc)
=== 0.9.1 / 2009-11-15
* added showing name of loaded rack env
=== 0.9 / 2009-11-15
* initial release