Skip to content

Releases: noway/nzcp-c

0.0.5

09 Jan 02:00
05995ac
Compare
Choose a tag to compare

What's Changed

Featuring API Reference website and better semver support!

  • Feature/docs by @noway in #16
  • Feature/version by @noway in #17
    • Semver macros NZCP_VERSION_MAJOR, NZCP_VERSION_MINOR and NZCP_VERSION_PATCH are now available in nzcp.h
  • Fix/linux by @noway in #18
    • Fixed linux build
  • Fix/cppcheck by @noway in #19
    • Fixed cppcheck

Full Changelog: 0.0.4...0.0.5

0.0.4

06 Jan 06:31
c6ce903
Compare
Choose a tag to compare

What's Changed

This release features fuzzing testing and HeaderDoc.

  • Fix/linux by @noway in #14
    • The library wasn't compiling on GNU/Linux, fixed
  • Feature/fuzzing by @noway in #15
    • Added fuzzing using zzuf with 20,000 test cases and fixed the bugs it had surfaced
    • Added HeaderDoc tags - now you can look up NZCP.c function and type definitions in your favourite IDE.

Full Changelog: 0.0.3...0.0.4

0.0.3

03 Jan 12:14
510c2a5
Compare
Choose a tag to compare

What's Changed

This release features Java integration and a new function for human readable error descriptions.

  • Feature/jni by @noway in #8
    • added Java integration using JNI - you can now integrate NZCP.c into your Java project!
  • Feature/live pass test by @noway in #9
    • added more tests
  • fix make clean by @noway in #10
    • minor Makefile fix
  • Fix/tidying up by @noway in #11
    • minor fixes
  • Feature/nzcp error string by @noway in #12
    • added char* nzcp_error_string(int) function which returns human-readable error description!
  • Update README by @noway in #13
    • minor documentation changes

Full Changelog: 0.0.2...0.0.3

0.0.2

29 Dec 09:24
b03b3af
Compare
Choose a tag to compare

What's Changed

Featuring GNU/Linux support, cppcheck and a testsuite.

  • Add better gitignore by @noway in #2
    • minor gitignore changes
  • Feature/lint by @noway in #3
    • added cppcheck
  • Feature/fix linux by @noway in #4
    • GNU/Linux now compiles and runs
  • Update readme by @noway in #5
    • minor README updates
  • Feature/tests by @noway in #6
    • added a test suite and fixed a few bugs that the tests found
  • Fix/cppcheck by @noway in #7
    • fixed recently added cppcheck

New Contributors

  • @noway made their first contribution in #2

Full Changelog: 0.0.1...0.0.2

0.0.1

24 Dec 10:43
3264263
Compare
Choose a tag to compare

First release of NZCP.c

Featuring

  • A fully implemented NZCP spec
  • A defined API (experimental)
  • The code is packaged as a library

Full Changelog: https://github.com/noway/nzcp-c/commits/0.0.1