nhost_gql_links 1.0.4 nhost_gql_links: ^1.0.4 copied to clipboard
Constructs GraphQL links for use with graphql and ferry packages
1.0.4 #
- FIX: Update dependendency on gql_websocket_link.
1.0.3 #
- FIX: Provide protocol header expected by browser.
1.0.2 #
- TEST: Add a test to ensure socket close code is correct.
- TEST: Migrate to using FakeAsync instead of real timers in tests.
- TEST: Add a test to ensure socket close code is correct.
- TEST: Migrate to using FakeAsync instead of real timers in tests.
- FIX: Migrate to using a slightly more appropriate close code.
- FIX: Migrate to using a slightly more appropriate close code.
- DOCS: Update READMEs to include nhost_gql_links.
- CHORE: Publish packages.
- CHORE: Publish packages.
- CHORE: Publish packages.
1.0.1 #
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
1.0.1-dev.5 #
- TEST: Add a test to ensure socket close code is correct.
- TEST: Migrate to using FakeAsync instead of real timers in tests.
- FIX: Migrate to using a slightly more appropriate close code.
1.0.1-dev.4 #
- FIX: Change socket close code to something that is known.
- FIX: Reduce reconnection timeout to 3s.
1.0.1-dev.3 #
Note: This release has breaking changes.
- STYLE: Improve formatting of a couple logs.
- STYLE: Remove unused imports in several files.
- STYLE: Specify specific versions in gql_links pubspec.
- STYLE: Specify specific versions in gql_links pubspec.
- FIX: Remove an unneeded null deference.
- FIX: Fix issues when using real (not mock) sockets.
- FIX: Couple build fixes.
- FIX: Fix issues when using real (not mock) sockets.
- FEAT: Extract link logic to its own package.
- FEAT: Extract link logic to its own package.
- CHORE: Publish packages.
- CHORE: Publish packages.
- CHORE: Publish packages.
- CHORE: Publish packages.
- CHORE: Publish packages.
- CHORE: Publish packages.
- BREAKING FIX: Couple build fixes.
1.0.1-dev.2 #
- FIX: Fix issues when using real (not mock) sockets.
1.0.1-dev.1 #
Note: This release has breaking changes.
- STYLE: Specify specific versions in gql_links pubspec.
- FEAT: Extract link logic to its own package.
- CHORE: Publish packages.
- CHORE: Publish packages.
- BREAKING FIX: Couple build fixes.
1.0.1-dev.0 #
- Update a dependency to the latest release.