Skip to content

v1.3.10 - #4

Merged
gmpassos merged 1 commit into
masterfrom
fix-bytes-field-update
Sep 11, 2022
Merged

v1.3.10#4
gmpassos merged 1 commit into
masterfrom
fix-bytes-field-update

Conversation

@gmpassos

Copy link
Copy Markdown
Contributor
  • EntityReference.fromID: accepts null ID (works like asNull).
  • Initializable:
    • InitializationChain._isParent: improve speed of search in the parent tree.
  • Fix update of Uint8List fields.

- `EntityReference.fromID`: accepts null ID (works like `asNull`).
- `Initializable`:
- `InitializationChain._isParent`: improve speed of search in the parent tree.
- Fix update of `Uint8List` fields.
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

Merging #4 (153c5e8) into master (d6326eb) will decrease coverage by 0.00%.
The diff coverage is 92.30%.

@@ Coverage Diff @@## master #4 +/- ##
==========================================
- Coverage 71.41% 71.41% -0.01% 
==========================================
Files 50 50 Lines 12281 12301 +20 ==========================================
+ Hits 8771 8785 +14 - Misses 3510 3516 +6 
FlagCoverage Δ
unittests71.41% <92.30%> (-0.01%)⬇️

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

Impacted FilesCoverage Δ
lib/src/bones_api_base.dart63.06% <ø> (ø)
lib/src/bones_api_utils_collections.dart55.61% <75.00%> (-0.13%)⬇️
lib/src/bones_api_initializable.dart76.92% <90.00%> (+0.37%)⬆️
lib/src/bones_api_entity.dart68.84% <100.00%> (+0.10%)⬆️
lib/src/bones_api_entity_db_relational.dart75.70% <100.00%> (+0.08%)⬆️
lib/src/bones_api_entity_reference.dart65.76% <100.00%> (ø)
lib/src/bones_api_entity_db.dart73.61% <0.00%> (-0.54%)⬇️

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

@gmpassos
gmpassos merged commit 8b56952 into masterSep 11, 2022
@gmpassos
gmpassos deleted the fix-bytes-field-update branch September 14, 2022 17:39
Sign up for freeto 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.

2 participants

@gmpassos@codecov-commenter