Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 921 Bytes

changelog.md

File metadata and controls

35 lines (29 loc) · 921 Bytes

Changelog

2.1.0

  • Project is now available on npm
  • Fixed a bug preventing from doing POST on Chrome
  • Concatenation is now disabled by default. You will have to enable it in your config.json file if you want your project to use js or css concatenation.
    • javascriptConcat is now jsConcat
  • Added ports configuration over the browsersync feature in config.json (per project)
  • Simplified Windows shortcut
  • Added system requirements
  • Enhanced docs
  • More.

2.0.0

  • Complete project overhaul. Read documentation for a complete list of features.

1.4.0

  • Updated dependencies
  • Changed terminology
    • client to src
    • build to dist
  • Removed image minification package
    • was not generic enough for this project
  • Removed assets intermediate folder

1.3.0

  • Updated dependencies

1.2.0

  • Updated dependencies

1.1.0

  • Updated dependencies

1.0.0

  • Initial Release