| OLD | NEW |
| 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 Loading... |
| 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 |
| OLD | NEW |