-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGELOG
53 lines (32 loc) · 1.33 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
2021-08-24 Carpentry 2.2.5
* Allow usage with Rails <= 6.1.4.1
2021-08-04 Carpentry 2.2.4
* Allow usage with Rails < 6.1
2017-04-28 Carpentry 2.2.3
* Allow usage with Rails < 6.0
2016-10-19 Carpentry 2.2.2
* Rails 5 deprecation warning fixes
2016-09-13 Carpentry 2.2.1
* Allow usage with Rails < 5.1 (produces deprecation warnings)
2015-04-13 Carpentry 2.2.0
* Breaking change: Support Rails 4.1 and above only
* Breaking change: Support Ruby 2.1 and above only
* Removes the No Robots middleware
2013-11-04 Carpentry 2.1.1
* Breaking change: The method by which Carpentry is mounted has been changed.
* Old: `mount Carpentry::Engine => "/p"`
* New: `mount_carpentry_at => "/p"`
* The old method no longer works. This change is require to get access to
the parent Rails application's route helpers, etc…
2013-11-04 Carpentry 2.1.0
* Yanked from RubyGems
2013-10-25 Carpentry 2.0.0
* Breaking change: drops support for Ruby 1.9.2 and below
* Breaking change: Carpentry must now be mounted in your application's routes file
* Adds support for Rails 4
* The tests now target Rails 4
2011-07-04 Carpentry 1.0.1
* Bugfix: Render public/404.html when #consider_all_requests_local is false
and set the response status code to 404.
2011-06-07 Carpentry 1.0.0
* Initial release