Skip to content

Latest commit

 

History

History
93 lines (47 loc) · 2.41 KB

CHANGELOG.md

File metadata and controls

93 lines (47 loc) · 2.41 KB

Current release (in development)

0.5.1 [2023-04-21]

  • Fix error introduced in 0.5.0 so now least one clock tick occurs when starting and ending at the same time #41

    Robin Brandt

0.5.0 [2023-04-20]

  • Support timecop safe mode #39

    Felix Dumit

  • Test against ruby 3.0, 3.1, 3.2

    Kevin Murphy

  • Remove testing prior clockwork versions

    • Kevin Murphy
  • Test against latest release version of clockwork at the time: 2.0.4

    • Kevin Murphy
  • Test against latest ruby 2.5.x, 2.6.x, 2.7.x

    • Kevin Murphy
  • Update rake

    • Kevin Murphy

0.4.0 [2020-04-23]

  • Support clockwork callbacks #34

    Rahul Agrawal

0.3.0 [2018-06-19]

  • Introduce release process documentation #14

    Kevin Murphy

  • Test against master branch of clockwork #18

    Kevin Murphy

  • Add activesupport as dev dependency #19

    Kevin Murphy

  • Update ruby point versions in testing matrix #22

    Kevin Murphy

  • Add clockwork 2.0.3, support skip_first_run option #25

    Oleksandr Rozumii

  • Default end_time to current time if start_time is provided with no end time #26

    Oleksandr Rozumii

0.2.0

  • Refactor custom matcher to remove repeated code #8

    Kevin Murphy

  • Test against ruby 2.3 explicitly #9

    Kevin Murphy

  • Avoid changing global time zone state #10

    Adam Prescott

  • Add Appraisal to test various versions of clockwork #13

    Kevin Murphy

  • Update run loop to support clockwork versions >= 2.01 #13

    Kevin Murphy

0.1.1

  • Pass clock file configuration to Clockwork::Test::Manager #7

    Kevin Murphy