Skip to content

Releases: coldfrontlabs/gulp-templates

6.0.0

15 Mar 20:09
Compare
Choose a tag to compare

6.0.0 (2022-03-15)

⚠ BREAKING CHANGES

  • lib: lib.fetch will run a default rename function to change all @ symbols to _ in the
    directory path

Features

  • lib: add rename, default rename function, and rename customization to fetch (dfc682a)

Documentation

Build System

  • add proper jsdoc config (d580459)
  • bump eslint-plugin-jsdoc from 37.9.7 to 38.0.3 (a8b3398)
  • github: add CodeQL workflow (f019b1e)
  • github: add dependabot (00bfaba)

5.1.1

16 Feb 17:23
Compare
Choose a tag to compare

5.1.1 (2022-02-16)

Build System

5.1.0

09 Feb 18:05
Compare
Choose a tag to compare

5.1.0 (2022-02-09)

Features

  • css: add options for customizing minify (1870c03)
  • js: add options for customizing minify (954e048)

Bug Fixes

  • js: correct minify mangle options (b2a02ce)

5.0.0

09 Feb 18:05
Compare
Choose a tag to compare

5.0.0 (2021-10-22)

⚠ BREAKING CHANGES

  • npm: gulp-eslint-new uses eslint 8 instead of 6 which could cause some breaking changes
    in the linting process

Build System

  • npm: replace gulp-eslint with gulp-eslint-new (52dd140)

4.0.1

27 Sep 17:35
Compare
Choose a tag to compare

4.0.1 (2021-09-27)

Build System

  • npm: update cssnano and postcss-discard-comments to latest (ccb588b)
  • npm: update dependencies to latest (f238208)

4.0.0

06 May 15:11
Compare
Choose a tag to compare

4.0.0 (2021-05-06)

⚠ BREAKING CHANGES

  • npm: Customizations requiring uglify-es functionality may break due to swap to terser

Features

  • add ability to generate sourcemaps (cdebaaa)

Build System

  • editor: add specific editor config (4ed00bf)
  • npm: implement lint-staged (01e5371)
  • npm: move commitizen config to its own file (f97200e)
  • npm: use prettier as stand-alone formatter (316b5d6)
  • prettier: specifically declare prettier settings that are cared about (bdc99f0)
  • husky: upgrade husky to v6 (2b67a63)
  • npm: clean up dependency tree (968afd2)
  • npm: replace uglify-es with terser (1ded7ed)
  • npm: update dependencies to latest (8f41d69)

Documentation

  • updat example files (640a12e)
  • update documentation to match to updates (fae12ff)
  • update upgrading wording (5c9abda)
  • jsdoc: add description of sourcemap options (e91f724)

4.0.0-alpha.0

06 May 15:09
Compare
Choose a tag to compare
4.0.0-alpha.0 Pre-release
Pre-release

4.0.0-alpha.0 (2021-04-09)

⚠ BREAKING CHANGES

  • npm: Customizations requiring uglify-es functionality may break due to swap to terser

Features

  • add ability to generate sourcemaps (cdebaaa)

Build System

  • husky: upgrade husky to v6 (2b67a63)
  • npm: clean up dependency tree (968afd2)
  • npm: replace uglify-es with terser (1ded7ed)
  • npm: update dependencies to latest (8f41d69)

3.0.0

08 Sep 18:47
Compare
Choose a tag to compare

3.0.0 (2020-09-08)

⚠ BREAKING CHANGES

  • sass: replacing node-sass with dart-sass will cause problems for projects relying on node-sass in some other way

Features

  • sass: replace node-sass with dart-sass (2917390)

Performance Improvements

  • add default value to destination where applicable (03436a0)

Documentation

  • general: update git docs (07c6878)
  • general: update install docs (0aff6ad)

Build System

  • deps-dev: bump standard-version from 7.1.0 to 8.0.1 (908728b)
  • npm: add resolution for yargs-parser ^18.1.2 (5c9397d)
  • npm: dependency updates (ec8c2d5)
  • npm: disallow .files from being packaged (b531afb)
  • npm: fix commitizen setup (1a3e1fc)
  • npm: run security updates for commitlint and standard-version (c9748a9)
  • npm: update deps and config (d714b21)

2.0.0

31 Oct 16:54
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • source: Combining all parameters into a single object will cause all existing projects using the templates to fail due to the expected input changes.

Features

  • source: combine parameters into single object (#36) (08e6c22)

Documentation

  • guide: add an upgrade guide for 1.x to 2.x (#39) (10e48f1)
  • update documentation for 2.0.0 (#38) (a34cfc9)

2.0.0-alpha.0

31 Oct 16:53
Compare
Choose a tag to compare
2.0.0-alpha.0 Pre-release
Pre-release

⚠ BREAKING CHANGES

  • source: Combining all parameters into a single object will cause all existing projects using the templates to fail due to the expected input changes.

Features

  • source: combine parameters into single object (#36) (08e6c22)