angel3_graphql 8.0.1 angel3_graphql: ^8.0.1 copied to clipboard
The fastest and easiest way to get a GraphQL backend in Dart, using Angel3.
Change log #
8.0.1 #
- Fixed reflector error in the examples
8.0.0 #
- Require dart >= 3.0.x
- Updated
angel3_framework
to 8.x.x
7.0.0 #
- Require dart >= 2.17.x
- Updated
angel3_framework
to 7.x.x
6.0.1 #
- Fixed null warning for logger
6.0.0 #
- Require dart >= 2.16.x
- Updated
angel3_framework
to 6.x.x
5.0.0 #
- Skipped release
4.0.0 #
- Skipped release
3.0.0 #
- Skipped release
2.1.0 #
- Upgraded from
pendantic
tolints
linter
2.0.2 #
- Fixed NNBD issues
2.0.1 #
- Updated README
2.0.0 #
- Migrated to support Dart SDK 2.12.x NNBD
- Rename
angel_graphql
toangel3_graphql
1.1.0 #
- Support the GraphQL multipart spec: https://github.com/jaydenseric/graphql-multipart-request-spec
1.0.0 #
- Apply
package:pedantic
.
1.0.0-rc.0 #
- Finish
graphQLWS
.
1.0.0-beta.1 #
- Add
graphQLWS
handler, and support subscriptions.
1.0.0-beta #
- Angel RC updates.
1.0.0-alpha #
- First official release.