CHANGELOG.md 4.6 KB

Changelog

1.2.1

  • Fix memory leak in withFilter. PR #209

1.2.0

  • Add graphql@15 to peerDependencies.

1.1.0

  • Fix #132 - withFilter was previously always passing undefined as its first argument to the filterFn
  • Partially attempt to fix #143 - try to reduce occurrence of certain memory leaks with the built-in PubSubEngine implementation
  • Replaced eventEmitterAsyncIterator with default generic AsyncIterator named PubSubAsyncIterator. extends PubSubEngine automatically uses generic implementation. No breaking changes for those who continue to use implements PubSubEngine. See PR #78.

1.0.0

  • BREAKING CHANGE: Changed return type of publish.
    @grantwwu in #162
  • Bump versions of various devDependencies to fix security issues, use newer tslint config.
    @grantwwu in #163
  • Allows graphql 14 as a peer dep, forces graphql 14 as a dev dep, and has been updated to use @types/graphql 14.
    @hwillson in #172

0.5.8

  • Bump iterall version

0.5.7

  • Add graphql@0.13 to peerDependencies.

0.5.6

  • Add graphql@0.12 to peerDependencies.

0.5.5