Skip to content

Latest commit

 

History

History
545 lines (295 loc) · 19.3 KB

CHANGELOG.md

File metadata and controls

545 lines (295 loc) · 19.3 KB

Change Log

3.3.1

Patch Changes

  • 0984ad6: Fix handling of html template injections

3.3.0

Minor Changes

  • ba79238: Add experimental support for custom element templates

3.2.0

Minor Changes

  • 23c08f5: Disallow context shifting via bind, call and apply

3.1.0

Minor Changes

  • 4b02dcb: Add SvelteKit support

3.0.0

Minor Changes

  • 9c7ecce: Add end-to-end testing
  • 9c7ecce: Export type definitions

Major Changes

  • 9c7ecce: End support for UMD and IIFE bundles

    ECMAScript Modules have been standardized and thoroughly adopted throughout the JavaScript community, including in NodeJS, where they have been considered stable since version 12. As a result, support has been dropped for the UMD and IIFE bundle formats.

    Dependents using version 2 with hard-coded path pointing any file in the dist directory will need to update import/require paths to upgrade to version 3.

    The ES Module bundle can now be found at:

    • /fetch-inject.js (uncompressed)
    • /fetch-inject.min.js (compressed)

    Furthermore, injectors.js is now combined with fetch-inject.js into a single file. This change was requested by end-users and simplifies development tooling.

2.0.4 (2019-03-16)

Greenkeeps all dev deps and cleans up a persnickety linter error.

2.0.3 (2019-03-16)

Maintenance release updates package manifest, removes copyright year(s) from dist files and adds author homepage. No other significant changes here.

2.0.2 (2018-08-02)

Bug Fixes

  • package: restore rejected promises pattern (f74f837)

2.0.1 (2018-07-10)

  • fix(npm): build after manifest bump (135afd6)
  • docs(readme): purge project-related github links (cc6d724)
  • docs(readme): remove image link (962b28a)
  • docs(readme): shuffle badge order (065087f)
  • docs(readme): update badges (11502a1)
  • build(npm): update repository property (e159dc2)

2.0.0 (2018-07-10)

  • chore(license): update to less encumbered license (5b1fd9d)
  • docs($readme): align screenshots (3483c11)
  • docs($readme): blame github for rewriting readme markup (df77e16)
  • docs($readme): increase screenshot size, uncenter (5123a23)
  • docs($readme): unleash the service worker image again (da17d5a)
  • build($npm): remove defunct travis dotfile (a8ee367)

1.11.0 (2018-06-29)

  • docs($license): update copyright dates (c43b504)
  • docs($readme): add playground section (8bdc39b)
  • docs($readme): add reference to load-stylesheets lib (deb84bb)
  • docs($readme): open playground in new window (9a4eeba)
  • docs($readme): remove the demo I was paying $5 for and lost my shirt on (9e5a938)
  • docs($readme): update playground section (515d01d)
  • feat($module): improve error handling (9813733)
  • chore(release): 1.10.1 (74230d3)
  • ci($release): build project prerelease (64663d4), closes #46
  • build($npm): add package lock (2b8560d), closes #44

1.10.1 (2018-06-29)

  • ci($release): build project prerelease (64663d4), closes #46
  • docs($readme): add playground section (8bdc39b)
  • docs($readme): add reference to load-stylesheets lib (deb84bb)
  • docs($readme): open playground in new window (9a4eeba)
  • docs($readme): remove old demo (9e5a938)
  • docs($readme): update playground section (515d01d)
  • build($npm): add package lock (2b8560d), closes #44

1.10.0 (2018-06-13)

  • feat($npm): upgrade build pipeline (ec71624), closes #42 #43
  • docs($readme): add donation qr code to readme (71a4d6a)
  • docs($readme): link to info about btc license (2c57799)
  • docs(README): add info for CSS fallbacks (7587f97)
  • docs(README): remove vultr prototype (a55b800)
  • docs(README): update progressive enhancement (79ffc30)

1.9.1 (2017-07-05)

Bug Fixes

  • LICENSE: permeate btc licensing throughout project (aa8483c)

1.9.0 (2017-07-05)

Features

1.8.2 (2017-07-02)

Bug Fixes

  • LICENSE: magento, wordpress and drupal wrappers upon request only (6b83411)

1.8.1 (2017-06-09)

Bug Fixes

  • $module: throw more appropriate error for invalid args (df67980)

1.8.0 (2017-06-08)

Features

  • $module: thow syntax errors for invalid args (a10a302)

1.7.2 (2017-06-05)

Bug Fixes

  • LICENSE: remove banner from unminified files (fbcfbb1)

1.7.1 (2017-06-04)

Bug Fixes

  • build: improve build system and eliminate a dev dependency (fa5e185)

1.7.0 (2017-05-29)

Features

  • $module: upgrade to uglify-es (1673565)

1.6.13 (2017-05-29)

Bug Fixes

  • $module: check if blob type includes text/css (4cb5271), closes #20 #21

1.6.12 (2017-05-23)

