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

Releases: Polymer/polymer-bundler

0.1.1

13 Jan 20:29
Compare
Choose a tag to compare
  • Adds npm install snippet, minor formatting changes. (commit)
  • Merge pull request #1 from addyosmani/patch-1 (commit)
  • resolving script path from outputDir during concatenation (commit)
  • fixing the use of .html(cssText) to update the styles content. (commit)
  • variable rename and removing the unrequired check (commit)
  • Merge pull request #2 from akhileshgupta/concat_scripts_bugfix (commit)
  • Merge pull request #3 from akhileshgupta/inline_styles_fix (commit)
  • add other directories to testing (commit)
  • Add style url rewriting back (commit)
  • Fix paths from main html file if input or output directories are not current working directory (commit)
  • Bump version to 0.1.1 (commit)

0.1.0

13 Jan 20:29
Compare
Choose a tag to compare
  • add repo info to package.json (commit)
  • semver recommends starting at 0.1.0 (commit)

0.0.1: Update README.md

13 Jan 20:28
Compare
Choose a tag to compare
  • use assetpath attribute on to fix resolvePath usage in Polymer elements (commit)
  • Much more useful README (commit)
  • update for polymer-element (commit)
  • Update README for polymer-element (commit)
  • breaking down doc tool for analysis (commit)
  • Process imports as whole files, no element extraction (commit)
  • For CSP, allow an option to separate scripts into a separate file (commit)
  • update README for CSP mode (commit)
  • add a semicolon to all scripts to prevent weird insertion conditions (commit)
  • vulcanizer will now take in a single main document and produce a built version of that main document. (commit)
  • reflect new functionality in README, fix up newline issues, refactor constants (commit)
  • Update to newer cheerio with fixed htmlparser (commit)
  • find better spots for vulcanized imports and scripts (commit)
  • Fix output directory for CSP js file (commit)
  • fix import location finding and windows path munging (commit)
  • Remove unused function (commit)
  • Update README.md (commit)
  • Update README.md (commit)
  • assetpath is handled by polymer now (commit)
  • inline css stylesheets into style tags in polymer elements (commit)
  • Inlined stylesheets must have URL paths rewritten, move to import processing (commit)
  • update README with index-vulcanized output (commit)
  • make everything from imports inlined (commit)
  • Try to insert inlined import exactly where the link was (commit)
  • Update README to reflect all-in-one html files (commit)
  • Add --inline option to inline all scripts into main document (opposite of --csp) (commit)
  • Use html() to inline scripts, text() makes HTML Entities (commit)
  • inlineScripts now uses html text and regex, not cheerio api (commit)
  • reorder constant variables, add missing SCRIPT_SRC (commit)
  • split vulcan.js into vulcanize bin and lib/vulcan.js (commit)
  • reference bin/vulcanize for global npm install (commit)
  • reference new executable path (commit)
  • add license files (commit)
  • remove unrelated viz file (commit)
  • add license top (commit)
  • Update README.md (commit)