Skip to content

Latest commit

 

History

History
129 lines (57 loc) · 4.7 KB

CHANGELOG.md

File metadata and controls

129 lines (57 loc) · 4.7 KB

Changelog

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

4.0.0 (2021-08-17)

⚠ BREAKING CHANGES

  • The return type from the Node.js API is now Promise<http.IncomingMessage> instead of Promise<got.Response>.

Features

  • remove got as a dependency and use native https.request (d60f1a2)

3.0.4 (2021-03-02)

Bug Fixes

  • echoing was broken after TypeScript rewrite (0e30926)

3.0.3 (2021-03-02)

Bug Fixes

  • support new v2 format of webhook URL (50abca2)

3.0.2 (2021-02-22)

Bug Fixes

  • extract version number tag from refs/*/ (7bd45b5)

3.0.1 (2021-02-22)

Bug Fixes

  • run publish jobs on "release published" event, instead of pushed tag (0089505)

3.0.0 (2021-02-22)

⚠ BREAKING CHANGES

  • The rawLogger and simpleLogger methods no longer catch errors, call console.error, or set the process.exitCode. This allows for custom handling of errors and makes for a cleaner API.

Features

  • rewrite application in TypeScript (6d31373)

Bug Fixes

  • do not catch errors when using the Node.js API (af42e81)
  • suppress errors from importing from .ts extension (255e44a)
  • use SerializableObject type for json structures (2c6c67c)

2.2.1 (2021-02-19)

2.2.0 (2020-10-01)

Features

  • add optional --timeout and --allow-failure flags (cf571ae)

2.1.0 (2020-07-29)

Features

  • replace request and request-promise with bent (61bea8c)

2.0.0 (2020-04-07)

⚠ BREAKING CHANGES

  • deps: A lot of the dependencies have dropped support for EOL Node.js versions, so also set egines.node to ">= 10"

  • deps: update dependencies (6d91dae)

1.0.3 (2019-09-30)

Bug Fixes

  • use correct name in cli output (5fc21b5)

1.0.2 (2019-07-23)

Build System

1.0.1 (2019-07-09)

1.0.0 (2019-07-09)

Bug Fixes

Build System

Features

Tests