twada / twowaysql

Template Engine for SQL

This URL has Read+Write access

twowaysql / History.txt
100644 29 lines (24 sloc) 0.876 kb
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
== release_0_4_1 / 2008-11-02
* apply latest newgem structure
 
== release_0_4 / 2008-09-29
* line number support on parse error
* integrate coverage report into website
* integrate ditz to 'push-button release'
* Change ambiguous class name TwoWaySQL::Result to TwoWaySQL::MergeResult
 
== release_0_3 / 2008-09-10
* better whitespace handling
* Whitespace compaction mode
* remove preserve_eol flag
* preserve actual comment content
* write docs for space compaction mode
* change line-based scanning to whole string based scanning
 
== 0.2.1 / 2008-09-07
* bugfix: case insensitive match for SQL reserved words
* make Ruby1.9 ready
* integrate ditz html into site
* change idiom 'substitution' to 'interpolation'
* Handle Embedded variable comment at Scanner/Grammar level
 
== 0.2.0 / 2008-09-05
* Initial release
* RubyForge settings
* rdoc for published classes and methods