Skip to content
This repository has been archived by the owner on Jan 13, 2018. It is now read-only.

Commit

Permalink
v0.7.8 changelog and package.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
tadatuta committed Feb 14, 2014
1 parent 2325c5c commit fedf309
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
25 changes: 15 additions & 10 deletions ChangeLog.md
Original file line number Original file line Diff line number Diff line change
@@ -1,9 +1,14 @@
bem-tools changelog bem-tools changelog
=================== ===================


24.01.2014, Version 0.7.8 (stable)
----------------------------------
— bem create: Add possibility to create entities with predefined content
- Package: COA is updated to 0.4.0, cli-table to 0.3.0

24.01.2014, Version 0.7.7 (stable) 24.01.2014, Version 0.7.7 (stable)
---------------------------------- ----------------------------------
- New roole and less techs - New roole and less techs


20.01.2014, Version 0.7.6 (stable) 20.01.2014, Version 0.7.6 (stable)
---------------------------------- ----------------------------------
Expand Down Expand Up @@ -41,7 +46,7 @@ bem-tools changelog
- css tech correctly generates classes for modifiers without values ([#425](http://github.com/bem/bem-tools/issues/425)) - css tech correctly generates classes for modifiers without values ([#425](http://github.com/bem/bem-tools/issues/425))
- Warning is shown when level does not exists or does not contains .bem directory ([#418](http://github.com/bem/bem-tools/issues/418)) - Warning is shown when level does not exists or does not contains .bem directory ([#418](http://github.com/bem/bem-tools/issues/418))
- Ability to specify multiple elems in elem properties in `deps.js` files ([#401](http://github.com/bem/bem-tools/issues/401)): - Ability to specify multiple elems in elem properties in `deps.js` files ([#401](http://github.com/bem/bem-tools/issues/401)):

```javascript ```javascript
({ ({
shouldDeps: { block: 'bla', elem: ['e1', 'e2', 'e3'] } shouldDeps: { block: 'bla', elem: ['e1', 'e2', 'e3'] }
Expand All @@ -59,7 +64,7 @@ bem-tools changelog
}) })
``` ```
- Shortcut for specifying tech dependencies of the same block ([#413](http://github.com/bem/bem-tools/issues/413)): - Shortcut for specifying tech dependencies of the same block ([#413](http://github.com/bem/bem-tools/issues/413)):

```javascript ```javascript
{ block: 'b', tech: 'js', mustDeps: { tech: 'bemhtml' } } { block: 'b', tech: 'js', mustDeps: { tech: 'bemhtml' } }
``` ```
Expand Down Expand Up @@ -111,7 +116,7 @@ bem-tools changelog
``` ```
In this case, `other-block` won't be included in bundle with `some-block` automatically. But, if In this case, `other-block` won't be included in bundle with `some-block` automatically. But, if
bundle requires both `some-block` and `other-block`, `other-block` will always bundle requires both `some-block` and `other-block`, `other-block` will always
be included before `some-block`. be included before `some-block`.


- `--no-colors` option to disable colors in terminal - `--no-colors` option to disable colors in terminal
Expand All @@ -124,11 +129,11 @@ bem-tools changelog
04.09.2013, Version 0.6.16 (stable) 04.09.2013, Version 0.6.16 (stable)
----------------------------------- -----------------------------------


- Update csso within borschik dependency to 1.3.8 - Update csso within borschik dependency to 1.3.8
- deps.js: Fix levels cache validity check - deps.js: Fix levels cache validity check
- Warn on v1 tech module usage, not creation - Warn on v1 tech module usage, not creation
- GitLibraryNode: add origin parameter to customise remote name - GitLibraryNode: add origin parameter to customise remote name
- Update borschik dependency to 0.3.5 - Update borschik dependency to 0.3.5
- Version-independent solution for CP#fork (Node.js 0.6+) - Version-independent solution for CP#fork (Node.js 0.6+)
- Add tech name and path to V1 deprecation warning - Add tech name and path to V1 deprecation warning
- Fix `bem create level` run without prototype (--level opt) - Fix `bem create level` run without prototype (--level opt)
Expand Down Expand Up @@ -248,7 +253,7 @@ or set `BEM_NO_DEPRECATION` environment variable to `1`.
30.06.2013, Version 0.6.4 (stable) 30.06.2013, Version 0.6.4 (stable)
---------------------------------- ----------------------------------


- fixed bugs in new level scanner (see BEM-467) - fixed bugs in new level scanner (see BEM-467)


20.06.2013, Version 0.6.3 (unstable) 20.06.2013, Version 0.6.3 (unstable)
------------------------------------ ------------------------------------
Expand Down Expand Up @@ -335,7 +340,7 @@ or set `BEM_NO_DEPRECATION` environment variable to `1`.


- new techs API is implemented (see lib/tech/v2.js). It operates with real file paths instead of prefixes. - new techs API is implemented (see lib/tech/v2.js). It operates with real file paths instead of prefixes.
This makes build avoid redundant operations and makes it work faster. This makes build avoid redundant operations and makes it work faster.
- as the part of new API new level introspection is implemented. In default implementation it just scans dirs/files - as the part of new API new level introspection is implemented. In default implementation it just scans dirs/files
and checks their validity to being BEM entity using simple string operations (see scan* methods in lib/level.js). and checks their validity to being BEM entity using simple string operations (see scan* methods in lib/level.js).


30.05.2013, Version 0.5.33 (stable) 30.05.2013, Version 0.5.33 (stable)
Expand All @@ -345,7 +350,7 @@ and checks their validity to being BEM entity using simple string operations (se
- package: borschik updated to 0.3.1 - package: borschik updated to 0.3.1
- package: xjst updated to 0.4.13 - package: xjst updated to 0.4.13
- package: ometajs updated to 3.2.4 - package: ometajs updated to 3.2.4
- package: preferglobal set to false - package: preferglobal set to false


23.05.2013, Version 0.5.32 (stable) 23.05.2013, Version 0.5.32 (stable)
----------------------------------- -----------------------------------
Expand Down Expand Up @@ -387,7 +392,7 @@ and checks their validity to being BEM entity using simple string operations (se
14.02.2013, Version 0.5.25 (stable) 14.02.2013, Version 0.5.25 (stable)
----------------------------------- -----------------------------------


- bem server: windows fixes - bem server: windows fixes


04.02.2013, Version 0.5.24 (stable) 04.02.2013, Version 0.5.24 (stable)
----------------------------------- -----------------------------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
{ {
"name": "bem", "name": "bem",
"description": "BEM Tools", "description": "BEM Tools",
"version": "0.7.7", "version": "0.7.8",
"homepage": "http://github.com/bem/bem-tools", "homepage": "http://github.com/bem/bem-tools",
"author": "Sergey Berezhnoy <veged@mail.ru> (http://github.com/veged)", "author": "Sergey Berezhnoy <veged@mail.ru> (http://github.com/veged)",
"maintainers": [ "maintainers": [
Expand Down

0 comments on commit fedf309

Please sign in to comment.