All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.0.0 (2021-08-17)
- The return type from the Node.js API is now
Promise<http.IncomingMessage>
instead ofPromise<got.Response>
.
- remove got as a dependency and use native https.request (d60f1a2)
3.0.4 (2021-03-02)
- echoing was broken after TypeScript rewrite (0e30926)
3.0.3 (2021-03-02)
- support new v2 format of webhook URL (50abca2)
3.0.2 (2021-02-22)
- extract version number tag from refs/*/ (7bd45b5)
3.0.1 (2021-02-22)
- run publish jobs on "release published" event, instead of pushed tag (0089505)
3.0.0 (2021-02-22)
- 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.
- rewrite application in TypeScript (6d31373)
- 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)
- add optional --timeout and --allow-failure flags (cf571ae)
2.1.0 (2020-07-29)
- replace request and request-promise with bent (61bea8c)
2.0.0 (2020-04-07)
-
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)
- use correct name in cli output (5fc21b5)
1.0.2 (2019-07-23)
- add Dockerfile (ae6e935)
1.0.1 (2019-07-09)
- add version script (0f0a4ce)
- initial commit (92e9fae)
- add some tests (6bb58e9)