25th January 2023
- Use public class for reflection - fixes bb compatibility (thanks @borkdude)
- Use core functions (thanks @borkdude)
- Add from-sql-time, from-sql-timestamp and get-locale-options to util
- Rework from-string to accept any locale and format when supplied
- Update / fix docstrings
- Update UTIL.md accordingly
22nd January 2023
- Add util namespace, see UTIL.md
- add functions for parsing java.time objects
- supports LocalTime, LocalDateTime and Instant
- add function for parsing time strings
9th January 2023
- Add optional uid for scheduled jobs - see docstrings for description
When a job is being scheduled with the same uid throws an Exception error - Add uid to print-method for ScheduledJob
- Add unit tests (run with
lein all test
) - Add license, plugins and profiles
- Add config.edn for clj-kondo
- Some small printing fixes
10th March 2022
- Added some simple tests
- Updated readme
- Brought in changes from 1.3.0 that handle exceptions better
28th May 2013
- BREAKING CHANGE - Remove support for specifying stop-delayed? and stop-periodic? scheduler strategies.
- Jobs now correctly report as no longer being scheduled when pool is shutdown.
14th Jan 2013
- Added new fn
interspaced
which will call fun repeatedly with a specified interspacing. - Added missing trailing quotes when printing schedule.