Skip to content

Releases: johnfmorton/generator-buildabanner

Version 2.0.15

17 Jan 17:19
Compare
Choose a tag to compare

Added

Changed

  • The packages used in banner builder have been updated as follows:
  • ansi-colors from 2.0.5 to 4.1.1
  • del from 3.0.0 to 6.0.0
  • gulp-htmlmin from 4.0.0 to 5.0.1
  • gulp-rename from 1.4.0 to 2.0.0
  • gulp-zip from 4.2.0 to 5.0.2
  • htmlparser2 from 3.10.1 to 6.0.0
  • image-size from 0.6.3 to 0.9.3
  • yargs from 12.0.5 to 16.2.0

Version 2.0.8

05 Feb 17:53
Compare
Choose a tag to compare

Version 2.0.8 - 2019-02-05

Changed

  • The "transform-origin" suggested style has browser prefixes removed
  • The gitignore file now ignores the .temp directory used by BAB to serve WIP builds

Version 2.0.5

14 Aug 20:47
Compare
Choose a tag to compare

Changed

  • Added "use strict" to default JS file for banners since minification adds it anyway. Helps prevent errors in production build of JS.

Version 2.0.4

03 Aug 14:33
Compare
Choose a tag to compare

Changed

  • Changes in SCSS files during development will now force a browser reload instead of injecting CSS changes into the banner.

Version 2.0.3

30 Jul 22:21
Compare
Choose a tag to compare

Fixed

  • The JS minification settings were too aggressive and would break some banners. It's been ratched down to not manage variable names.
  • The default "script.js" file has also changed the function style from named functions to function declarations.

Version 2.0.2

30 Jul 20:57
Compare
Choose a tag to compare

Fixed

  • Some dependencies were listed in "devDependencies" which meant they did not install from the production version of BAB. They've been moved to the correct spot in the package.json file.

Version 2.0.1

27 Jul 20:39
Compare
Choose a tag to compare

Fixed

  • The 'gulp man' function now returns a promise and will not cause a warning.
  • This changelog has been updated to match the formatting of https://keepachangelog.com/en/1.0.0/ and have real content.