Skip to content
danstocker edited this page Oct 6, 2011 · 1 revision

1.2.1

  • Fixed sorting bug on text and string indexes
  • Fixed lookup bug on string search

1.2

A whole bunch of stuff comes here soon

1.1.0.13

Various bugfixes and performance improvements.

1.1.0.12

Not fully backwards compatible! Direct access to index elements have changed (see first bullet point).

  • Count property added to keys in grouped indexes (eg. table.index('name').flat()[key].count). Counts remain consistent on table modifications. Row IDs associated with a given key may be accessed via the items property.
  • Now passes JSLint (for-in checks turned off)
  • Additional options added to querying functions (TBD)
  • Coding style changed to some extent
  • Bugfixes

1.0.0.6

Full text search added.

1.0.0.5

Grouped the optional parameters of the following functions into one parameter object.

  • table.select()
  • table.where()
  • table.orderby()
  • table.column()

This will make future changes to these functions more flexible.

1.0.0.4

  • Logging fixes
  • Safe object construct
  • jOrder callable as function
  • table.first()

1.0.0.2

First version on GitHub

Clone this wiki locally