We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c2277 commit 25d7bc7Copy full SHA for 25d7bc7
1 file changed
Changes.md
@@ -1,3 +1,13 @@
1
+v 1.1.0
2
+-------
3
+
4
+- updated readme
5
+- fix unit tests - changed argument error when getting invalid cron format
6
+- when fallbacking old job enqueued time use `Time.parse` šwithout format (so ruby can decide best method to parse it)
7
+- add option `date_as_argument` which will add to your job arguments on last place `Time.now.to_f` when it was eneuqued
8
+- add option `description` which will allow you to add notes to your jobs so in web view you can see it
9
+- fixed translations
10
11
v 1.0.4
12
-------
13
0 commit comments