Bug Fixes

  • LICENSE: correct a typo in the dist banner (2893883)

1.6.11 (2017-05-03)

Bug Fixes

  • injectors: remove type attribute (63768b4), closes #18

1.6.10 (2017-05-01)

Bug Fixes

  • fetchInject,injectors: Allow optional Content-Type header parameter (5f112df)
  • fetchInject,injectors: Trim possible whitespace in blob.type (e863e42)
  • dummy commit (a2698bd)

Reverts

  • "fix(fetchInject,injectors): Allow optional Content-Type header parameter" (78a8267)
  • "fix(fetchInject,injectors): Trim possible whitespace in blob.type" (72d7806)

1.6.9 (2017-04-16)

Bug Fixes

1.6.8 (2017-04-08)

Bug Fixes

  • package: update package keywords and background (d080c98)

1.6.7 (2017-04-07)

Bug Fixes

  • README: update background, announce PWA support (4e83f68)

1.6.6 (2017-04-07)

Bug Fixes

  • package: point to correct es6 module (b5514ae)

1.6.5 (2017-04-05)

Bug Fixes

  • README: provide correct curl, update npm docs (307964f)

1.6.4 (2017-04-05)

Bug Fixes

  • README: overhaul documentation (cb90766)

1.6.3 (2017-04-05)

Bug Fixes

  • bundle: stop shipping source maps (c7c6453)

1.6.2 (2017-04-04)

Bug Fixes

  • bundle: udpate license banner to reflect ISC license (04d6ee5)

1.6.1 (2017-04-02)

Bug Fixes

  • lib: provide a return value (f9e2bac)

1.6.0 (2017-04-01)

Features

  • lib: add command queuing (1d8e895), closes #9

1.5.7 (2017-03-27)

Bug Fixes

  • docs: update installing link text (55968a1)

1.5.6 (2017-03-26)

Bug Fixes

  • docs: add a compelling intro (25b1260)

1.5.5 (2017-03-26)

Bug Fixes

  • dist: don't release when pre script fails (3f87ef9)
  • dummy commit (fa4733f)
  • package: bump package for new patch release (00b20db)

1.5.4 (2017-03-26)

Bug Fixes

  • dist: restore proper name (beee380)

1.5.3 (2017-03-26)

Bug Fixes

1.5.2 (2017-03-26)

Bug Fixes

  • ci: build debugging (0ae5de5)
  • ci: build with package version and not date (1be3bb3)

1.5.1 (2017-03-21)

Bug Fixes

  • let bower eat the UMD package as well (0ad6026)

1.5.0 (2017-03-21)

Bug Fixes

  • bower: default to minified bundle (aedbf18)

Features

  • provide UMD bundle for packagers (4a01a8c)

1.4.3 (2017-03-20)

Bug Fixes

  • add tool name to banner (e88c165)

1.4.2 (2017-03-17)

Bug Fixes

  • docs: Be consistent in docs (d5281ba)

1.4.1 (2017-03-17)

Bug Fixes

1.4.0 (2017-03-15)

Bug Fixes

  • build: death to all robots (55a6966)
  • dist: move source map back to minified file (db3a4cf)

Features

  • add es6 module support, restore robot order (da7e2dc)

1.3.8 (2017-03-15)

Bug Fixes

  • build: death to all robots (5408d75)

1.3.7 (2017-03-15)

Bug Fixes

  • build: don't rely on auto-dir creation in CI (c0db459)

1.3.6 (2017-03-15)

Bug Fixes

  • build: run build in script step (4815907)

1.3.5 (2017-03-15)

Bug Fixes

  • build: debug travis cache (8eb9572)

1.3.4 (2017-03-15)

Bug Fixes

  • package: build dist on travis, simply scripts (f051736)

1.3.3 (2017-03-15)

Bug Fixes

  • dist: output version number. closes #5 (69e46d4)
  • package: remove distributable from repo (a78e838)

1.3.2 (2017-03-15)

Bug Fixes

  • debug semantic release for manifest update (afb1915)
  • find another way to debug semantic release (96414c0)
  • package: what version (a963908)

1.3.1 (2017-03-15)

Bug Fixes

  • dist: move sourcemaps to unminified file (9b6e7a9)

1.3.0 (2017-03-15)

Features

  • injectors: add support for empty DOM (533a48e)

1.2.5 (2017-03-14)

Bug Fixes

  • docs: Update installation instructions (a876c51)

1.2.4 (2017-03-14)

Bug Fixes

  • docs: brevity is a virtue (f0916a4)

1.2.3 (2017-03-14)

Bug Fixes

1.2.2 (2017-03-11)

Bug Fixes

  • build: create source map for minified file (04d321f)
  • build: resolve linters (26f42de)

1.2.1 (2017-03-11)

Bug Fixes

  • docs: remove semantic-release badge (a7c62ec)
  • package: remove unused dev dependency (2a3c702)

Features

  • package: produce separate minified script (2f37ab1)

1.1.0 (2017-03-09)

Features

  • package: add bower support (27b51b0)