ejdb2_dart 1.0.18 ejdb2_dart: ^1.0.18 copied to clipboard
Embeddable JSON Database engine ejdb http://ejdb.org Dart binding
ejdb_dart (1.0.18)
- Security: a heap-overflow vulnerability was fixed in the WebSocket parser of facil.io library
ejdb_dart (1.0.17)
- Added convenient
JQL#firstRequired()
ejdb_dart (1.0.16)
- Upgraded to ejdb2_2.0.13 with critical fixes
ejdb_dart (1.0.15)
- Upgraded to ejdb2_2.0.12 with critical fixes
ejdb_dart (1.0.14)
- Upgraded to ejdb2_2.0.11 with critical fixes
ejdb_dart (1.0.13)
- CRITICAL: Fixed unexpected database file truncation and data loss on close.
- Upgraded to iowow 1.3.14
ejdb_dart (1.0.12)
- Added query limit override in JQL#execute
- Added native JQL#limit getter
ejdb_dart (1.0.11)
- Added JQL#firstOrNull() and JQL#firstN() with relevant test cases
- Build fixes: HTTP/WS server was not included in
1.0.10
ejdb_dart (1.0.10)
- Upgrade to ejdb 2.0.9 release
ejdb_dart (1.0.9)
- Ability to log query execution plan with
explainCallback
function in JQL#execute() and JQL#scalarInt()
ejdb_dart (1.0.8)
- Added notFound,invalidQuery to EJDB2Error
ejdb_dart (1.0.7)
- Updated to ejdb v2.0.8
ejdb_dart (1.0.6)
- Updated to ejdb v2.0.7
- Fixed deadlock condition with OSX pthread rwlocks.
- Phreads
PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP
is used by default
ejdb_dart (1.0.5)
- Fix compilation warning: incompatible pointer types passing 'intptr_t *'
ejdb_dart (1.0.4)
- Updated to ejdb v2.0.6
- Documentation minors
ejdb_dart (1.0.3)
- Safe database release in ejdb2_isolate_shared_release()
ejdb_dart (1.0.2)
- Canonicalize database file path before opening database.
ejdb_dart (1.0.1)
- Added support of database access from multiple isolates #241
ejdb_dart (1.0.0)
- Initial version.