Skip to content

Latest commit

 

History

History
56 lines (25 loc) · 2.18 KB

CHANGELOG.md

File metadata and controls

56 lines (25 loc) · 2.18 KB

Changelog

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

2.0.1 (2022-06-01)

2.0.0 (2022-04-22)

⚠ BREAKING CHANGES

  • constants: Freeze the options object to disallow modifications to it during runtime.

  • constants: freeze the requset options and use it in requests (81f6004)

1.2.0 (2022-04-22)

Features

  • cache: provide cacheTime options (65b50ac)

1.1.1 (2022-04-16)

Bug Fixes

  • types: add missing compile output (fabac4f)

1.1.0 (2022-04-13)

Features

  • export AbstractPistonClient for extendability (064dfb1)

Bug Fixes

  • node: use https/http according to url (f87b328)

1.0.2 (2022-04-12)

Bug Fixes

  • client: options should be optional (084f345)

1.0.1 (2022-04-12)

1.0.0 (2022-04-12)

Features

  • client: add clients for browser and node (4123d6d)