Skip to content

Latest commit

 

History

History
95 lines (53 loc) · 5.07 KB

CHANGELOG.md

File metadata and controls

95 lines (53 loc) · 5.07 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.6.0 (2022-09-02)

Features

1.5.0 (2022-09-01)

Features

1.4.1 (2022-07-16)

1.4.0 (2022-07-16)

Features

  • Added blok patch method (c50e1d9)
  • Added patch blok method to typescript client (7a9b7c2)

1.3.0 (2022-07-14)

Features

  • Added post resource (2dfb0c5)
  • Added post resource to typescript client (9756f5b)

1.2.2 (2022-06-26)

1.2.1 (2022-06-26)

Bug Fixes

  • Typo in typescript types (8f1d06a)

1.2.0 (2022-06-26)

Features

  • Added CORS preflights (d4d7bf7)
  • Added middleware tracing span (b9b29b5)

Bug Fixes

  • Added missing CORS headers (c5e2eae)
  • Incorrect type for listPages method (e56df35)
  • prevent using non ascii character in filename (ae89a69)

1.1.5 (2022-06-17)

Bug Fixes

  • Fix incorrect type on several methods (f9f172f)

1.1.4 (2022-06-17)

1.1.3 (2022-06-17)

1.1.2 (2022-06-16)

1.1.1 (2022-06-16)

1.1.0 (2022-06-16)

Features

  • Add create image route (2562e8a)
  • Added create blok route (23cdc71)
  • Added delete blok route (2d2c5b6)
  • Added delete image route (b35a3be)
  • Added get blok route (f944ce8)
  • Added list image route (e9ceb98)
  • Added test for create page with invalid api keys (c1a8a58)
  • Added typescript client (6edae03)
  • Added update blok route (6c52bac)
  • Finalized page service (75ecc03)
  • Include bloks in get page request (c86ef47)
  • Init project (0053b87)