1.8.0-next.1 (2022-12-02)
1.7.2-next.1 (2022-12-02)
- Capabilities for property setters to be manages instead of uses (#77) (a2fa157)
- Improper null check of value (eed458c)
- Properly document context params (#75) (325858c)
- Removes extra string added to params table (0d51872)
- Trigger semantic release (bb2ab26)
1.7.1 (2022-11-30)
- Capabilities for property setters to be manages instead of uses (#77) (6f516e7)
- Improper null check of value (85f77d8)
- Properly document context params (#75) (ca0f581)
- Removes extra string added to params table (cb9f35f)
- $ref usage in context parameters (906eeb6)
- JSONRPC docs for provider response has invalid format (#61) (34ddeaf)
- multiple provider doc headers for same module are broken (#56) (e63928f)
- $ref usage in context parameters (906eeb6)
- JSONRPC docs for provider response has invalid format (#61) (34ddeaf)
- multiple provider doc headers for same module are broken (#56) (e63928f)
- Much more beautiful validation error messages
- Moved Transport Layer API out of
src/templates
and intosrc/js
- Exporting Transport Layer API for use by Firebolt Developer Tools
- Support for
x-provides
and Provider patter - Added basic "Firebolt" validation, e.g. require at least one example
- Support for
temporal-set
method generation - Support for
property
methods that have setters - Changed JSON-Schema
integer
mapping toNumber
sincebigint
isn't supported in JSON natively