Releases: klitsche/ffigen
Releases · klitsche/ffigen
v0.8.1
Fix pointer const handling
v0.8.0
- Support current PHPCParser dev-master (commit id locked)
- Add support for PHP 8.2
v0.6.1
- Fix DocBlock multiline text handling
v0.6
- Change docblock and printing of method and constant
- Update Dockerfile for examples & local development to use composer2 & librdkafka 1.5.2
Note: switched from master to main branch
v0.5
- Convert relative header search paths to absolute paths in Config::fromFile
- Change Parser creation - Generator creates Parser now instead of cli command
v0.4
- Use ConfigInterface in Parser instead of Config
v0.3
- Change Methods & Constants Collection
v0.2
- Fix void pointer printing
- Fix indention handling
- Fix printing const array values
- Fix c type const handling in char pointer
v0.1
First pre-release:
- Add Adapter for PHPCParser
- Add Examples for UUID, Snappy & librdkafka