This repository was archived by the owner on Oct 21, 2025. It is now read-only.
v2.0.0
2.0.0 (2018-07-21)
Bug Fixes
- index: Fix exports (21968d5)
- lib.ts: add missing filter (74202f8)
- util: fix encoding of query params (9bf8bac)
- util: fix undefined query parameters (8b254b3)
Code Refactoring
- circleci: convert circlci factory into a class (f4f1eb7)
Features
- circleci: add endpoints to factory (ad3c937)
- circleci: add factory methods for actions (c159665)
- circleci: add more endpoints (e1817ef)
- circleci: Change wrapper methods to return promise (b85a5ab)
- exports: Fix exports and types (b3b2f11)
- util.ts: Add utility for parsing GitType (ff44778)
Reverts
- package.json: remove 'dev' script (a07c867)
BREAKING CHANGES
- circleci: the factory is now a class and must be called with 'new'
- circleci: changed the api for some build endpoints, token is now the first parameter
- exports: Exports were changed
- Removed default export from the index