Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Releases: CircleCI-Public/circleci-config-sdk-ts

v0.12.5

28 May 17:12
6d0f257

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.4...v0.12.5

v0.12.4

27 May 18:39
290baa5

Choose a tag to compare

What's Changed

  • fix: upgrade yaml from 2.1.3 to 2.3.1 by @tSte in #188
  • feat: Add circleci_ip_ranges by @tSte in #186

New Contributors

  • @tSte made their first contribution in #188

Full Changelog: v0.12.3...v0.12.4

v0.12.3 - Fix Docs Deployment

13 Jun 15:09
d3b3320

Choose a tag to compare

What's Changed

Full Changelog: v0.12.2...v0.12.3

v0.12.2 - Standardize Workflow Job Parameters

13 Jun 13:57
c5dcf85

Choose a tag to compare

What's Changed

  • feat!: standardize workflow job parameters by @KyleTryon in #176
    This is technically a breaking change! Because this library is still pre-1.0.0 release, there are some breaking changes we may implement as "patches" in some cases depending on if they are seen as a fix and perceived impact. We apologize if this causes any friction.
  • docs: create matrix deploy sample by @KyleTryon in #178
  • docs: add orb example project by @KyleTryon in #179
  • test: add context example by @KyleTryon in #181

Full Changelog: v0.12.1...v0.12.2

v0.12.1

09 Feb 21:13
898897c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.0...v0.12.1

v0.12.0 - Save Config to file + fixes

17 Nov 19:45
79e0b77

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.1...v0.11.2

v0.11.1 Fix multi-image docker executor

12 Oct 20:33
29299f2

Choose a tag to compare

What's Changed

  • fix(executor): fix generateContents method by @tapesec in #149

New Contributors

Full Changelog: v0.11.0...v0.11.1

v0.11.0 Add Docker Layer Caching Support

29 Sep 14:40
c1ebea3

Choose a tag to compare

What's Changed

Thank you to @a-cordier for adding in the missing docker_layer_caching parameters and adding tests, improving coverage by +0.02

  • feat: add docker layer caching support on machine executors by @a-cordier in #147
  • fix(doc): switch browser and node usage. by @mathieutu in #140

New Contributors

Full Changelog: v0.10.1...v0.11.0

v0.10.1 - Fixed 'global' not defined for browsers

23 Sep 22:01
d9db669

Choose a tag to compare

What's Changed

  • fix: set globalObject to this in webpack config by @Jaryt in #148

Full Changelog: v0.10.0...v0.10.1

v0.10.0 - General Availability

19 Sep 17:10
46cb714

Choose a tag to compare

General Availability

The CircleCI Config SDK is now available. We encourage users to try building their next CircleCI pipelines with Javascript/TypeScript.

What's Changed

Full Changelog: v0.8.0...v0.10.0