UNPKG

apollo-progressive-fragment-matcher

Version:

A smart alternative to the introspection fragment matcher.

89 lines (40 loc) 4.39 kB
# Change Log All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ## [1.0.8](https://github.com/lucasconstantino/apollo-progressive-fragment-matcher/compare/v1.0.7...v1.0.8) (2019-04-16) # Change Log All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ## [1.0.7](https://github.com/lucasconstantino/apollo-progressive-fragment-matcher/compare/v1.0.6...v1.0.7) (2019-04-15) # Change Log All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ## [1.0.6](https://github.com/lucasconstantino/apollo-progressive-fragment-matcher/compare/v1.0.5...v1.0.6) (2019-04-15) # Change Log All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ## [1.0.5](https://github.com/lucasconstantino/apollo-progressive-fragment-matcher/compare/v1.0.4...v1.0.5) (2019-04-15) # Change Log All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ## [1.0.4](https://github.com/lucasconstantino/apollo-progressive-fragment-matcher/compare/v1.0.3...v1.0.4) (2019-04-15) # Change Log All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ## [1.0.3](https://github.com/lucasconstantino/apollo-progressive-fragment-matcher/compare/v1.0.2...v1.0.3) (2019-04-15) ### Bug Fixes * avoid destroying operation when forwarding with altered query ([0580a94](https://github.com/lucasconstantino/apollo-progressive-fragment-matcher/commit/0580a94)) # Change Log All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ## [1.0.2](https://github.com/lucasconstantino/apollo-progressive-fragment-matcher/compare/v1.0.1...v1.0.2) (2019-04-15) # Change Log All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ## [1.0.1](https://github.com/lucasconstantino/apollo-progressive-fragment-matcher/compare/v1.0.0...v1.0.1) (2019-04-15) # Change Log All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. # 1.0.0 (2019-04-15) ### Features * added all exports to main level ([6a74b71](https://github.com/lucasconstantino/apollo-progressive-fragment-matcher/commit/6a74b71)) * added extension possibleTypes flag to requests ([e04d101](https://github.com/lucasconstantino/apollo-progressive-fragment-matcher/commit/e04d101)) * added first implementation of ProgressiveFragmentMatcher ([5f43a2b](https://github.com/lucasconstantino/apollo-progressive-fragment-matcher/commit/5f43a2b)) * added initial lib files (and tests) ([c735734](https://github.com/lucasconstantino/apollo-progressive-fragment-matcher/commit/c735734)) * added introspection based type matching ([f1ed009](https://github.com/lucasconstantino/apollo-progressive-fragment-matcher/commit/f1ed009)) * added PossibleTypesExtension implementation ([6f2e4be](https://github.com/lucasconstantino/apollo-progressive-fragment-matcher/commit/6f2e4be)) * avoid requesting same type instrospection more than once ([947253e](https://github.com/lucasconstantino/apollo-progressive-fragment-matcher/commit/947253e)) * initiated empty PossibleTypesExtension ([d1915fd](https://github.com/lucasconstantino/apollo-progressive-fragment-matcher/commit/d1915fd)) * initiated introspect strategy ([1cdce6f](https://github.com/lucasconstantino/apollo-progressive-fragment-matcher/commit/1cdce6f)) * initiated strategy differentiation for ProgressiveFragmentMatcher ([717630b](https://github.com/lucasconstantino/apollo-progressive-fragment-matcher/commit/717630b))