Skip to content
Saverio Miroddi edited this page Jun 28, 2017 · 1 revision

Next

  • (on demand)

v0.1.3 (Tue 2012/May/01)

  • range access column/row
    • code
    • examples

v0.1.2 (Fri 2012/Apr/27)

  • more in-depth tests on mac
  • fix bugs found along the way
  • fix FALSE read as 0
  • complete UTs

v0.1.1 (Tue 2012/Apr/24)

  • complete UTs
  • test against real documents
    • how are encoded empty rows/columns? column repeat?
  • table internals cleanups
    • check/handle empty styles/values and off-limits, and internal representation
    • prevent garbage input/output: enforce table name, ...
    • column/row size
  • ruby testing (compatibility 1.8.7)
  • documentation
    • add internal notes( percentage support; date formatting)
    • add API notes
    • update README
  • use gem format
  • move elements to the root folder (update readme)
  • other code changes
    • negative access to arrays: limit limit limit enforce strictly to existing size
    • add append_row/column: code + docs
    • pretty print document/table
    • allow different-sized rows
  • store columns width
    • encoding/decoding
    • table columns add/remove
    • describe rows addition/removal respect to column width styles (add UTs)
  • support string encodings
  • further testing
    • eat dogfood films.sqlite
    • added Fixnum decoding support
    • added option for Float/BigDecimal decoding
    • mac testing
    • repeated rows support
    • windows testing
  • cleanup rdoc (add a simple comment, and a link in the main class to the github page)
  • support notes
  • push gem
Clone this wiki locally