Skip to content
This repository was archived by the owner on Sep 27, 2020. It is now read-only.

Releases: mrTimofey/frontizer

Cross-env

04 Jul 15:36

Choose a tag to compare

Cross-env is now used to set NODE_ENV

Pug updated

19 May 15:12

Choose a tag to compare

Pug in package.json updated to 2.0.0-rc.1

Hardcoded bebel latest preset removed

14 Mar 08:52

Choose a tag to compare

Now babel relies on local .babelrc file.
This release can possibly break your build. In that case you should create a .babelrc file in your project folder:

{ "presets": ["latest"] }

and install npm i -D babel-preset-latest

Livereload params added

03 Mar 16:10

Choose a tag to compare

Now livereload can consume parameters from config.json. Add a params object with livereloadServerParams to apply them.

Add "interval": 100 If watcher is not working after this update.

CORS

18 Jan 17:13

Choose a tag to compare

CORS enabled by default. You can disable it in config.json.

Api feature

26 Nov 11:58

Choose a tag to compare

Api mocking, path and route prefix customizing.

Stable version

04 Oct 14:20

Choose a tag to compare

First stable version.

There are many changes including:

  • API support
  • Vue.js experimental support (also with vue.config.js in vue 2)
  • babel-preset-es2015 -> babel-preset-latest
  • aliasify added

Custom path and pug update

31 May 13:15

Choose a tag to compare

Changes:

  • Now all project directories are customizable;
  • Express application can be disabled;
  • View engine switched from jade to pug@2.0.0-alpha8.

Compatibility breaks:

  • All view files must have extension .pug from this version;
  • Compatibility breaks after switching to pug view engine;
  • Express app serves compiled assets from compiled dir instead of assets/compiled which means you should change any static or font links correspondingly.

Some fixes

30 Mar 07:36

Choose a tag to compare

0.0.6

version

First release

28 Mar 08:54

Choose a tag to compare

First release as an NPM module