Skip to content

Releases: ddimitrioglo/web-boost

v1.4.0

24 Jan 20:21
d205b7a
Compare
Choose a tag to compare

Release Notes

Description

This release comes with minor changes for the end users, but with major internal refactoring and performance improvements 🏋️

General improvements

  • Build our own server and router;
  • Refactor file watcher and add possibility to ignore some directories/files;
  • Introduce a new format of web-boost.js which is enables all the power of javascript;
  • Add possibility to add custom tags/filters/functions fortwig;
  • Implement lazy-compile approach (compile assets only on demand);
  • Improve web-boost-cli;
  • Update @todo & docs.

v1.3.1

09 Jun 11:24
8bb6a4e
Compare
Choose a tag to compare

Release Notes

Description

This release comes with minor improvements but reduces list of dependencies!

General improvements

  • Improve web-boost-cli;
  • Get ride of express.js;
  • Fix image optimizer.
  • Update @todo & docs.

v1.2.2

15 Mar 19:51
405f764
Compare
Choose a tag to compare

Release Notes

Description

This release comes with major structure refactoring and some @todos fixed

General improvements

  • Refactor static files placement;
  • Add video tutorial;
  • Add sitemap.xml generator.

v1.1.0

09 Mar 20:55
093cf30
Compare
Choose a tag to compare

Release Notes

Description

This release comes with updates to fix real project's use-cases, and it's great when you have real feedbacks.

General improvements

  • Add sass css preprocessor;
  • Add logger class;
  • Fix generating .npmignore in skeleton dir;
  • Add examples w/ @import in scss/sass;
  • Implement common assets block in web-boost.json;
  • Update documentation.

v1.0.0

03 Mar 13:42
abbb609
Compare
Choose a tag to compare

Release Notes

Description

This is first stable release of web-boost, which includes following functionality:

  • Uglify, concat & minify javascript files;
  • Compile, concat & minify scss/css files;
  • Compile & minify twig templates;
  • Optimise .jpg and .png files.

All the magic happens without restarting a local server which is really cool from development speed point of view.

Beside this, was released web-boost-cli which is CLI demo application builder. We believe that this is really important to "feel" how it works 😉