v8.6.1
- CI check: BEMHML and BEMTREE bundle size after gzip. Now you can see it in Travis log.
- Bundle size reduced (–6%).
- Now bem-xjst in Node.js used without bundling via browserify.
BEMHTML.renderMix
fixed.- Coverage increased to 100%.
- Now you can use
apply()
insidematch()
.
Commits:
- [
91b5abea50
] - BEMXJST: allow apply() inside match() (fix for #309) (miripiruni) - [
4eabbfe5a8
] - BEMXJST: smaller runUnescaped (miripiruni) - [
155fc64253
] - ClassBuilder: buildElemClass always used with modVal (miripiruni) - [
06310a7b1d
] - More optimizations (miripiruni) - [
8e6f1395a4
] - BEMHTML: _shortTagCloser definition fix (miripiruni) - [
feeb97192f
] - BEMXJST: localBody fn compress; sharedContext compress (miripiruni) - [
fb2b63f09d
] - CI: bundle size after uglifyjs (miripiruni) - [
b1e459fa17
] - BEMHTML: get rid of unused variable and curly brackets (miripiruni) - [
3af967b7bf
] - BEMHTML: inline renderNoTag function (miripiruni) - [
26361d748b
] - Context: Remove unused _onceRef (miripiruni) - [
fc5b329ac4
] - More squeeze (miripiruni) - [
43a3cb71fd
] - Compact utils.fnToString (miripiruni) - [
a044604aba
] - Compact defaultBody function (miripiruni) - [
7e49f78cad
] - Drop all optional function names (miripiruni) - [
9ea4fa86ab
] - _Revert_ "Error.captureStackTrace for IE" (miripiruni) - [
ee703d61b3
] - More compress (miripiruni) - [
529252328f
] - Tree: minify method definition (miripiruni) - [
40ca41d26c
] - Tests: case with any subpredicates order (miripiruni) - [
0da1f697de
] - Istanbul ignore else (miripiruni) - [
6b91a4b1ba
] - ExtendMatch: removed unnecessary local call (miripiruni) - [
ad9b2b7814
] - More tests (miripiruni) - [
a24357a0e9
] - BEMHTML: renderMix fixed (miripiruni) - [
687969fb14
] - Use bem-xjst in Node.js without bundling via browserify (#407 and #408 fixed) (Slava Oliyanchuk)