Skip to content

Conversation

@sirtimbly
Copy link
Owner

Upgrading some package versions including the XO linter led to a
re-evaluation of some code. So types have been moved to another file,
and some signatures were updated. The registeredField type no longer
needs a generic type, it is assumed to be string. All interfaces were
renamed to remove the I. Cyclical dependency fixed.

BREAKING CHANGE: Interface names changed. RegisteredField no longer has generic type argument, it's
always a string.

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

  • What is the current behavior? (You can also link to an open issue here)

  • What is the new behavior (if this is a feature change)?

  • Other information:

Upgrading some package versions including the XO linter led to a
re-evaluation of some code. So types have been moved to another file,
and some signatures were updated. The registeredField type no longer
needs a generic type, it is assumed to be string. All interfaces were
renamed to remove the I. Cyclical dependency fixed.

BREAKING CHANGE: Interface names changed. RegisteredField no longer has generic type argument, it's
always a string.
@codecov
Copy link

codecov bot commented Mar 15, 2022

Codecov Report

Merging #46 (d75e453) into master (18bdf20) will increase coverage by 11.13%.
The diff coverage is 84.37%.

❗ Current head d75e453 differs from pull request most recent head 54dceac. Consider uploading reports for the commit 54dceac to get more accurate results

@@             Coverage Diff             @@
##           master      #46       +/-   ##
===========================================
+ Coverage   68.86%   80.00%   +11.13%     
===========================================
  Files           3        3               
  Lines         106      105        -1     
  Branches       25       27        +2     
===========================================
+ Hits           73       84       +11     
+ Misses         19        9       -10     
+ Partials       14       12        -2     
Impacted Files Coverage Δ
src/Frets.ts 78.35% <80.76%> (+12.72%) ⬆️
src/index.ts 100.00% <100.00%> (ø)
src/props-field-registry.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c3847fc...54dceac. Read the comment docs.

Tim Bendt added 3 commits March 15, 2022 12:52
Upgrading some package versions including the XO linter led to a
re-evaluation of some code. So types have been moved to another file,
and some signatures were updated. The registeredField type no longer
needs a generic type, it is assumed to be string. All interfaces were
renamed to remove the I. Cyclical dependency fixed.

BREAKING CHANGE: Interface names changed. RegisteredField no longer has generic type argument, it's
always a string.
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.

2 participants