Releases: CarbonPackages/Carbon.Pipeline
Releases · CarbonPackages/Carbon.Pipeline
0.8.7
Full Changelog: 0.8.6...0.8.7
0.8.6
Full Changelog: 0.8.5...0.8.6
0.8.5
Full Changelog: 0.8.4...0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
💥 Breaking: Move esbuild options to own group
How to update:
If you have set an esbuild
option (pure
, logLevel
, legalComments
in your pipeline.yaml
you have to place this options under esbuild.options
.
Example.
From
esbuild:
pure: console.log
logLevel: info
legalComments: linked
to
esbuild:
options:
pure: console.log
logLevel: info
legalComments: linked