This repository was archived by the owner on Sep 27, 2020. It is now read-only.
Releases: mrTimofey/frontizer
Releases · mrTimofey/frontizer
Cross-env
Pug updated
Pug in package.json updated to 2.0.0-rc.1
Hardcoded bebel latest preset removed
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
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
Api feature
Api mocking, path and route prefix customizing.
Stable version
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
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
0.0.6 version
First release
First release as an NPM module