Skip to content

add new factory constructors for Every DateValidators and other classes - #48

Merged
FMorschel merged 1 commit into
stablefrom
main
Apr 21, 2026
Merged

add new factory constructors for Every DateValidators and other classes#48
FMorschel merged 1 commit into
stablefrom
main

Conversation

@FMorschel

Copy link
Copy Markdown
Owner

Bumped version to 3.2.0

…lasses

bumped version to 3.2.0

Co-authored-by: Copilot <copilot@github.com>
@github-actions

Copy link
Copy Markdown
Contributor

API Changes Report

ℹ️ API-Tool Info

Comparing ./old_version (Directory) vs ./new_version (Directory)
This report was generated using dart_apitool v0.23.1 by BMW Tech.
This report was created on 2026-04-21 00:45:19.138923 UTC.

Report

To learn more about the detected changes, visit GitHub Change Codes

🚨 BREAKING CHANGES

  • Changelist:
    • Class Every
      • Constructor "weekday" added (required) (CE11)
      • Constructor "dueDayMonth" added (required) (CE11)
      • Constructor "dayInYear" added (required) (CE11)
      • Constructor "weekdayCountInMonth" added (required) (CE11)
      • Constructor "dueWorkdayMonth" added (required) (CE11)
      • Constructor "dueTimeOfDay" added (required) (CE11)
      • Constructor "union" added (required) (CE11)
      • Constructor "intersection" added (required) (CE11)
      • Constructor "difference" added (required) (CE11)
    • Class DateValidator
      • Constructor "weekday" added (required) (CE11)
      • Constructor "dueDayMonth" added (required) (CE11)
      • Constructor "dayInYear" added (required) (CE11)
      • Constructor "weekdayCountInMonth" added (required) (CE11)
      • Constructor "dueWorkdayMonth" added (required) (CE11)
      • Constructor "timeOfDay" added (required) (CE11)
      • Constructor "opposite" added (required) (CE11)
      • Constructor "union" added (required) (CE11)
      • Constructor "intersection" added (required) (CE11)
      • Constructor "difference" added (required) (CE11)
    • Class LimitedEveryDateValidator
      • Super Type "Object" removed (CI05)
    • Class ExactDateValidator
      • Super Type "Object" removed (CI05)
    • Class EveryWrapper
      • Super Type "Object" removed (CI05)
    • Class LimitedEveryWrapper
      • Super Type "Object" removed (CI05)

🆕 Non-Breaking Changes

  • Changelist:
    • Class EveryAdapter
      • Constructor "skipCount" added (CE11) (minor)
      • Constructor "timeOfDay" added (CE11) (minor)
      • Constructor "skipInvalid" added (CE11) (minor)
      • Constructor "override" added (CE11) (minor)
      • Constructor "limitedSkipCount" added (CE11) (minor)
      • Constructor "limitedTimeOfDay" added (CE11) (minor)
      • Constructor "limitedSkipInvalid" added (CE11) (minor)
      • Constructor "limitedOverride" added (CE11) (minor)
    • Class EveryWrapper
      • Constructor "skipCount" added (CE11) (minor)
      • Constructor "timeOfDay" added (CE11) (minor)
      • Constructor "limitedSkipCount" added (CE11) (minor)
      • Constructor "limitedTimeOfDay" added (CE11) (minor)
    • Class EveryModifier
      • Constructor "skipCount" added (CE11) (minor)
      • Constructor "timeOfDay" added (CE11) (minor)
      • Constructor "limitedSkipCount" added (CE11) (minor)
      • Constructor "limitedTimeOfDay" added (CE11) (minor)

@github-actions github-actions Bot mentioned this pull request Apr 21, 2026
@codecov

codecov Bot commented Apr 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (stable@0d8e5a1). Learn more about missing BASE report.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             stable       #48   +/-   ##
==========================================
  Coverage          ?   100.00%           
==========================================
  Files             ?       111           
  Lines             ?      1802           
  Branches          ?         0           
==========================================
  Hits              ?      1802           
  Misses            ?         0           
  Partials          ?         0           
Files with missing lines Coverage Δ
...alidators/built_in/date_validator_day_in_year.dart 100.00% <ø> (ø)
...idators/built_in/date_validator_due_day_month.dart 100.00% <ø> (ø)
...ors/built_in/date_validator_due_workday_month.dart 100.00% <ø> (ø)
...te_validators/built_in/date_validator_weekday.dart 100.00% <100.00%> (ø)
...uilt_in/date_validator_weekday_count_in_month.dart 100.00% <ø> (ø)
lib/src/date_validators/date_validator.dart 100.00% <ø> (ø)
...te_validators/group/date_validator_difference.dart 100.00% <ø> (ø)
..._validators/group/date_validator_intersection.dart 100.00% <ø> (ø)
...rc/date_validators/group/date_validator_union.dart 100.00% <ø> (ø)
lib/src/everies/adapters/every_adapter.dart 100.00% <ø> (ø)
... and 28 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@FMorschel
FMorschel merged commit 28c039b into stable Apr 21, 2026
11 checks passed
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.

1 participant