-
Notifications
You must be signed in to change notification settings - Fork 63
/
CHANGELOG
72 lines (37 loc) · 1.48 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
2023-10-24 - v1.1
2023-10-09 - Compatibility with Rails 7.1 [tim-s-ccs]
2023-01-18 - v1.0
2023-01-18 - Compatablity issue with Rack 2.2.4 [GearoidDC]
2022-01-20 - Use GitHub Actions build badge [pelargir]
2022-01-04 - v0.9.9
2022-01-04 - Rails 7 compatibility [pelargir]
2021-10-11 - v0.9.8
2021-10-10 - Custom session timeout method [JunaidUK]
2021-02-02 - v0.9.7
2021-02-02 - Rails 6 compatibility [jasonheecs]
2019-10-15 - v0.9.6
2019-10-15 - Use routes in JS helper [pelargir]
2019-03-03 - Update README [cprodhomme]
2018-12-21 - Support Rails protect_from_forgery [davegudge]
2017-06-13 - v0.9.5
2017-06-12 - Exclude controller actions from CSRF verification [pelargir]
2017-06-12 - Make updater use vanilla JS [emilos]
2017-05-16 - v0.9.4
2017-05-08 - Rails 5 compatibility [quainjn]
2016-10-14 - Allow defining verbosity [zaimramlan]
2013-08-29 - v0.9.3
2013-08-28 - Add jQuery support [krishnasrihari]
2013-07-24 - v0.9.2
2013-07-24 - Add tests and use Ruby 1.9 hash syntax [pelargir]
2013-07-24 - v0.9.1
2013-07-24 - Timeout can be set in controller or user model [pelargir]
2013-07-22 - v0.9
2013-07-21 - Support for jQuery periodical updater plugin [pelargir]
2013-07-17 - v0.8
2014-07-14 - Added jQuery support [krishnasrihari]
2013-06-23 - v0.7
2013-06-22 - Switched to Bundler for generating the gemspec [pelargir]
2009-08-22 - v0.5
2009-06-03 - Move controller actions into plugin [pelargir]
2009-04-22 - Add JS helper [pelargir]
2009-04-22 - Initial import [pelargir]