Skip to content

Releases: zpl-c/zpl

Release 10.0.2

18 Jan 14:34
Compare
Choose a tag to compare

Release 10.0.1

18 Jan 13:49
Compare
Choose a tag to compare

This is a major overhaul of the library.

Release 10.0.0-pre.1

18 Jan 08:01
Compare
Choose a tag to compare
Release 10.0.0-pre.1 Pre-release
Pre-release

Release 10.0.0-pre.0

17 Jan 19:22
Compare
Choose a tag to compare
Release 10.0.0-pre.0 Pre-release
Pre-release
  • fixed script (8437572)
  • Merge branch 'nano' of github.com:zpl-c/zpl into nano (9eca5e6)
  • moved regex, added packager, added diag pragmas (51f7502)
  • remove .npmignore (837129c)
  • put scripts to scripts/ dir (bdcabe0)
  • add tests and examples (48bc1b1)
  • keep razzle (50f9629)
  • work/ (056fbcd)
  • Keep work/ inside repo (fdf1e79)
  • renamed folder (25be396)
  • basic fixes for windows (fae5ab3)
  • basic fixes for linux (b214c84)
  • added first iteration (2a6e301)
  • JSON fix array-based documents with objects (bc07a35)
  • JSON document structured as array now properly recognizes the root object as array. (e55727c)
  • Final fixes for the JSON array handling (1c9da43)
  • Again, fixes (26464ac)
  • Additional JSON fixes (2d2f516)
  • Attempt to fix CI (2a9096c)
  • Fixed an incorrect parsing of empty array nodes. (3f0b79b)
  • Update README (41214dc)
  • Update README (85f06c2)
  • Fix CI script for Windows pipeline (5974e95)
  • Merge branch 'master' of github.com:zpl-c/zpl (7e1f0ff)
  • Improve FreeBSD support (a312bc0)
  • Update README.md (a94b701)
  • Create FUNDING.yml (999dfa0)
  • Fix linux includes (26753e0)
  • Additional fixes (7415a62)
  • WIP: Handle inlined methods properly (032e09b)

A lots of bugfixes!

17 Oct 06:22
Compare
Choose a tag to compare

This release concludes a large chunk of bugfixes and design re-considerations. While not being as attractive as the previous release, it still holds a significant list of changes that deal with various issues.

Coroutines, process management and bugfixes!

03 Aug 10:41
Compare
Choose a tag to compare

Hey!

This new build contains several new modules, more ongoing QoL changes and bugfixes and structural reshapes.

Thanks to a recent work, you can now use coroutines in C99! They are backed by a job system that is already available in the library, check those out!

We also have a Windows version of process creation and management module, you can easily create new processes, access their std i/o via zpl_file API or await process's termination (or terminate it yourself).

External OpenGL module got incorporated into zpl core as an optional module. OpenGL code itself got small design change, as well as some bugfixing done.

JSON5 module now correctly exports real numbers + many fixes were applied to improve the exported formatting.

Several modules have received formatting rework iteration, cleanup and small QoL improvements.

Obsolete content was removed from the repository.

Let us know if you find any issues!

ZPL 9 - Now with documentation!

09 Oct 16:10
Compare
Choose a tag to compare

Many features were added during the time version 9 was made. One of those most significant changes is presence of documentation annotation in code as well as removal of deprecated features.

ZPL - rebooted, fresh, elegant and fast!

26 Jul 14:46
Compare
Choose a tag to compare

zpl 6.6.0 - Platform layer update

26 Mar 14:49
Compare
Choose a tag to compare

This release marks the presence of a new platform layer, code refactor/integration and Dear ImGUI backend impl.