graphql_generator2 5.1.0
graphql_generator2: ^5.1.0 copied to clipboard
Generates GraphQL schemas from Dart classes, for use with pkg:graphql_server2.
Change Log #
5.1.0 #
- Require dart >= 2.18.x
- Upgraded to
analyzer5.x.x - Replaced deprecated
element2withelement
5.0.0 #
- Require dart >= 2.17.x
4.1.0 #
- Updated to
analyzer4.x.x
4.0.0 #
- Require dart >= 2.16.x
- Updated
angel3_modelto 6.x.x - Updated
angel3_serialize_generatorto 6.x.x
3.0.0 #
- Updated to min SDK 2.15.x
2.2.0 #
- Upgraded from
pendantictolintslinter
2.1.1 #
- Updated
build.xmlto use the correct packages
2.1.0 #
- Updated
build.xmlto useangel3packages - Upgraded to support major
analyzer2.0.0 release
2.0.0 #
- Migrated to support Dart SDK 2.12.x NNBD
- Rename
graphql_generatortographql_generator2
1.0.0+1 #
- Replace
snakeCasewithcamelCase.
1.0.0 #
- Apply
package:pedantic.
1.0.0-rc.1 #
- Add
CHANGELOG.md,example/main.dart. - Add documentation to
README.md.