Skip to content

Releases: CarbonPackages/Carbon.Pipeline

0.4.0

23 Jun 07:03
e0ec9ea
Compare
Choose a tag to compare

✨ Features

  • files is now optional in the package entry; if nothing set, it reads all parseable files (pcss, ts, js, etc.) in the input folder. This based on the extension configuration
  • You can now write the files to multiple packages. If you want. 😉
  • esbuild: Make legalComments and logLevel configurable
  • esbuild: You can now mark a file or a package as external to exclude it from your build.

🐛 Bugfix

  • esbuild: Set correct js extension for CommonJS and Modules

How to update from 0.3

  • Run yarn add --dev glob
  • Make sure that in your package.json is the -r flag set after the concurrently command: Example: concurrently -r yarn:build:*

0.3.2

22 Jun 10:30
c805329
Compare
Choose a tag to compare

🐛 Bugfix:

Merge of configuration
You have to run yarn add deepmerge --dev to install the new needed package

0.3.1

22 Jun 09:12
6467680
Compare
Choose a tag to compare

✨ Feature:

  • Add commonJS file type

🐛 Bugfixes

  • Define loader for .mjsx and .mtsx
  • Merge of configuration

0.3.0

21 Jun 18:54
0b01130
Compare
Choose a tag to compare

✨ Feature:

  • Feedback if no package or file is defined
  • Possibility to output the files to a different package

💥 Breaking

  • Rename name to package in packages entry

0.2.0

21 Jun 13:31
54688fa
Compare
Choose a tag to compare

✨ Feature

Add folder output option the package entry

0.1.0

21 Jun 10:22
c025f92
Compare
Choose a tag to compare

🎉 Initial release