Releases: bem/bem-xjst
Releases · bem/bem-xjst
v7.7.3
oninit
fixed. It was broken after bundle minification (v7.7.1)
Comments:
- [
af0fb5e1b1
] - Merge pull request #428 from bem/[email protected] (Slava Oliyanchuk) - [
b9f9002019
] - Add test (Vladimir Grinenko) - [
9295d197c2
] - BEMXJST: Revert exportApply optimization (Vladimir Grinenko)
v8.6.5
Fixed bug with unquotedAttrs: true
option: BEMHTML should escape attributes.
Commits:
- [
fa054d71a2d
] - BEMHTML: unquotedAttrs should escape attributes (miripiruni)
v7.7.2
Port of v8.6.5
Fixed bug with unquotedAttrs: true option: BEMHTML should escape attributes.
Commits:
- [
9c6fe5cdb5
] - BEMHTML: unquotedAttrs should escape attributes (miripiruni)
v8.6.4
Technical release.
Commits:
- [
96bcd16fcc
] - Merge pull request #426 from bem/do-not-require-in-runtime (Slava Oliyanchuk) - [
d6323faa7c
] - Compiler .generate(): do not require in runtime (miripiruni)
v8.6.3
Fixed bug with function template body and appendContent()/prependContent(). See issue #422.
Commits:
- [
92ba4570eb
] - Merge pull request #425 from bem/issue-422__append-prepend-bug (Slava Oliyanchuk) - [
79602b94f6
] - TREE: fixed issue #422 append/prepend content with function body (miripiruni) - [
4adfc677b0
] - Trivial: node 7 in Travis (miripiruni)
v8.6.2
Fixed bug with match()
without argument. See issue #418.
Commits:
- [
d6187fb28a
] - TRIVIAL: remove gziped artifacts after size test (miripiruni) - [
0b5cb61800
] - Merge pull request #419 from bem/issue-418__match-argument (Slava Oliyanchuk) - [
a834c30ddd
] - TREE: Match must have an argument (#418 fixed) (miripiruni)
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)
v7.7.1
Bundle size reduced (–6%). It’s important for client templating.
v8.6.0
Migration tool and Static linter introduced. See readme.
Commits:
- [
4ed06f1b84
] - More tests (#405) (Slava Oliyanchuk) - [
cebda10963
] - migrate bin removed (miripiruni) - [
b9fd0c43ae
] - Line in lint report added (Slava Oliyanchuk) - [
4c7b5ff259
] - Link to migration readme fixed (Slava Oliyanchuk) - [
97a6fe54c6
] - Link to migration readme fixed (Slava Oliyanchuk) - [
0b3b876b95
] - Static analyzer: migration and lint tool (fix for #49 and #353) (Slava Oliyanchuk) - [
edac12fa4b
] - Link to option (Slava Oliyanchuk) - [
960c604862
] - Runtime lint readme (Slava Oliyanchuk) - [
a4146c1c94
] - Deps: Throw away minimalistic-assert dependency (#398) (Slava Oliyanchuk)
v7.7.0
Migration tool and Static linter introduced. See readme.
Commits:
- [[
216a987156
](https://github.com/Slava Oliyanchuk [email protected] %28http://miripiruni.org/%29/bem-xjst-static-analyzer/commit/216a987156)] - Static linter and migration tool for templates (#49 and #353 fixed) (miripiruni)