Skip to content

v1.4.17

Compare
Choose a tag to compare
@adamansky adamansky released this 13 Nov 16:30
· 61 commits to master since this release
  • Added void iwulist_reset(IWULIST *list) (iwarr.h)
  • Added experimental jbn_from_js() (iwjson.h)
  • Fixed C++ compilation errors https://github.com/Softmotions/ejdb/issues/381
  • Fixed Correct UCS-16 surrogate pair start code point. #51
  • Added iwchars.h replacing some ctype.h functions.
  • Added simple refcounting container iwrefs.h
  • Fixed incorrect parsing of empty JSON keys.
  • Added jbn_as_xml() (iwjson.h)
  • Added jbn_get() (iwjson.h)
  • Added IW_ERROR_OPERATION_TIMEOUT common error code.
  • Removed support of legacy iwkv v1 data file format.
  • Fixed incorrect read of memory bytes (reported by valgrind)
  • Fixed windows build
  • Added ref counting feature to iwpool (iwpool.h)