This repository has been archived by the owner on Jan 13, 2018. It is now read-only.
Releases: bem-archive/bem-tools
Releases · bem-archive/bem-tools
0.6.10
- API: Recommend to use tech V2 API instead of V1
- API: Deprecate
LegacyTech
API - API: Deprecate
bem create block
,bem create elem
andbem create mod
commands,
usebem create
command with options instead
To disable deprecation warnings set util.deprecate.silence
value to true
or set BEM_NO_DEPRECATION
environment variable to 1
.
1.0.0-alpha2
Installation
To install this release run
npm -g install bem@unstable
or
npm install bem@unstable --save-dev
Changes
- Refactoring of
deps.js
tech build process and serialize format- more correct result for dependencies by techs
- ability to write techs that use declaration info in a very specific way
- Make
bem
,bem create
andbem decl
commands extendable (docs will follow, for now see bem-version as a reference) - Add console update notifications, when run
bem
from command line (using update-notifier package fromyeoman
) - API: Export
logger
frombem
module - Change version output format to
bem x.y.z
- Update bunch of dependencies, e.g.
coa
to0.4.0
apw
to0.3.10
borschik
to0.3.3
0.6.9
0.6.8
0.6.7
0.6.6
- package: Downgrade
q
from0.9.6
to0.9.5
because former is buggy onnode 0.10
- level: Show warning when failed to load a tech during level scan, not fail
- level: Fix level scanner to find
block.tech/
dirs within mods - API: Fix
util.isFileP()
and mark it as deprecated