File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1+ <a name =" 1.0.0 " ></a >
2+ # [ 1.0.0] ( https://github.com/posthtml/posthtml-expressions/compare/v0.9.0...v1.0.0 ) (2016-11-19)
3+
4+
5+ ### Bug Fixes
6+
7+ * patch to fix expressions in else/elseif blocks ([ f50c36f] ( https://github.com/posthtml/posthtml-expressions/commit/f50c36f ) )
8+ * ** index:** Fix issue with conditional in loops ([ 58b1f50] ( https://github.com/posthtml/posthtml-expressions/commit/58b1f50 ) )
9+ * ** index:** remove console.log, fix comment ([ c5b7887] ( https://github.com/posthtml/posthtml-expressions/commit/c5b7887 ) )
10+ * ** lib:** add missing 'use strict' statement ([ d175716] ( https://github.com/posthtml/posthtml-expressions/commit/d175716 ) )
11+ * ** placeholders:** Fix typo in "matches" ([ e0d38bd] ( https://github.com/posthtml/posthtml-expressions/commit/e0d38bd ) )
12+
13+ ### Features
14+
15+ * ** index:** scopes ([ d3ea9ce] ( https://github.com/posthtml/posthtml-expressions/commit/d3ea9ce ) )
16+
17+ ### Performance Improvements
18+
19+ * ** index:** Create a copy only for specified keys ([ 5239bc0] ( https://github.com/posthtml/posthtml-expressions/commit/5239bc0 ) )
20+ * ** index:** Make a copy of the tree only once ([ ba9d706] ( https://github.com/posthtml/posthtml-expressions/commit/ba9d706 ) )
21+ * ** index:** Optimize scoped locals for ` scope ` tag ([ 1046bc4] ( https://github.com/posthtml/posthtml-expressions/commit/1046bc4 ) )
Original file line number Diff line number Diff line change 77 "scripts" : {
88 "lint" : " standard" ,
99 "test" : " nyc ava test/index.js" ,
10- "logs" : " standard-changelog > CHANGELOG.md" ,
10+ "logs" : " standard-changelog -i CHANGELOG.md -w " ,
1111 "docs" : " jsdoc2md lib/*.js > INDEX.md" ,
1212 "clean" : " rm -rf .nyc_output coverage jsdoc-api dmd" ,
1313 "start" : " sudo npm run clean && npm run lint && sudo npm test"
You can’t perform that action at this time.
0 commit comments