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

feat(line)!: add style field, setters and docs #708

Merged
merged 2 commits into from
Dec 27, 2023
Merged

Conversation

joshka
Copy link
Member

@joshka joshka commented Dec 26, 2023

  • The Line struct now stores the style of the line rather than each
    Span storing it.
  • Adds two new setters for style and spans
  • Adds missing docs

BREAKING CHANGE: Line::style is now a field of Line instead of being
stored in each Span.

- The `Line` struct now stores the style of the line rather than each
  `Span` storing it.
- Adds two new setters for style and spans
- Adds missing docs

BREAKING CHANGE: `Line::style` is now a field of `Line` instead of being
stored in each `Span`.
@github-actions github-actions bot added the Type: Breaking Change This change will cause application code to break and must be noted in the breaking changes docs etc. label Dec 26, 2023
Copy link

codecov bot commented Dec 26, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e67d3c6) 91.8% compared to head (747d75a) 92.0%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##            main    #708     +/-   ##
=======================================
+ Coverage   91.8%   92.0%   +0.1%     
=======================================
  Files         42      42             
  Lines      13810   14023    +213     
=======================================
+ Hits       12683   12902    +219     
+ Misses      1127    1121      -6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Valentin271 Valentin271 merged commit c977293 into main Dec 27, 2023
@Valentin271 Valentin271 deleted the line-style branch December 27, 2023 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Breaking Change This change will cause application code to break and must be noted in the breaking changes docs etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants