Skip to content

Latest commit

 

History

History
186 lines (108 loc) · 12.8 KB

CHANGELOG.md

File metadata and controls

186 lines (108 loc) · 12.8 KB

2.0.4-next.1 (2023-08-08)

Bug Fixes

  • Enabled setter to have null as param value (#122) (2bfee25)

2.0.3-next.3 (2023-08-08)

Bug Fixes

  • Enabled setter to have null as param value (#122) (2bfee25)

2.0.3-next.2 (2023-07-28)

Bug Fixes

  • Use empty object instead of this for window fallback (c3cece1)

2.0.3-next.1 (2023-07-27)

Bug Fixes

  • Actually fixing window issue (91fa4d0)
  • Fix Server-side rendering reference error on window (0812ae0)

2.0.2 (2023-06-22)

Bug Fixes

  • 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)

Bug Fixes

  • filesystem: Don't call toString on binary files (42746a1)

2.0.2-next.1 (2023-05-19)

Bug Fixes

  • Generate correct links to shared schemas (02980a2)
  • Remove unused ${if.javascript} tag from subscriber.md (84ab9db)

2.0.1 (2023-05-19)

Bug Fixes

  • Generate correct links to shared schemas (02980a2)

2.0.1-next.2 (2023-05-19)

Bug Fixes

  • 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)

Bug Fixes

  • 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)

Features

  • 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)

Bug Fixes

  • Handle error in calls-metrics template (322f636)
  • Handle error in calls-metrics template (b737d09)

1.8.0-next.2 (2023-01-31)

Bug Fixes

  • Handle error in calls-metrics template (322f636)
  • Handle error in calls-metrics template (b737d09)

1.8.0-next.2 (2023-01-31)

Bug Fixes

  • Handle error in calls-metrics template (322f636)
  • Handle error in calls-metrics template (b737d09)

1.8.0-next.2 (2023-01-31)

Bug Fixes

  • Handle error in calls-metrics template (322f636)
  • Handle error in calls-metrics template (b737d09)

1.8.0-next.1 (2022-12-02)

Features

  • Add registerEventContext as an import for Capabilities module (#83) (16409bd)

1.7.2-next.1 (2022-12-02)

Bug Fixes

  • 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)

Bug Fixes

  • 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)

1.7.0

Features

  • Only generate docs for used schema files (ff08978)
  • Context Params and Request Methods (d36586e)

Bug Fixes

  • $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)

1.5.0

  • Much more beautiful validation error messages
  • Moved Transport Layer API out of src/templates and into src/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 to Number since bigint isn't supported in JSON natively