2.0.4-next.1 (2023-08-08)
2.0.3-next.3 (2023-08-08)
2.0.3-next.2 (2023-07-28)
- Use empty object instead of this for window fallback (c3cece1)
2.0.3-next.1 (2023-07-27)
- Actually fixing window issue (91fa4d0)
- Fix Server-side rendering reference error on
window
(0812ae0)
2.0.2 (2023-06-22)
- filesystem: Don't call toString on binary files (42746a1)
- Generate correct links to shared schemas (02980a2)
- Remove unused ${if.javascript} tag from subscriber.md (84ab9db)
2.0.2-next.2 (2023-06-06)
- filesystem: Don't call toString on binary files (42746a1)
2.0.2-next.1 (2023-05-19)
- Generate correct links to shared schemas (02980a2)
- Remove unused ${if.javascript} tag from subscriber.md (84ab9db)
2.0.1 (2023-05-19)
- Generate correct links to shared schemas (02980a2)
2.0.1-next.2 (2023-05-19)
- Remove unused ${if.javascript} tag from subscriber.md (84ab9db)
- Bug in readText (b54597b)
- Document provider notifications (4515ff0)
- Events: Support for multiple context parameters (43d8318)
- property: Copy manage or use caps from getter to setter (41cb22e)
- Remove unused macro (9f9b538)
- temporal-set: Code did not match spec (e3069f1), closes #89
- temporal-set: Code did not match spec (00fbae3)
2.0.0 (2023-05-01)
- Capabilities for property setters to be manages instead of uses (#77) (a2fa157)
- Handle error in calls-metrics template (322f636)
- Handle error in calls-metrics template (b737d09)
- Improper null check of value (eed458c)
- Properly document context params (#75) (325858c)
- Removes extra string added to params table (0d51872)
- Bug in readText (b54597b)
- Add registerEventContext as an import for Capabilities module (#83) (16409bd)
- readme: Update Readme for 2.0 (3537aa0)
- Document provider notifications (4515ff0)
- Events: Support for multiple context parameters (43d8318)
- property: Copy manage or use caps from getter to setter (41cb22e)
- Remove unused macro (9f9b538)
- temporal-set: Code did not match spec (e3069f1), closes #89
- temporal-set: Code did not match spec (00fbae3)
1.8.0-next.2 (2023-01-31)
1.8.0-next.2 (2023-01-31)
1.8.0-next.2 (2023-01-31)
1.8.0-next.2 (2023-01-31)
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