- Library bem-core was updated to
v2.8.0
.
- Updated the versions of the dependencies.
- Added a question about beautifying HTML. This feature gives the ability to build tidy (formatted and not minimized) HTML.
- In case of choosing bem-tools assembler, the result files will be the same as in case of choosing of ENB.
bem-tools
just callsENB
under the hood. - Updated all libraries and dependencies to the latest versions.
- Fixed the bug when using Autoprefixer (see #131)
- Library bem-components was updated to
v2.2.1
.
- Updated the versions of dependencies (see #123).
- Library bem-core was updated to
v2.6.0
. - Library bem-components was updated to
v2.1.0
.
- CSS preprocessor Less is not supported any more.
- Fixed the
postinstall
script in filepackage.json
of the generated project (see #107). - Updated the versions of dependencies (see #114).
- Removed the question about the base library. bem-core is included as the base by default.
- Added shortcut
npm start
for starting a server in a generated project.
- Added option
tab-size
.
- Library bem-components was updated to
v2.0.0
. - Updated other dependencies.
- Fixed generation of file
.gitignore
.
- Fixed generation of folders
*.bundles
. - Updated dependencies.
- Fixed the work of the generator on Windows OS.
- Moved to using enb-bem-techs in generation of projects for assembler ENB.
- Fixed the configuration of template engines for assembler ENB.
- Fixed the generation of files
.gitignore
andbower.json
. - Removed technologies:
- ie6.css
- ie7.css
- Roole
- Fixed the generation of config for technolgy
node.js
.
- Moved to using CSS preprocessor Stylus as default in library bem-components.
- Renamed option
no-deps
toskip-install
. - Refactored the questions to a user:
- Created the separate question about template engines for assembler bem-tools.
- Created the separate question about Autoprefixer.
- Fixed the generation of file
bemjson.js
. It will be generated the same no matter what of kind assembler you use. - Updated the versions of dependencies and libraries.
- Fixed bugs.