Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Releases: Polymer/polymer-bundler

v1.15.1

09 Dec 01:05
Compare
Choose a tag to compare
1.15.1 bump

0.2.4: Treat config file as "defaults", commandline flags override

02 Apr 17:52
Compare
Choose a tag to compare

0.2.4

  • Do path resolution before import processing and style inlining (commit)
  • Treat config file as "defaults", commandline flags override (commit)

0.2.3: A few bug fixes

02 Apr 17:53
Compare
Choose a tag to compare

0.2.3

0.2.2

02 Apr 17:53
Compare
Choose a tag to compare

0.2.2

  • Bump to 0.2.1 (commit)
  • Don't recalculate assetpath for handled elements (commit)

0.2.1

02 Apr 17:53
Compare
Choose a tag to compare

0.2.1

  • unbreak assetpath generation (commit)

Prepare vulcanize 0.2.0

31 Mar 23:20
Compare
Choose a tag to compare

0.2.0

  • Include excluded script instead of its contents (commit)
  • Merge pull request #16 from tbuckley/master (commit)
  • Add changelog generation script (commit)
  • Add the hooks for style and script excludes (commit)
  • Break out constants (commit)
  • Break out option parser (commit)
  • Split out path resolution (commit)
  • Update npm dependencies (commit)
  • move all the option validation into optparser (commit)
  • Copy setTextNode since it's so tiny (commit)
  • Inplace inline all imports (commit)
  • First draft at a split out Importer (commit)
  • Make sure not to lose assetpath fix (commit)
  • Remove byte order mark (commit)
  • went a little too quick with the regex (commit)
  • Merge pull request #21 from azakus/modular (commit)
  • Use cleancss only for stripping comments (commit)
  • Use uglify inline_script (commit)
  • Don't move external scripts around with CSP mode (commit)
  • Fixing missing letters (commit)
  • Merge pull request #25 from lborgav/patch-1 (commit)
  • Prepare vulcanize 0.2.0 (commit)

0.1.15: Only put a trailing slash into assetpath attribute if there is a path

31 Mar 23:21
Compare
Choose a tag to compare

0.1.15

  • Only put a trailing slash into assetpath attribute if there is a path (commit)

0.1.14

31 Mar 23:21
Compare
Choose a tag to compare

0.1.14

  • clone all styles (minus href and rel) from to <style> (commit)
  • bump version (commit)

0.1.13

19 Feb 00:16
Compare
Choose a tag to compare
  • Skip non-JS scripts and non-CSS styles (commit)
  • update to 0.1.13 (commit)

0.1.12

27 Jan 20:34
Compare
Choose a tag to compare

0.1.12

  • Refactor handling of inlined and excluded import insertion (commit)
  • add test config for excluding polymer.html (commit)
  • Make sure to CSPify main document first, load platform.js first in the output js file. (commit)