Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.2.7 #5

Merged
merged 4 commits into from Aug 28, 2022
Merged

v1.2.7 #5

merged 4 commits into from Aug 28, 2022

Conversation

gmpassos
Copy link
Owner

  • TypeInfo:
    • Added T generic type.
    • Added callCasted to pass the T to a Function<T>().
    • Improved internal representation og arguments.
  • ReflectionBuilder:
    • Declare reflected types using TypeInfo<T> generics.

- `TypeInfo`:
  - Added `T` generic type.
  - Added `callCasted` to pass the `T` to a `Function<T>()`.
  - Improved internal representation og `arguments`.
- `ReflectionBuilder`:
  - Declare reflected types using `TypeInfo<T>` generics.
@codecov
Copy link

codecov bot commented Aug 26, 2022

Codecov Report

Merging #5 (ca6c69f) into master (f121bd4) will increase coverage by 2.48%.
The diff coverage is 91.75%.

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
+ Coverage   84.95%   87.44%   +2.48%     
==========================================
  Files          12       12              
  Lines        4062     4102      +40     
==========================================
+ Hits         3451     3587     +136     
+ Misses        611      515      -96     
Flag Coverage Δ
unittests 87.44% <91.75%> (+2.48%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
lib/src/reflection_factory_builder.dart 94.23% <81.63%> (+1.60%) ⬆️
lib/src/reflection_factory_base.dart 86.75% <89.83%> (+4.36%) ⬆️
lib/src/reflection_factory_type.dart 96.95% <98.83%> (+6.16%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

- `TypeInfo`:
  - Added `T` generic type.
  - Added `callCasted` to pass the `T` to a `Function<T>()`.
  - Improved internal representation og `arguments`.
- `ReflectionBuilder`:
  - Declare reflected types using `TypeInfo<T>` generics.
- Improved tests coverage.
- `TypeInfo`:
  - Added `T` generic type.
  - Added `callCasted` to pass the `T` to a `Function<T>()`.
  - Improved internal representation og `arguments`.
- `ReflectionBuilder`:
  - Declare reflected types using `TypeInfo<T>` generics.
- Improved tests coverage.
- `TypeInfo`:
  - Added `T` generic type.
  - Added `callCasted` to pass the `T` to a `Function<T>()`.
  - Improved internal representation og `arguments`.
- `ReflectionBuilder`:
  - Declare reflected types using `TypeInfo<T>` generics.
- Improved tests coverage.
@gmpassos gmpassos merged commit d0c203d into master Aug 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant