Liking cljdoc? Tell your friends :D

at-at Changelog

1.5.1

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

1.5.0

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

1.4.0

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

1.3.1

10th March 2022

  • Added some simple tests
  • Updated readme
  • Brought in changes from 1.3.0 that handle exceptions better

1.2.0

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.

1.1.0

14th Jan 2013

  • Added new fn interspaced which will call fun repeatedly with a specified interspacing.
  • Added missing trailing quotes when printing schedule.

Can you improve this documentation? These fine people already did:
LouDnl & Sam Aaron
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close