- [TF-36] Add to_seconds method in Period class
- [PLAT-1175] Update to Ruby 3.2
- [PLAT-954] Handle additional
to_s
deprecation on Rails 7
- [PLAT-346] Handle
to_s
deprecation on Rails 7
- [PLAT-183] Publish coveralls with github actions add ruby 3.1 to test matrix
- [TT-8614] Update to build with github actions / ruby 3.0 / rails 6.1
- [TT-6441] Turns out we don't actually need time difference in QT
- [TT-6661] Fix issue when detecting intersecting date groups
- [TT-6441] Due to TimeDifference being unmaintained bring it into the timely library
- [TT-6402] Require date group weekdays bit field to be not null/nil IMPORTANT: Rails projects must add a migration to make this field not null!
- [TT-6401] Remove Rails 3 support, unused methods
- [TT-6193] Date group scopes for more efficient searches/restrictions
- [TT-5794] Fix belongs_to associations are not explicitly marked optional
- [TT-5674] Make multi year date format friendlier
- [TT-5648] Fix date_range to string when a single month covers a year period
- [TT-4812] Remove bootstrap class from calender tag
- Skipped due to mis-tagged version
- [TT-4716] Better exception message when a range is invalid
- Using Fixnum is deprecated
- Add time zone awareness for Time#on (e.g. Rails)
- Required Timely.load to load overrides
- Rails 5 support
- Initial release