Skip to content

Releases: gmpassos/reflection_factory

v2.3.4

06 Apr 06:27
b7a2cde
Compare
Choose a tag to compare
  • Fix handling og record types with named parameters.
  • Fix type argument resolution.

v2.3.3

05 Apr 06:58
Compare
Choose a tag to compare
  • ClassReflection:
    • Fix generation of getJsonFieldsVisibleValues for getters and setters with JsonField.hidden annotations.

v2.3.2

05 Apr 06:17
0c8efcd
Compare
Choose a tag to compare
  • ClassReflection:

    • Added getJsonFieldsVisibleValues
  • meta: ^1.14.0

  • build_runner: ^2.4.9

v2.3.1

03 Mar 21:47
Compare
Choose a tag to compare
  • JsonEncoder:

    • Expose entityCache.
  • data_serializer: ^1.1.0

  • dart_style: ^2.3.6

v2.3.0

13 Feb 23:37
9b90b92
Compare
Choose a tag to compare
  • New StaticFunctionReflection.

    • New StaticMethodReflection.
    • ConstructorReflection extends StaticFunctionReflection.
  • New BasicFieldReflection:

    • New StaticFieldReflection.
  • ClassReflection:

    • Added getFieldsValues.
  • meta: ^1.12.0

  • path: ^1.9.0

  • dependency_validator: ^3.2.3

v2.2.8

31 Jan 13:04
Compare
Choose a tag to compare
  • Fix issue with parameter resolution when calling a constructor/method.

  • analyzer: ^6.4.1

  • mime: ^1.0.5

  • build_runner: ^2.4.8

  • test: ^1.25.2

2.2.7

18 Dec 22:44
Compare
Choose a tag to compare
v2.2.7

- Small fix for `Duration` support.

2.2.6

18 Dec 22:33
4f7684e
Compare
Choose a tag to compare
Merge v2.2.6 - JSON Duration

 - `TypeParser`: added `parseDuration`.
 - Json: add support to `Duration`.

 - coverage: ^1.7.2
 - build_test: ^2.2.2

v2.2.5

02 Dec 23:49
Compare
Choose a tag to compare
- `TypeInfo`:
  - Fix `castList` for nullable types.

- lints: ^3.0.0
  - Adjust code generation for `type_literal_in_constant_pattern` lint.

- dart_style: ^2.3.4
- build_runner: ^2.4.7

v2.2.4

14 Nov 03:38
276eee0
Compare
Choose a tag to compare
v2.2.4 - Basic support for record types


 - Added basic support for Records types.
   - Added logic to handle record types and generate typedefs for record declarations.
 - Added new tests for Records and generics in `test/reflection_factory_build_test.dart`.

 - test: ^1.24.9
 - coverage: ^1.6.4
 - data_serializer: ^1.0.12