brick_rest_generators 4.1.0
brick_rest_generators: ^4.1.0 copied to clipboard
Code generation library for the REST providers, models, and adapters in Brick
4.1.0 #
- Support
analyzer>=8.0.0 <10.0.0 - Support
build>=3.0.0 <5.0.0 - Support
source_gen>=3.0.0 <5.0.0
4.0.0 #
- Dart minimum SDK is updated to
3.4.0 - All dependency restrictions are updated to include the minimum released version.
- Update
analyzerconstraint to>=6.11.0 <7.0.0
3.3.1 #
- Upgrade
brick_coreto1.4.0
3.3.0 #
- Upgrade
brick_coreto1.3.0 - Update analysis to modern lints
3.2.1 #
- Use
renameFieldfrombrick_build'sAnnotationFinderWithFieldRenamemixin - Standardize
_finalTypeForFieldtoSharedChecker#withoutNullResultType
3.2.0 #
- Update
analyzerconstraints to>=6.0.0 <7.0.0 - Format CHANGELOG.md
3.1.0 #
- Apply standardized lints
- Upgrade minimum Dart to 2.18
3.0.1 #
- Support Dart 3
3.0.0 #
- Update reference from
brick_rest/rest.darttobrick_rest/brick_rest.dart - Update minimum
analyzerconstraint to5.0.0 - Use Dart 2.15's
.byNameaccessor for iterable enum values
2.1.1 #
- Remove
FallThroughErrorafter Dart beta deprecation
2.1.0 #
- Loosen dependency restrictions to major versions
- Upgrade analyzer to version 4
2.0.0 #
- Separate JSON generators to their own package in
brick_json_generators
2.0.0-rc.2 #
- Include
1.3.0updates
2.0.0-rc.1 #
- Prepare for 2.0.0 launch
1.3.0+1 #
- Fix FieldRename enums deserialization to use new Analyzer API
1.3.0 #
- Upgrade
analyzerdependency to3.2.0
1.2.0 #
- Separate logic into more agnostic classes
JsonSerdesGenerator,JsonDeserializeandJsonSerialize.
1.1.0 #
- Upgrade
brick_buildandbrick_core
1.0.2 #
- Prefer constructor field type (including nullability) over field definition for type inference in adapter generation.
- Bump
brick_build
1.0.1 #
- Add Dart Lints
- Bump
brick_build - Always cast from list when deserializing siblings
1.0.0+4 #
- Fix deserialize and serialize
enumAsStringfor non-nullable types (#183)
1.0.0+3 #
- Fix pubspec dependencies
1.0.0+2 #
- Fix nullable analyzer errors around DateTime and enum (de)serialization and association serialization
1.0.0+1 #
- Remove
source_gen_testdependency
1.0.0 #
- Null safety
0.0.1 #
- Fix a a JSON encode error in REST serialization.
.mapreturns aMappedListIterablewhichjsonEncodecannot parse. It can parseList<dynamic>. - Fix REST's iterable enum serialization
- #58 fixes sibling serialization when null
- Dart style: prefer collection literals