Jsormdb release notes
From Jsorm
This document lists release notes for jsormdb.
1.3
- Multi-table support. jsormdb now supports records of different types, what would normally be called multiple tables in an RDBMS.
1.2
- Full indexing support. Under 1.2, a query for a field that is indexed, at any level within a complex / compound query, is properly searched using index.
- Minor bug fixes
1.1
- Minor bug fixes
- Restructured to use JSORM.clear(obj) instead of obj.clear(), which required changing Object.prototype, which is messy
1.0
- First release open to the general public
- Restructured to use module pattern after Douglas Crockford
