public
Description: Instrument is a simple library for producing dynamically generated "controls" with various templating languages.
Homepage: http://instrument.rubyforge.org/
Clone URL: git://github.com/sporkmonger/instrument.git
instrument / CHANGELOG
100644 19 lines (11 sloc) 0.457 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
== 0.1.3
 
* registered type blocks now take a Hash as the second parameter
* template filenames now show up in backtraces
 
== 0.1.2
 
* controls may now accept a delegate object, which methods will be relayed to
* controls and control builders now have a proper respond_to? method
* controls now have a formats method that lists all available formats
 
== 0.1.1
 
* controls may now optionally accept a block during initialization
 
== 0.1.0
 
* initial release