diff --git a/packages/@pollyjs/adapter-fetch/CHANGELOG.md b/packages/@pollyjs/adapter-fetch/CHANGELOG.md new file mode 100644 index 00000000..e5db4ce0 --- /dev/null +++ b/packages/@pollyjs/adapter-fetch/CHANGELOG.md @@ -0,0 +1,17 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# 1.0.0 (2018-07-20) + + +### Bug Fixes + +* Loosen up global XHR native check ([#69](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/adapter-fetch/issues/69)) ([79cdd96](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter-fetch/commit/79cdd96)) + + +### Features + +* Fetch adapter support for `context` provided via adapterOptions ([#66](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/adapter-fetch/issues/66)) ([82ebd09](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter-fetch/commit/82ebd09)) diff --git a/packages/@pollyjs/adapter-fetch/package.json b/packages/@pollyjs/adapter-fetch/package.json index d4ca3e2f..ac4189ba 100644 --- a/packages/@pollyjs/adapter-fetch/package.json +++ b/packages/@pollyjs/adapter-fetch/package.json @@ -1,6 +1,6 @@ { "name": "@pollyjs/adapter-fetch", - "version": "0.0.0", + "version": "1.0.0", "description": "Fetch adapter for @pollyjs", "main": "dist/cjs/pollyjs-adapter-fetch.js", "module": "dist/es/pollyjs-adapter-fetch.js", @@ -44,13 +44,13 @@ "prepublishOnly": "npm-run-all clean --parallel rollup rollup:prod" }, "dependencies": { - "@pollyjs/adapter": "^0.3.1", - "@pollyjs/utils": "^0.1.1" + "@pollyjs/adapter": "^1.0.0", + "@pollyjs/utils": "^1.0.0" }, "devDependencies": { - "@pollyjs/core": "^0.5.0", - "@pollyjs/persister-fs": "^0.0.0", - "@pollyjs/persister-rest": "^0.0.0", + "@pollyjs/core": "^1.0.0", + "@pollyjs/persister-fs": "^1.0.0", + "@pollyjs/persister-rest": "^1.0.0", "chai": "^4.1.2", "eslint": "^4.18.1", "mocha": "^5.1.0", diff --git a/packages/@pollyjs/adapter-puppeteer/CHANGELOG.md b/packages/@pollyjs/adapter-puppeteer/CHANGELOG.md new file mode 100644 index 00000000..4f15ecec --- /dev/null +++ b/packages/@pollyjs/adapter-puppeteer/CHANGELOG.md @@ -0,0 +1,12 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# 1.0.0 (2018-07-20) + + +### Features + +* Puppeteer Adapter ([#64](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/adapter-puppeteer/issues/64)) ([f902c6d](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter-puppeteer/commit/f902c6d)) diff --git a/packages/@pollyjs/adapter-puppeteer/package.json b/packages/@pollyjs/adapter-puppeteer/package.json index d21907c4..270abe0b 100644 --- a/packages/@pollyjs/adapter-puppeteer/package.json +++ b/packages/@pollyjs/adapter-puppeteer/package.json @@ -1,6 +1,6 @@ { "name": "@pollyjs/adapter-puppeteer", - "version": "0.0.0", + "version": "1.0.0", "description": "File system persister for @pollyjs", "main": "dist/cjs/pollyjs-adapter-puppeteer.js", "module": "dist/es/pollyjs-adapter-puppeteer.js", @@ -43,12 +43,12 @@ "prepublishOnly": "npm-run-all clean --parallel rollup rollup:prod" }, "dependencies": { - "@pollyjs/adapter": "^0.3.1", - "@pollyjs/utils": "^0.1.1" + "@pollyjs/adapter": "^1.0.0", + "@pollyjs/utils": "^1.0.0" }, "devDependencies": { - "@pollyjs/core": "^0.5.0", - "@pollyjs/persister-fs": "^0.0.0", + "@pollyjs/core": "^1.0.0", + "@pollyjs/persister-fs": "^1.0.0", "chai": "^4.1.2", "eslint": "^4.18.1", "mocha": "^5.1.0", diff --git a/packages/@pollyjs/adapter-xhr/CHANGELOG.md b/packages/@pollyjs/adapter-xhr/CHANGELOG.md new file mode 100644 index 00000000..abf27288 --- /dev/null +++ b/packages/@pollyjs/adapter-xhr/CHANGELOG.md @@ -0,0 +1,12 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# 1.0.0 (2018-07-20) + + +### Bug Fixes + +* Loosen up global XHR native check ([#69](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/adapter-xhr/issues/69)) ([79cdd96](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter-xhr/commit/79cdd96)) diff --git a/packages/@pollyjs/adapter-xhr/package.json b/packages/@pollyjs/adapter-xhr/package.json index ff621662..2252f3ef 100644 --- a/packages/@pollyjs/adapter-xhr/package.json +++ b/packages/@pollyjs/adapter-xhr/package.json @@ -1,6 +1,6 @@ { "name": "@pollyjs/adapter-xhr", - "version": "0.0.0", + "version": "1.0.0", "description": "XHR adapter for @pollyjs", "main": "dist/cjs/pollyjs-adapter-xhr.js", "module": "dist/es/pollyjs-adapter-xhr.js", @@ -44,13 +44,13 @@ "prepublishOnly": "npm-run-all clean --parallel rollup rollup:prod" }, "dependencies": { - "@pollyjs/adapter": "^0.3.1", - "@pollyjs/utils": "^0.1.1", + "@pollyjs/adapter": "^1.0.0", + "@pollyjs/utils": "^1.0.0", "nise": "^1.4.1" }, "devDependencies": { - "@pollyjs/core": "^0.5.0", - "@pollyjs/persister-rest": "^0.0.0", + "@pollyjs/core": "^1.0.0", + "@pollyjs/persister-rest": "^1.0.0", "chai": "^4.1.2", "eslint": "^4.18.1", "mocha": "^5.1.0", diff --git a/packages/@pollyjs/adapter/CHANGELOG.md b/packages/@pollyjs/adapter/CHANGELOG.md index 1799e1ef..03331c81 100644 --- a/packages/@pollyjs/adapter/CHANGELOG.md +++ b/packages/@pollyjs/adapter/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [1.0.0](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter/compare/@pollyjs/adapter@0.3.1...@pollyjs/adapter@1.0.0) (2018-07-20) + + +### Bug Fixes + +* Creator cleanup and persister assertion ([#67](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/adapter/issues/67)) ([19fee5a](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter/commit/19fee5a)) + + +### Features + +* Abort and passthrough from an intercept ([#57](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/adapter/issues/57)) ([4ebacb8](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter/commit/4ebacb8)) +* Class events and EventEmitter ([#52](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/adapter/issues/52)) ([0a3d591](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter/commit/0a3d591)) +* Convert recordings to be HAR compliant ([#45](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/adapter/issues/45)) ([e622640](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter/commit/e622640)) +* Keyed persister & adapter options ([#60](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/adapter/issues/60)) ([29ed8e1](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter/commit/29ed8e1)) +* Node File System Persister ([#61](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/adapter/issues/61)) ([0a0eeca](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter/commit/0a0eeca)) +* Puppeteer Adapter ([#64](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/adapter/issues/64)) ([f902c6d](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter/commit/f902c6d)) + + +### BREAKING CHANGES + +* Recordings now produce HAR compliant json. Please delete existing recordings. + + + + ## [0.3.1](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter/compare/@pollyjs/adapter@0.3.0...@pollyjs/adapter@0.3.1) (2018-06-27) diff --git a/packages/@pollyjs/adapter/package.json b/packages/@pollyjs/adapter/package.json index f2522638..b2ebe963 100644 --- a/packages/@pollyjs/adapter/package.json +++ b/packages/@pollyjs/adapter/package.json @@ -1,6 +1,6 @@ { "name": "@pollyjs/adapter", - "version": "0.3.1", + "version": "1.0.0", "description": "Extendable base adapter class used by @pollyjs", "main": "dist/cjs/pollyjs-adapter.js", "module": "dist/es/pollyjs-adapter.js", @@ -41,7 +41,7 @@ ], "license": "Apache-2.0", "dependencies": { - "@pollyjs/utils": "^0.1.1" + "@pollyjs/utils": "^1.0.0" }, "devDependencies": { "eslint": "^4.19.1", diff --git a/packages/@pollyjs/cli/CHANGELOG.md b/packages/@pollyjs/cli/CHANGELOG.md index 191266cd..fa176565 100644 --- a/packages/@pollyjs/cli/CHANGELOG.md +++ b/packages/@pollyjs/cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [1.0.0](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/cli/compare/@pollyjs/cli@0.2.1...@pollyjs/cli@1.0.0) (2018-07-20) + + + + +**Note:** Version bump only for package @pollyjs/cli + ## [0.2.1](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/cli/compare/@pollyjs/cli@0.2.0...@pollyjs/cli@0.2.1) (2018-06-29) diff --git a/packages/@pollyjs/cli/package.json b/packages/@pollyjs/cli/package.json index 5f00f218..1782e5b7 100644 --- a/packages/@pollyjs/cli/package.json +++ b/packages/@pollyjs/cli/package.json @@ -1,6 +1,6 @@ { "name": "@pollyjs/cli", - "version": "0.2.1", + "version": "1.0.0", "description": "@pollyjs CLI", "files": [ "bin" @@ -39,7 +39,7 @@ ], "license": "Apache-2.0", "dependencies": { - "@pollyjs/node-server": "^0.4.0", + "@pollyjs/node-server": "^1.0.0", "commander": "^2.15.1" }, "devDependencies": { diff --git a/packages/@pollyjs/core/CHANGELOG.md b/packages/@pollyjs/core/CHANGELOG.md index b5696bf6..ce7276e2 100644 --- a/packages/@pollyjs/core/CHANGELOG.md +++ b/packages/@pollyjs/core/CHANGELOG.md @@ -3,7 +3,66 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - + +# [1.0.0](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/core/compare/@pollyjs/core@0.5.0...@pollyjs/core@1.0.0) (2018-07-20) + + +### Bug Fixes + +* Changes self to global, rollup-plugin-node-globals makes isomorphic ([#54](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/core/issues/54)) ([3811e9d](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/core/commit/3811e9d)) +* Creator cleanup and persister assertion ([#67](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/core/issues/67)) ([19fee5a](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/core/commit/19fee5a)) + + +### Features + +* Abort and passthrough from an intercept ([#57](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/core/issues/57)) ([4ebacb8](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/core/commit/4ebacb8)) +* Class events and EventEmitter ([#52](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/core/issues/52)) ([0a3d591](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/core/commit/0a3d591)) +* Convert recordings to be HAR compliant ([#45](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/core/issues/45)) ([e622640](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/core/commit/e622640)) +* Fetch adapter support for `context` provided via adapterOptions ([#66](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/core/issues/66)) ([82ebd09](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/core/commit/82ebd09)) +* Improved adapter and persister registration ([#62](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/core/issues/62)) ([164dbac](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/core/commit/164dbac)) +* Keyed persister & adapter options ([#60](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/core/issues/60)) ([29ed8e1](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/core/commit/29ed8e1)) +* Node File System Persister ([#61](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/core/issues/61)) ([0a0eeca](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/core/commit/0a0eeca)) +* Presets persisterOptions.host to the node server default ([0b47838](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/core/commit/0b47838)) +* Puppeteer Adapter ([#64](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/core/issues/64)) ([f902c6d](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/core/commit/f902c6d)) + + +### BREAKING CHANGES + +* __Adapters__ + +```js +import { XHRAdapter, FetchAdapter } from '@pollyjs/core'; + +// Register the xhr adapter so its accessible by all future polly instances +Polly.register(XHRAdapter); + +polly.configure({ +adapters: ['xhr', FetchAdapter] +}); +``` + +__Persister__ + +```js +import { LocalStoragePersister, RESTPersister } from '@pollyjs/core'; + +// Register the local-storage persister so its accessible by all future polly instances +Polly.register(LocalStoragePersister); + +polly.configure({ +persister: 'local-storage' +}); + +polly.configure({ +persister: RESTPersister +}); +``` +* Recordings now produce HAR compliant json. Please delete existing recordings. + + + + + # [0.5.0](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/core/compare/@pollyjs/core@0.4.0...@pollyjs/core@0.5.0) (2018-06-27) diff --git a/packages/@pollyjs/core/package.json b/packages/@pollyjs/core/package.json index cf4638f6..736dfc30 100644 --- a/packages/@pollyjs/core/package.json +++ b/packages/@pollyjs/core/package.json @@ -1,6 +1,6 @@ { "name": "@pollyjs/core", - "version": "0.5.0", + "version": "1.0.0", "description": "Record, replay, and stub HTTP Interactions", "main": "dist/cjs/pollyjs-core.js", "module": "dist/es/pollyjs-core.js", @@ -46,7 +46,7 @@ ], "license": "Apache-2.0", "dependencies": { - "@pollyjs/utils": "^0.1.1", + "@pollyjs/utils": "^1.0.0", "@sindresorhus/fnv1a": "^1.0.0", "blueimp-md5": "^2.10.0", "fast-json-stable-stringify": "^2.0.0", @@ -58,9 +58,9 @@ "url-parse": "^1.4.1" }, "devDependencies": { - "@pollyjs/adapter": "^0.3.1", - "@pollyjs/adapter-fetch": "^0.0.0", - "@pollyjs/persister": "^0.2.1", + "@pollyjs/adapter": "^1.0.0", + "@pollyjs/adapter-fetch": "^1.0.0", + "@pollyjs/persister": "^1.0.0", "eslint": "^4.18.1", "npm-run-all": "^4.1.2", "prettier": "^1.10.2", diff --git a/packages/@pollyjs/ember/CHANGELOG.md b/packages/@pollyjs/ember/CHANGELOG.md index c77adfae..6642a8f2 100644 --- a/packages/@pollyjs/ember/CHANGELOG.md +++ b/packages/@pollyjs/ember/CHANGELOG.md @@ -3,7 +3,55 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - + +# [1.0.0](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/ember/compare/@pollyjs/ember@0.4.2...@pollyjs/ember@1.0.0) (2018-07-20) + + +### Features + +* Class events and EventEmitter ([#52](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/ember/issues/52)) ([0a3d591](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/ember/commit/0a3d591)) +* Improved adapter and persister registration ([#62](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/ember/issues/62)) ([164dbac](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/ember/commit/164dbac)) +* Keyed persister & adapter options ([#60](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/ember/issues/60)) ([29ed8e1](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/ember/commit/29ed8e1)) +* Node File System Persister ([#61](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/ember/issues/61)) ([0a0eeca](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/ember/commit/0a0eeca)) +* Presets persisterOptions.host to the node server default ([0b47838](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/ember/commit/0b47838)) + + +### BREAKING CHANGES + +* __Adapters__ + +```js +import { XHRAdapter, FetchAdapter } from '@pollyjs/core'; + +// Register the xhr adapter so its accessible by all future polly instances +Polly.register(XHRAdapter); + +polly.configure({ +adapters: ['xhr', FetchAdapter] +}); +``` + +__Persister__ + +```js +import { LocalStoragePersister, RESTPersister } from '@pollyjs/core'; + +// Register the local-storage persister so its accessible by all future polly instances +Polly.register(LocalStoragePersister); + +polly.configure({ +persister: 'local-storage' +}); + +polly.configure({ +persister: RESTPersister +}); +``` + + + + + ## [0.4.2](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/ember/compare/@pollyjs/ember@0.4.1...@pollyjs/ember@0.4.2) (2018-06-29) diff --git a/packages/@pollyjs/ember/package.json b/packages/@pollyjs/ember/package.json index ce424714..b95068da 100644 --- a/packages/@pollyjs/ember/package.json +++ b/packages/@pollyjs/ember/package.json @@ -1,6 +1,6 @@ { "name": "@pollyjs/ember", - "version": "0.4.2", + "version": "1.0.0", "description": "Use @pollyjs in your Ember-CLI application", "keywords": [ "polly", @@ -38,12 +38,12 @@ "clean": "rimraf dist tmp" }, "dependencies": { - "@pollyjs/adapter-fetch": "^0.0.0", - "@pollyjs/adapter-xhr": "^0.0.0", - "@pollyjs/core": "^0.5.0", - "@pollyjs/node-server": "^0.4.0", - "@pollyjs/persister-local-storage": "^0.0.0", - "@pollyjs/persister-rest": "^0.0.0", + "@pollyjs/adapter-fetch": "^1.0.0", + "@pollyjs/adapter-xhr": "^1.0.0", + "@pollyjs/core": "^1.0.0", + "@pollyjs/node-server": "^1.0.0", + "@pollyjs/persister-local-storage": "^1.0.0", + "@pollyjs/persister-rest": "^1.0.0", "broccoli-funnel": "^2.0.1", "broccoli-merge-trees": "^3.0.0", "broccoli-source": "^1.1.0", diff --git a/packages/@pollyjs/node-server/CHANGELOG.md b/packages/@pollyjs/node-server/CHANGELOG.md index d7179be1..faa60f43 100644 --- a/packages/@pollyjs/node-server/CHANGELOG.md +++ b/packages/@pollyjs/node-server/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [1.0.0](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/node-server/compare/@pollyjs/node-server@0.4.0...@pollyjs/node-server@1.0.0) (2018-07-20) + + +### Features + +* Convert recordings to be HAR compliant ([#45](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/node-server/issues/45)) ([e622640](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/node-server/commit/e622640)) +* Node File System Persister ([#61](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/node-server/issues/61)) ([0a0eeca](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/node-server/commit/0a0eeca)) +* Presets persisterOptions.host to the node server default ([0b47838](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/node-server/commit/0b47838)) + + +### BREAKING CHANGES + +* Recordings now produce HAR compliant json. Please delete existing recordings. + + + + # [0.4.0](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/node-server/compare/@pollyjs/node-server@0.3.0...@pollyjs/node-server@0.4.0) (2018-06-29) diff --git a/packages/@pollyjs/node-server/package.json b/packages/@pollyjs/node-server/package.json index 42bf85fa..41a00d40 100644 --- a/packages/@pollyjs/node-server/package.json +++ b/packages/@pollyjs/node-server/package.json @@ -1,6 +1,6 @@ { "name": "@pollyjs/node-server", - "version": "0.4.0", + "version": "1.0.0", "description": "Standalone node server and express integration for @pollyjs", "main": "dist/cjs/pollyjs-node-server.js", "module": "dist/es/pollyjs-node-server.js", @@ -45,7 +45,7 @@ "prepublishOnly": "npm-run-all clean --parallel rollup rollup:prod" }, "dependencies": { - "@pollyjs/utils": "^0.1.1", + "@pollyjs/utils": "^1.0.0", "body-parser": "^1.18.3", "cors": "^2.8.4", "express": "^4.16.3", diff --git a/packages/@pollyjs/persister-fs/CHANGELOG.md b/packages/@pollyjs/persister-fs/CHANGELOG.md new file mode 100644 index 00000000..d5f9b957 --- /dev/null +++ b/packages/@pollyjs/persister-fs/CHANGELOG.md @@ -0,0 +1,13 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# 1.0.0 (2018-07-20) + + +### Features + +* Node File System Persister ([#61](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/persister-fs/issues/61)) ([0a0eeca](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/persister-fs/commit/0a0eeca)) +* Puppeteer Adapter ([#64](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/persister-fs/issues/64)) ([f902c6d](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/persister-fs/commit/f902c6d)) diff --git a/packages/@pollyjs/persister-fs/package.json b/packages/@pollyjs/persister-fs/package.json index a89053ea..6f35f076 100644 --- a/packages/@pollyjs/persister-fs/package.json +++ b/packages/@pollyjs/persister-fs/package.json @@ -1,6 +1,6 @@ { "name": "@pollyjs/persister-fs", - "version": "0.0.0", + "version": "1.0.0", "description": "File system persister for @pollyjs", "main": "dist/cjs/pollyjs-persister-fs.js", "module": "dist/es/pollyjs-persister-fs.js", @@ -43,12 +43,12 @@ "prepublishOnly": "npm-run-all clean --parallel rollup rollup:prod" }, "dependencies": { - "@pollyjs/node-server": "^0.4.0", - "@pollyjs/persister": "^0.2.1" + "@pollyjs/node-server": "^1.0.0", + "@pollyjs/persister": "^1.0.0" }, "devDependencies": { - "@pollyjs/adapter-fetch": "^0.0.0", - "@pollyjs/core": "^0.5.0", + "@pollyjs/adapter-fetch": "^1.0.0", + "@pollyjs/core": "^1.0.0", "chai": "^4.1.2", "eslint": "^4.18.1", "mocha": "^5.1.0", diff --git a/packages/@pollyjs/persister-local-storage/CHANGELOG.md b/packages/@pollyjs/persister-local-storage/CHANGELOG.md new file mode 100644 index 00000000..d2286dfd --- /dev/null +++ b/packages/@pollyjs/persister-local-storage/CHANGELOG.md @@ -0,0 +1,12 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# 1.0.0 (2018-07-20) + + + + +**Note:** Version bump only for package @pollyjs/persister-local-storage diff --git a/packages/@pollyjs/persister-local-storage/package.json b/packages/@pollyjs/persister-local-storage/package.json index 365976c9..17a17295 100644 --- a/packages/@pollyjs/persister-local-storage/package.json +++ b/packages/@pollyjs/persister-local-storage/package.json @@ -1,6 +1,6 @@ { "name": "@pollyjs/persister-local-storage", - "version": "0.0.0", + "version": "1.0.0", "description": "Local storage persister for @pollyjs", "main": "dist/cjs/pollyjs-persister-local-storage.js", "module": "dist/es/pollyjs-persister-local-storage.js", @@ -44,11 +44,11 @@ "prepublishOnly": "npm-run-all clean --parallel rollup rollup:prod" }, "dependencies": { - "@pollyjs/persister": "^0.2.1" + "@pollyjs/persister": "^1.0.0" }, "devDependencies": { - "@pollyjs/core": "^0.5.0", - "@pollyjs/adapter-fetch": "^0.0.0", + "@pollyjs/adapter-fetch": "^1.0.0", + "@pollyjs/core": "^1.0.0", "chai": "^4.1.2", "eslint": "^4.18.1", "mocha": "^5.1.0", diff --git a/packages/@pollyjs/persister-rest/CHANGELOG.md b/packages/@pollyjs/persister-rest/CHANGELOG.md new file mode 100644 index 00000000..2fc493d6 --- /dev/null +++ b/packages/@pollyjs/persister-rest/CHANGELOG.md @@ -0,0 +1,12 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# 1.0.0 (2018-07-20) + + + + +**Note:** Version bump only for package @pollyjs/persister-rest diff --git a/packages/@pollyjs/persister-rest/package.json b/packages/@pollyjs/persister-rest/package.json index 4032666b..75bea3e1 100644 --- a/packages/@pollyjs/persister-rest/package.json +++ b/packages/@pollyjs/persister-rest/package.json @@ -1,6 +1,6 @@ { "name": "@pollyjs/persister-rest", - "version": "0.0.0", + "version": "1.0.0", "description": "REST persister for @pollyjs", "main": "dist/cjs/pollyjs-persister-rest.js", "module": "dist/es/pollyjs-persister-rest.js", @@ -44,12 +44,12 @@ "prepublishOnly": "npm-run-all clean --parallel rollup rollup:prod" }, "dependencies": { - "@pollyjs/persister": "^0.2.1", - "@pollyjs/utils": "^0.1.1" + "@pollyjs/persister": "^1.0.0", + "@pollyjs/utils": "^1.0.0" }, "devDependencies": { - "@pollyjs/core": "^0.5.0", - "@pollyjs/adapter-fetch": "^0.0.0", + "@pollyjs/adapter-fetch": "^1.0.0", + "@pollyjs/core": "^1.0.0", "chai": "^4.1.2", "eslint": "^4.18.1", "mocha": "^5.1.0", diff --git a/packages/@pollyjs/persister/CHANGELOG.md b/packages/@pollyjs/persister/CHANGELOG.md index 600b80e2..bac98c6f 100644 --- a/packages/@pollyjs/persister/CHANGELOG.md +++ b/packages/@pollyjs/persister/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [1.0.0](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/persister/compare/@pollyjs/persister@0.2.1...@pollyjs/persister@1.0.0) (2018-07-20) + + +### Bug Fixes + +* Creator cleanup and persister assertion ([#67](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/persister/issues/67)) ([19fee5a](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/persister/commit/19fee5a)) + + +### Features + +* Class events and EventEmitter ([#52](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/persister/issues/52)) ([0a3d591](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/persister/commit/0a3d591)) +* Convert recordings to be HAR compliant ([#45](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/persister/issues/45)) ([e622640](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/persister/commit/e622640)) +* Keyed persister & adapter options ([#60](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/persister/issues/60)) ([29ed8e1](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/persister/commit/29ed8e1)) +* Node File System Persister ([#61](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/persister/issues/61)) ([0a0eeca](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/persister/commit/0a0eeca)) + + +### BREAKING CHANGES + +* Recordings now produce HAR compliant json. Please delete existing recordings. + + + + ## [0.2.1](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/persister/compare/@pollyjs/persister@0.2.0...@pollyjs/persister@0.2.1) (2018-06-27) diff --git a/packages/@pollyjs/persister/package.json b/packages/@pollyjs/persister/package.json index 8e6e5636..fcfa7434 100644 --- a/packages/@pollyjs/persister/package.json +++ b/packages/@pollyjs/persister/package.json @@ -1,6 +1,6 @@ { "name": "@pollyjs/persister", - "version": "0.2.1", + "version": "1.0.0", "description": "Extendable base persister class used by @pollyjs", "main": "dist/cjs/pollyjs-persister.js", "module": "dist/es/pollyjs-persister.js", @@ -41,7 +41,7 @@ ], "license": "Apache-2.0", "dependencies": { - "@pollyjs/utils": "^0.1.1", + "@pollyjs/utils": "^1.0.0", "bowser": "^1.9.3", "fast-json-stable-stringify": "^2.0.0", "lodash-es": "^4.17.10", diff --git a/packages/@pollyjs/utils/CHANGELOG.md b/packages/@pollyjs/utils/CHANGELOG.md index de524f6c..cbaea9be 100644 --- a/packages/@pollyjs/utils/CHANGELOG.md +++ b/packages/@pollyjs/utils/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [1.0.0](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/utils/compare/@pollyjs/utils@0.1.1...@pollyjs/utils@1.0.0) (2018-07-20) + + +### Features + +* Convert recordings to be HAR compliant ([#45](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/utils/issues/45)) ([e622640](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/utils/commit/e622640)) +* Node File System Persister ([#61](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/utils/issues/61)) ([0a0eeca](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/utils/commit/0a0eeca)) +* Puppeteer Adapter ([#64](https://github.com/netflix/pollyjs/tree/master/packages/[@pollyjs](https://github.com/pollyjs)/utils/issues/64)) ([f902c6d](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/utils/commit/f902c6d)) + + +### BREAKING CHANGES + +* Recordings now produce HAR compliant json. Please delete existing recordings. + + + + ## [0.1.1](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/utils/compare/@pollyjs/utils@0.1.0...@pollyjs/utils@0.1.1) (2018-06-27) diff --git a/packages/@pollyjs/utils/package.json b/packages/@pollyjs/utils/package.json index 1197efe9..1d6068b1 100644 --- a/packages/@pollyjs/utils/package.json +++ b/packages/@pollyjs/utils/package.json @@ -1,6 +1,6 @@ { "name": "@pollyjs/utils", - "version": "0.1.1", + "version": "1.0.0", "description": "Shared utilities and constants between @pollyjs packages", "main": "dist/cjs/pollyjs-utils.js", "module": "dist/es/pollyjs-utils.js",