gql_code_builder 0.8.1-alpha+1699733918131 gql_code_builder: ^0.8.1-alpha+1699733918131 copied to clipboard
Dart code builders taking *.graphql documents and SDL to build useful classes.
0.8.1-alpha+1699733918131 #
0.8.0 #
- add
DataClassConfig
option to reuse data classes when a selection set only consists of a single fragment spread
0.7.2 #
- Add a const constructor to
_PrintVisitor
and_SchemaBuilderVisitor
.
0.7.1 #
- experimental support for when/maybeWhen methods in inline spread fragments with type condition
- fix issue with generating fragment classes with variables, see https://github.com/gql-dart/ferry/issues/484
0.7.0 #
- Breaking Change: properly generate nullable types for nullable elements in lists
0.6.0 #
- add support for generating
possibleTypesMap
.
0.5.1 #
- Support
interfaces
.
0.5.0 #
- Support analyzer >=2.3.0 < 4.0.0
0.4.0 #
- Bump
gql_exec
version.
0.3.0-alpha.0 #
- Breaking Change - generated files are built to
__generated__
subdirectory
0.2.0-nullsafety.1 #
- bump
built_value
0.2.0-nullsafety.0 #
- add initial null-safety support
0.1.4+1 #
- bump
gql
version
0.1.4 #
- fix inline fragment sub-selections (#166)
- add enum fallback (#160)
0.1.3 #
- automatically include all custom type imports in
serializers.gql.dart
0.1.2 #
- sort custom serializers
0.1.1 #
- build var classes for fragments
- build instantiable data classes for fragments
- consolidate serialization methods
0.1.0 #
- use
built_value
for generated classes - add
serializer_builder
to aggregatebuilt_value
serializers - remove
op
builder - add custom scalar support
- add support for graphql type overrides (necessary for custom scalars)
- add support for custom serializers (necessary for custom scalars)
- add
JsonSerializer
- add and automatically apply
OperationSerializer
0.0.10 #
- remove
author
field frompubspec.yaml
0.0.9 #
- remove duplicate ast imports
0.0.8 #
- escape reserved and private names
0.0.7 #
- fix schema url bug
0.0.6 #
- fix nullable url bug
0.0.5 #
- rework builders to be based on
SourceNode
to handle imports - combine data and fragment builder
- no more global fragments file
- combine schema builders
- refer to other generated files by using URI fragments
0.0.4 #
- upgrade
package:gql_pedantic
0.0.3 #
- Support for fragment builder
0.0.2 #
- Split off
var_builder
off ofreq_builder
0.0.1 #
- Spun off of
package:gql_code_gen