knadh / localStorageDB

A simple database layer for localStorage and sessionStorage for creating structured data in the form of databases and tables
http://nadh.in/code/localstoragedb
814 stars 128 forks source link

Changelog #32

Closed objectivehtml closed 10 years ago

objectivehtml commented 10 years ago

Hey there, I use this library quite a bit. Just wondering if you have an official changelog from each version? If not, I think this would be a great addition to the library.

a904guy commented 10 years ago

v2.2 Added tableFields() function. Returns the fields of a table.

Added start to query() function for easy pagination. ( limit, start )

In Example: limit = per_page start = (page - 1) * per_page

Fixed validation of database/table/field names to actually accept integers properly.

You can follow the changes @ knadh/localStorageDB/pull/31

Also started a sorting addition but abandoned finishing it @ knadh/localStorageDB/issues/18

knadh commented 10 years ago

Thanks @a904guy. @objectivehtml, will commit a changelog soon.

objectivehtml commented 10 years ago

Awesome. Great work guys and thanks for considering this.

knadh commented 10 years ago

@objectivehtml https://github.com/knadh/localStorageDB/commit/ab7c0a227ecaecbe6c92db98e4ce831994cd6dfc