Skip to content

Latest commit

 

History

History
113 lines (78 loc) · 3.38 KB

CHANGELOG.md

File metadata and controls

113 lines (78 loc) · 3.38 KB

History of changes

0.12.0

  • Library bem-core was updated to v2.8.0.

0.11.0

  • Updated the versions of the dependencies.

0.10.0

  • Added a question about beautifying HTML. This feature gives the ability to build tidy (formatted and not minimized) HTML.

0.9.0

  • In case of choosing bem-tools assembler, the result files will be the same as in case of choosing of ENB. bem-tools just calls ENB under the hood.
  • Updated all libraries and dependencies to the latest versions.

0.8.1

0.8.0

0.7.1

  • Updated the versions of dependencies (see #123).

0.7.0

0.6.0

  • CSS preprocessor Less is not supported any more.
  • Fixed the postinstall script in file package.json of the generated project (see #107).
  • Updated the versions of dependencies (see #114).

0.5.0

  • 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.

0.4.0

  • Added option tab-size.

0.3.0

  • Library bem-components was updated to v2.0.0.
  • Updated other dependencies.

0.2.2

  • Fixed generation of file .gitignore.

0.2.1

  • Fixed generation of folders *.bundles.
  • Updated dependencies.

0.2.0

  • 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 and bower.json.
  • Removed technologies:
  • ie6.css
  • ie7.css
  • Roole

0.1.1

  • Fixed the generation of config for technolgy node.js.

0.1.0

  • Moved to using CSS preprocessor Stylus as default in library bem-components.
  • Renamed option no-deps to skip-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.