Lines Matching +full:build +full:- +full:release
7 - `require('fs')` calls will now be ignored by browser bundlers, through using
9 not available were already in place prior to this release.
13 - This package has been renamed to pug-runtime.
14 - `attrs()` has been optimized.
18 - `classes()` has been optimized, making it more than 9x faster.
19 - `style()` has been optimized, making it 3-9x faster in average cases.
20 - `escape()` has been optimized again, now with another 1-4x boost from the
21 last release.
22 - `attrs()`, `attr()`, and `merge()` also got some minor improvements.
24 last release.
27 - Internal variables, or variables or functions that were not exported but
28 visible through `require('pug-runtime/build')`, will not be visible through
29 `require('pug-runtime/build')` anymore.
30 - `pug_encode_html_rules` and `pug_encode_char`, two internal variables, have
35 - A new module `require('pug-runtime/wrap')` is added to ease testing
36 client-side templates.
38 ## 1.1.0 - 2015-07-09
40 - `escape()` has been optimized, making it about 20-30% faster. The new
43 ## 1.0.0 - 2014-12-28
45 - Initial release