Skip to content

Latest commit

 

History

History
116 lines (78 loc) · 3.26 KB

CHANGELOG.md

File metadata and controls

116 lines (78 loc) · 3.26 KB

1.5.1 Luděk's Phở (2014-08-26)

  • Fix Browserify transforms being applied in wrong order
  • Fix minification not working for CoffeeScript in some use cases

1.5.0 Radim's Phở (2014-08-25)

  • Better error reporting for Browserify

1.4.1 Cyril's Phở (2014-07-05)

  • Fix dying when error occurs in Less evaluation

1.4.0 Jan's Phở (2014-06-24)

  • Minor Browserify implementation changes to support transpilers such as CoffeeScript
  • Bump gulp-substituter (has recursive partial substitution)
  • Bump gulp-livereload for cleaner code
  • Remove yargs (unused)
  • Replace event-stream with merge-stream (It has less dependencies.)
  • Highlight plugin name in errors

1.3.0 Gita's Phở (2014-06-10)

  • Remove Less Hat from include path
  • Export config and tasks from pho-devstack module
  • Add ability to add custom tasks as dependency to the default task

1.2.0 Dalibor's Phở (2014-06-04)

  • Remove hardcoded directories in copy plugin
  • Add bower_components to Less include_path

1.1.0 Valdemar's Phở (2014-05-26)

  • Add ability to specify custom dependencies for index task

1.0.1 Filip's Phở (2014-05-26)

  • Don't copy html files from bower_components

1.0.0 Emil's Phở (2014-05-22)

  • Add JSCS - JavaScript code style checker

1.0.0-beta-2 Monika's Phở (2014-05-21)

  • Fix CDN substituter (one / was missing after http)

1.0.0-beta.1 Bernard's Phở (2014-05-20)

  • Testing and writing documentation
  • Add CDN option to js and css substituter
  • Add JSHint (disabled by default)
  • Run image folder through image task for copying

1.0.0-alpha.1 Přemysl's Phở (2014-05-16)

  • BREAKING CHANGE: gulp-fileInsert replaced with substituter (markup files need update - see new syntax)
  • BREAKING CHANGE: gulp-inject replaced with substituter (markup files need update - see new syntax)
  • Add gulp-base64 for inlining small images into CSS file
  • Add sprites-preprocessor for generating sprites
  • Big cleanup

0.3.1 Marek's Phở (2014-04-25)

  • Fix gulp-fileInsert not working on every next run in development mode

0.3.0 Jirka's Phở (2014-04-24)

  • Injecting file contents into markup
  • Smarter index task - executing only when needed
  • Fixed rename suffix not beeing unique for each build

0.2.3 Vojta's Phở (2014-04-23)

  • Livereload CSS without whole page reload (rename plugin must be disabled)

0.2.2 Valérie's Phở (2014-04-18)

  • Handle multiple HTML files
  • Fix browserify/watchify error handling

0.2.1 Irena's Phở (2014-04-16)

  • Option to disable file watching
  • Options for browserify transforms

0.2.0 Honza's Phở (2014-04-11)

  • Add watchify for faster incremental JS builds

0.1.0 Petr's Phở (2014-04-10)

  • Initial release