v0.2.0
0.2.0 (2025-08-27)
Full Changelog: v0.1.1...v0.2.0
⚠ BREAKING CHANGES
- rename errors to exceptions
- pagination field rename, and basic streaming docs
- refactor: namespacing cleanup
- refactor: clean up pagination, errors, as well as request methods
Features
- client: add streaming (05b1eff)
- client: improve error handling (0a964b4)
- client: use named parameters in methods (e1b2c44)
- ensure
->toArray()benefits from structural typing (0edf57b) - pagination field rename, and basic streaming docs (11c1194)
- php: differentiate null and omit (db376b7)
- php: rename internal types (3491227)
- refactor: clean up pagination, errors, as well as request methods (e61a72b)
- refactor: namespacing cleanup (009f98c)
- rename errors to exceptions (7f7d82c)
Bug Fixes
- add create release workflow (2da8d92)
- basic pagination should work (f09ee2c)
- client: elide null named parameters (68d0125)
- minor bugs (f0a3c9e)
- streaming internals (083ff3f)
- Update README.md (57a738e)