Releases: noway/nzcp-c
Releases · noway/nzcp-c
0.0.5
What's Changed
Featuring API Reference website and better semver support!
- Feature/docs by @noway in #16
- Added API Reference hosted on https://nzcp-c.netlify.app/
- Feature/version by @noway in #17
- Semver macros
NZCP_VERSION_MAJOR
,NZCP_VERSION_MINOR
andNZCP_VERSION_PATCH
are now available innzcp.h
- Semver macros
- 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
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
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!
- added
- Update README by @noway in #13
- minor documentation changes
Full Changelog: 0.0.2...0.0.3
0.0.2
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
Full Changelog: 0.0.1...0.0.2
0.0.1
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