Skip to content

Version 0.8

Latest
Compare
Choose a tag to compare
@albertms10 albertms10 released this 15 Jan 23:36
517b1b2

What's Changed

  • chore(deps): bump ossf/scorecard-action from 2.0.6 to 2.1.0 by @dependabot in #145
  • chore(deps): bump actions/setup-java from 3.8.0 to 3.9.0 by @dependabot in #146
  • chore(deps): bump github/codeql-action from 2.1.36 to 2.1.37 by @dependabot in #147
  • chore(deps): bump ossf/scorecard-action from 2.1.0 to 2.1.1 by @dependabot in #149
  • chore(deps): bump ossf/scorecard-action from 2.1.1 to 2.1.2 by @dependabot in #150
  • chore(deps): bump actions/cache from 3.0.11 to 3.2.1 by @dependabot in #152
  • refactor(holiday)!: extend DateRange instead of DateRangeItem by @albertms10 in #153
  • refactor(model): rename fromJson constructors by @albertms10 in #154
  • test(model): add tests for SchoolYear and DateRange JSON methods by @albertms10 in #155
  • test(date_range): add test for toString method by @albertms10 in #156
  • refactor(date_range): rename fromDate factory constructor by @albertms10 in #157
  • build(pubspec): bump versions as of dart_code_metrics 5.3.0 by @albertms10 in #158
  • test(iterable_extension): use const by @albertms10 in #159
  • refactor(current_time_indicator): rename hideLabel by @albertms10 in #160
  • fix(date_time_extension): rewrite addLocalTimeOfDay UTC operation by @albertms10 in #161
  • fix(recurring_booking): use correct copyWith default values by @albertms10 in #162
  • refactor(single_booking): replace recurringBookingId with referenced object by @albertms10 in #163
  • chore(deps): bump actions/cache from 3.2.1 to 3.2.2 by @dependabot in #165
  • fix(single_booking): use correct copyWith default values by @albertms10 in #166
  • fix(booking_preview_panel_action_bar): pass a copy of the booking object to BookingDialog by @albertms10 in #167
  • refactor(single_booking): replace cabinId with referenced instance by @albertms10 in #164
  • feat(date_ranger): implement new textualDateTime methods by @albertms10 in #168
  • refactor!: rename ManagerCollection by @albertms10 in #169
  • fix(booking): call textualDateTime method on toString by @albertms10 in #170
  • test(date_range): test case local DateTime range by @albertms10 in #171
  • chore(deps): bump actions/cache from 3.2.2 to 3.2.3 by @dependabot in #173
  • chore(deps): bump actions/upload-artifact from 3.1.1 to 3.1.2 by @dependabot in #172
  • test(model): add test cases for Item.copyWith methods by @albertms10 in #174
  • refactor(cabin): remove redirection methods to BookingCollection by @albertms10 in #175
  • test(date_range_item): add test cases for main class methods by @albertms10 in #176
  • chore(deps): bump github/codeql-action from 2.1.37 to 2.1.38 by @dependabot in #177
  • refactor(cabin): expose BookingCollection from constructor by @albertms10 in #178
  • fix(date_ranger): exclude endDate instant in includes by @albertms10 in #180
  • refactor(school_year): use textualDateTime for toString by @albertms10 in #181
  • refactor(model): move constructor bodies to initializer list by @albertms10 in #182
  • refactor(booking_collection): use singleBookingFromId by @albertms10 in #183
  • perf(booking_form): set Cabin reference on CabinDropdown changed by @albertms10 in #184
  • refactor(booking_collection): rewrite serializable methods by @albertms10 in #185

Full Changelog: v0.7...v0.8