Skip to content

Commit

Permalink
chore: Publish
Browse files Browse the repository at this point in the history
 - @pollyjs/[email protected]
 - @pollyjs/[email protected]
 - @pollyjs/[email protected]
 - @pollyjs/[email protected]
 - @pollyjs/[email protected]
 - @pollyjs/[email protected]
 - @pollyjs/[email protected]
 - @pollyjs/[email protected]
 - @pollyjs/[email protected]
 - @pollyjs/[email protected]
 - @pollyjs/[email protected]
 - @pollyjs/[email protected]
 - @pollyjs/[email protected]
  • Loading branch information
offirgolan committed Jul 20, 2018
1 parent a7e52c1 commit 8d91422
Show file tree
Hide file tree
Showing 26 changed files with 332 additions and 53 deletions.
17 changes: 17 additions & 0 deletions packages/@pollyjs/adapter-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

<a name="1.0.0"></a>
# 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))
12 changes: 6 additions & 6 deletions packages/@pollyjs/adapter-fetch/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions packages/@pollyjs/adapter-puppeteer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

<a name="1.0.0"></a>
# 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))
10 changes: 5 additions & 5 deletions packages/@pollyjs/adapter-puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions packages/@pollyjs/adapter-xhr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

<a name="1.0.0"></a>
# 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))
10 changes: 5 additions & 5 deletions packages/@pollyjs/adapter-xhr/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
26 changes: 26 additions & 0 deletions packages/@pollyjs/adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="1.0.0"></a>
# [1.0.0](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter/compare/@pollyjs/[email protected]...@pollyjs/[email protected]) (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.




<a name="0.3.1"></a>
## [0.3.1](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter/compare/@pollyjs/[email protected]...@pollyjs/[email protected]) (2018-06-27)

Expand Down
4 changes: 2 additions & 2 deletions packages/@pollyjs/adapter/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -41,7 +41,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@pollyjs/utils": "^0.1.1"
"@pollyjs/utils": "^1.0.0"
},
"devDependencies": {
"eslint": "^4.19.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/@pollyjs/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="1.0.0"></a>
# [1.0.0](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/cli/compare/@pollyjs/[email protected]...@pollyjs/[email protected]) (2018-07-20)




**Note:** Version bump only for package @pollyjs/cli

<a name="0.2.1"></a>
## [0.2.1](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/cli/compare/@pollyjs/[email protected]...@pollyjs/[email protected]) (2018-06-29)

Expand Down
4 changes: 2 additions & 2 deletions packages/@pollyjs/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pollyjs/cli",
"version": "0.2.1",
"version": "1.0.0",
"description": "@pollyjs CLI",
"files": [
"bin"
Expand Down Expand Up @@ -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": {
Expand Down
61 changes: 60 additions & 1 deletion packages/@pollyjs/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="0.5.0"></a>
<a name="1.0.0"></a>
# [1.0.0](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/core/compare/@pollyjs/[email protected]...@pollyjs/[email protected]) (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.




<a name="0.5.0"></a>
# [0.5.0](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/core/compare/@pollyjs/[email protected]...@pollyjs/[email protected]) (2018-06-27)


Expand Down
10 changes: 5 additions & 5 deletions packages/@pollyjs/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
50 changes: 49 additions & 1 deletion packages/@pollyjs/ember/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="0.4.2"></a>
<a name="1.0.0"></a>
# [1.0.0](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/ember/compare/@pollyjs/[email protected]...@pollyjs/[email protected]) (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
});
```




<a name="0.4.2"></a>
## [0.4.2](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/ember/compare/@pollyjs/[email protected]...@pollyjs/[email protected]) (2018-06-29)


Expand Down
14 changes: 7 additions & 7 deletions packages/@pollyjs/ember/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
Loading

0 comments on commit 8d91422

Please sign in to comment.