Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

12 lines (9 loc) · 1.2 KB

1.3.2 - 21 April, 2023

1.3.1 - 21 April, 2023

  • [DEPRECATION FIX] File.exists? is changed to File.exist?, since File.exists? is deprecated in Ruby 3.x. #11. Thanks to @ruban-thilak.
  • [ENHANCEMENT] Add CI checks for rubocop and minitest via Github actions. #12. Thanks to @ruban-thilak.

1.3.0 - 18 March, 2021

1.2.1 - 08 May, 2020

  • [ENHANCEMENT] Public method clear_now_for added to MemoizeUntil, delegating the method to the underlying store object. This is done to support writing unit test cases without touching getting dirty with the private Store API. #8. Thanks to @ritikesh.