- Fix Query Builder.
- Find First method.
- Fix Select method.
- Fix window object.
- jslint.
- SQLiteBrowser.js updated.
- Indentation changed to Tabs.
- package.json updated.
- Example SQLiteBrowser.js: Dafault Type for FOREIGN KEY implemented.
- Example SQLiteBrowser.js: FOREIGN KEY implemented.
- Fixed protected call.
- Updated "test-protected.js" test.
- Fixed protected into __constructor call.
- Define static properties (defineProperty static method).
- Define instance properties (defineProperty method).
- JSLint Code.
- Added "__preventOverride" property, to prevent override an extended Class.
- Added test to check recursive methods.
- Added HISTORY.md