Skip to content

Releases: vstakhov/libucl

0.9.2

20 Apr 14:39
0.9.2
f897d5a
Compare
Choose a tag to compare

What's Changed

  • Fix issues with the include error propagation by @vstakhov in #294
  • Fix issue with incorrect state handling by @vstakhov in #295
  • Fix issue with setting length when parsing vars by @vstakhov in #296
  • Do not enter macro state with macros disabled by @vstakhov in #297
  • If we have seen comments, do not skip key checks by @vstakhov in #298

Full Changelog: 0.9.1...0.9.2

0.9.1

20 Mar 11:26
0.9.1
51c5e2f
Compare
Choose a tag to compare

What's Changed

  • streamline_json: fix indentation in json export by @bapt in #280
  • json: fix non streamlined json emitter by @bapt in #281
  • Fix several lua issues by @vstakhov in #283

Full Changelog: 0.9.0...0.9.1

0.9.0

01 Feb 11:41
0.9.0
edf094c
Compare
Choose a tag to compare

What's Changed

  • src/ucl_schema.c: Add inttypes.h for PRId64 by @jhgit in #267
  • python/setup.py: Avoid build failure trying to create setup.py link if it already exists. by @jhgit in #269
  • Use _WIN32 instead of _MSC_VER by @giordano in #270
  • lua: Push string with len by @ryan-moeller in #276
  • Fix excessive escaping when using ucl_object_fromstring() by @flowerysong in #262
  • Create cmake-multi-platform.yml by @vstakhov in #278

New Contributors

Full Changelog: 0.8.2...0.9.0

Libucl 0.8.2

08 Jan 10:05
0.8.2
f7dbb7d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.1...0.8.2