Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 4.19 KB

CHANGELOG.md

File metadata and controls

54 lines (36 loc) · 4.19 KB

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