ryanwood / slither

A simple, clean DSL for describing, writing, and parsing fixed-width text files.

slither / History.txt
100644 16 lines (10 sloc) 0.374 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  
== 0.99.2 / 2009-04-28
 
* Added better support for float formatting
* Added the money_with_implied_decimal type
  
== 0.99.1 / 2009-04-22
 
* Make the missing method build a column i.e. body.record_type 1
* Prevent duplicate column names
* Better error messages
* Implement custom padding (spaces (default), zero)
 
== 0.99.0 / 2009-04-14
 
* Initial Release