Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Latest commit

 

History

History
40 lines (22 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

40 lines (22 loc) · 1.47 KB

Changelog

All notable changes to this project will be documented in this file.

2.0.0 (2-3-2023)

Changed

  • Refactor: Replace skql-js-engine with skl-js-engine (794dd9b)
  • Refactor: Rename skql to skl (794dd9b)

1.3.0 (1-24-2023)

Features

  • Adds properties from requestBody fields that are media type application/json to the typing of the args parameter of operation functions (6016c52)

1.2.0 (1-19-2023)

Features

  • Added Typescript typing to the args argument of operations in an API namespace when OpenAPI specs are provided as Javascript objects (b3f0053)

1.1.0 (1-18-2023)

Features

  • Added typescript autocompletion of possible operations in an API namespace when OpenAPI specs are provided as Javascript objects (23b5892)

1.0.0 (01-12-2023)

Features

  • Ability to supply apiSpecs to use a namespaced api operation interface
  • Ability to supply skqlOptions to use skql through Standard SDK

Documentation

  • Added a changelog
  • Added release notes