Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(150)

Side by Side Diff: node_modules/vulcanize/CHANGELOG

Issue 877193002: Upgrade vulcanize to 0.7.6. (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | node_modules/vulcanize/lib/constants.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ### 0.7.5
2 - Remove cssom, just use regexes
1 ### 0.7.4 3 ### 0.7.4
2 - Workaround for cssom not liking '{{ }}' bindings in <style> tags (unsupported, use <core-style> instead) 4 - Workaround for cssom not liking '{{ }}' bindings in <style> tags (unsupported, use <core-style> instead)
3 ### 0.7.3 5 ### 0.7.3
4 - Replace clean-css with cssom, which does less "optimizations" 6 - Replace clean-css with cssom, which does less "optimizations"
5 ### 0.7.2 7 ### 0.7.2
6 - Disable css number rounding for crazy-sad flexbox hacks in IE 10 8 - Disable css number rounding for crazy-sad flexbox hacks in IE 10
7 - Add charset=utf-8 to all scripts 9 - Add charset=utf-8 to all scripts
8 - Better comment removal codepath 10 - Better comment removal codepath
9 ### 0.7.1 11 ### 0.7.1
10 - Support for mobile URL Schemes "tel:" and "sms:" 12 - Support for mobile URL Schemes "tel:" and "sms:"
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 - vulcanizer will now take in a single main document and produce a built version of that main document. 272 - vulcanizer will now take in a single main document and produce a built version of that main document.
271 - add a semicolon to all scripts to prevent weird insertion conditions 273 - add a semicolon to all scripts to prevent weird insertion conditions
272 - update README for CSP mode 274 - update README for CSP mode
273 - For CSP, allow an option to separate scripts into a separate file 275 - For CSP, allow an option to separate scripts into a separate file
274 - Process imports as whole files, no element extraction 276 - Process imports as whole files, no element extraction
275 - breaking down doc tool for analysis 277 - breaking down doc tool for analysis
276 - Update README for polymer-element 278 - Update README for polymer-element
277 - update for polymer-element 279 - update for polymer-element
278 - Much more useful README 280 - Much more useful README
279 - use assetpath attribute on <element> to fix resolvePath usage in Polymer eleme nts 281 - use assetpath attribute on <element> to fix resolvePath usage in Polymer eleme nts
OLDNEW
« no previous file with comments | « no previous file | node_modules/vulcanize/lib/constants.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698