Skip to content

Releases: malomalo/condenser

v1.3

06 Dec 16:47
Compare
Choose a tag to compare
  • Add DartSassTransformer as an alternative to SassTransformer since Sass is moving to Dart (#17)
  • Allow multiple exporters to be specified
  • Fixes for Rollup v3
  • Add SVGTransformer to let you import svgs in js as a function to generate the svg.
  • Various bug fixes

v1.2

18 Dec 15:53
Compare
Choose a tag to compare
  • Fixed caching issue when importing a file then changing the file

v1.1

18 Dec 15:52
Compare
Choose a tag to compare
  • Fix Terser minifier

v1.0

04 Nov 20:59
Compare
Choose a tag to compare
  • Changing to caching to allow caching across deploys with Capistrano
  • Added depends_on directive for Javascript files
  • JSAnalyzer fixes for test cases

v1.0.rc1

20 May 21:51
0f6eae3
Compare
Choose a tag to compare
v1.0.rc1 Pre-release
Pre-release
  • Added Brotli Writer
  • Add Terser Minifier
  • Add JSAnalyzer, if Babel is not needed it is significantly faster to find import and export statements to track dependencies.
  • Cache keys are now dependent on the pipeline configuration. Allow you to change setting and not need to delete the cache
  • Added the ability to add your own plugins and presets for BabelProcessor
  • If you are using a processor that require's NPM modules, the modules will now be automatically installed into the npm_path defined in the environment

v0.3

09 May 01:53
Compare
Choose a tag to compare
  • Restructure EJS into a template and break out JST transformer
  • Fix issue with Babel processor overwriting passed in options

v0.2

24 Jan 16:14
Compare
Choose a tag to compare

Fixed caching bugs

v0.1

17 Jan 18:38
Compare
Choose a tag to compare
  • Fix issue where build cache wasn't cleared when a dir/* import had a file deleted
  • Fix possible race condition when locking the build cache