nhost_sdk 2.0.0 nhost_sdk: ^2.0.0 copied to clipboard
Nhost authentication and file storage/retrieval APIs for the Dart language.
2.0.0 #
Note: This release has breaking changes.
- DOCS: Update major version in README.
- DOCS: Fix an incorrect method reference in a comment.
- BREAKING FEAT: Update auth state callback to include loading state.
1.1.1 #
- FIX: Upgrade graphql dependency to 5.0.0.
1.1.0 #
- FEAT: Add use of the logging package.
1.0.4 #
- STYLE: Reformat Dart files to pass CI.
- FIX: Add debug printing when token refreshes fail.
- FIX: Keep auth refresh-locked when a refresh is already in process.
- CHORE: Upgrade graphql dependency to 5.0.0-beta.2.
- CHORE: Publish packages.
- CHORE: Publish packages.
- CHORE: Publish packages.
- CHORE: Publish packages.
- CHORE: Publish packages.
- CHORE: Publish packages.
- CHORE: Publish packages.
1.0.3 #
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
1.0.3-dev.2 #
Note: This release has breaking changes.
- REFACTOR: Make use of nhost_gql_links in nhost_graphql_adapter.
- REFACTOR: Make use of nhost_gql_links in nhost_graphql_adapter.
- FIX: Couple build fixes.
- CHORE: Publish packages.
- CHORE: Publish packages.
- CHORE: Publish packages.
- CHORE: Publish packages.
- CHORE: Publish packages.
- BREAKING FIX: Couple build fixes.
1.0.3-dev.1 #
Note: This release has breaking changes.
- REFACTOR: Make use of nhost_gql_links in nhost_graphql_adapter.
- CHORE: Publish packages.
- CHORE: Publish packages.
- BREAKING FIX: Couple build fixes.
1.0.3-dev.0 #
- FIX: Add nullability to Session fields.
- FIX: Add nullability to Session fields.
- CHORE: Publish packages.
- CHORE: Publish packages.
1.0.2 #
- FIX: Add nullability to Session fields.
- DOCS: Fixed broken links in all README.md.
1.0.1 #
- TEST: Close Nhost client after each test.
- TEST: Add a stub user to the test session.
- FIX: Throw ArgumentError if list expected during deserialization.
- DOCS: Update links to point to future repo home.
- DOCS: Add issue_tracker field to all pubspecs.
- DOCS: Update repository urls in pubspecs.
- DOCS: Update all version numbers in README getting starteds.
- DOCS: Update test badge on all repos.
- CHORE: Remove unused function from tests.
- CHORE: Remove debug printing which is no longer needed.
- CHORE: Remove a couple of unnecessary toJson methods.
- CHORE: Remove several TODOs that have been answered.
1.0.0 #
- 🛳🐿
0.8.0+1 #
- FIX: Correct the refresh token lookup during OAuth login.
- FIX: Ensure that loading is set to false when no token is provided.
- CI: Set up repository-wide continuous tests.
- CHORE: Publish packages.
0.8.0 #
Note: This release has breaking changes.
- DOCS: Update links in example READMEs to point to monorepo.
- CHORE: Update package repository URLs.
- BREAKING REFACTOR: Change name of public file to mirror package name.
0.7.0 #
- Add method to help with completing OAuth provider logins
- Change package name to nhost_sdk
0.6.0 #
- Fix bug in authentication state change. I missed a boolean.
0.5.0 #
- Remove isAuthenticated, and introduce authenticationState — a tri-state enum. Nullable booleans are too easy to make mistakes with.
0.4.0 #
- Remove dependency on dart:io
0.3.0 #
- Upgrade to work with latest nhost_graphql_adapter library, which had a few breaking changes
0.2.0 #
- Add fileToken support to storage APIs
- Remove dependency on json_serializable
- Improve examples
0.1.0 #
- Add support for auto-login, and externally provided refresh tokens
0.0.0 #
- First version, in pre-release