8000 Tags · Softmotions/ejdb · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Softmotions/ejdb

Tags

v2.73

Toggle v2.73's commit message
.

  * Fixed ERR_STREAM_PREMATURE_CLOSE on Node 18 (#346)
  * Resolved security issuies with nodejs packages
  * ejdb2 json module migrated to iowow
  * Upgraded to the stable verion of iwnet lib.
  * Updated EJDB2Swift submodule
  * Replaced old iowow regexp engine with new (iwre.h) based on https://github.com/jserv/cregex

v2.72

Toggle v2.72's commit message
 * Upgraded to the stable verion of iwnet lib.

v2.71

Toggle v2.71's commit message
 * Fixed wrong format of printf like function calls.

  * Query placeholders with the same name can be specified multiply times.
  * Query placeholders API is supported in projections.
  * Removed potential memory leaks in `jql_set_xx` query API (jql.h)
  * Added BearSSL include files as part of ejdb2 distribution

v2.70

Toggle v2.70's commit message
* iowow updated

v2.62

Toggle v2.62's commit message
 * Fixed incorrect query results on array values (#331)

  * Fixed error in parsing FP JSON value (#333)
  * Java: com.softmotions.ejdb2.JSON.ValueType.getTypeOf set to be public
  * Flutter: Fixed #305
  * Java: com.softmotions.ejdb2.JSON typo fixed
  * Java: com.softmotions.ejdb2.JSON added Comparable support
  * Java: com.softmotions.ejdb2.JSON added better JSON.equals() implementation

v2.61

Toggle v2.61's commit message
 * Fixed incorrect arguments check in `jbn_merge_patch`

v2.0.60

Toggle v2.0.60's commit message
 * Upgraded to iowow v1.4.11

  * Fixed Macos build error (#313)
  * Added typescript generic to JBDOC in node binding (#311)
  * Removed -fvisibility=hidden compiler flag from facil.io lib

v2.0.59

Toggle v2.0.59's commit message
 * Fixed some uninitialized data issues with `jbl_clone()`

  * Added ejdb_put_new_jbn() (ejdb2.h)
  * jbs: Default database file name changed from db.jb to ejdb2.db
  * Added jbl_from_json_printf_va(), jbn_from_json_printf_va() (jbl.h)
  * Project code reformatted using uncrustify
  * Updated copyright headers
  * Removed dependency on some glibc specific features
  * Added jbl_object_copy_to() (ejdb2.h)
  * Added new convenient methods (ejdb2.h)

v2.0.58

Toggle v2.0.58's commit message
 * New versioning scheme is used for ejdb2 bindings.

  * Fixed pub publish issues with dart and flutter bindings.
  * Upgraded to iwkv v1.4.10

v2.0.57

Toggle v2.0.57's commit message
 * Added new non standard JSON `swap` operation.

  * bugfix: Incorrect behavior of JSON patch `move` operation.
  * Added --trylock option to jbs
  * jbs server CLI should be able to load access token from file (#219)
  * bugfix: Updated to iowow v1.4.10 with fix https://github.com/Softmotions/iowow/issues/35
  * enhancement: EJDB2 Java binding improvements.
0