File: CHANGELOG.md

package info (click to toggle)
ruby-coffee-rails 4.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 204 kB
  • sloc: ruby: 174; makefile: 9
file content (65 lines) | stat: -rw-r--r-- 1,149 bytes parent folder | download
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
## 4.2.2 (May 24, 2017) ##

*   Support digest resolution for coffee templates.

## 4.2.1 (June 30, 2016) ##

*   Fix error in the gem package.

## 4.2.0 (June 30, 2016) ##

*   Override `js_template` hook in the Rails generator to allow Rails to
    be CoffeeScript agnostic.

## 4.1.1 (December 18, 2015) ##

*   Allow Rails 5.

    *Rafael Mendonça França*

## 4.1.0 (October 12, 2014) ##

*   Default to .coffee extension instead of .js.coffee

    *Joshua Peek*

*   Register coffee extension for rake notes.

    *Roberto Miranda*

## 4.0.1 (October 17, 2013) ##

*   Drop support to Rails `4.0.0.rc` releases

    *Rafael Mendonça França*


## 4.0.0 (April 18, 2013) ##

*   Bump railties version to 4.0.0.beta.

    *José Valim*


## 3.2.2 (January 26, 2012) ##

*   Bump railties version to ~> 3.2.0.

    *Aaron Patterson*


## 3.2.1 (January 5, 2012) ##

*   No changes.


## 3.2.0 (December 17, 2011) ##

*   Add coffee-script.js for asset pipeline. Now your app will support
    `<script type="text/coffeescript">` in views.

    *Guillermo Iguaran*

*   Add Action View template handler for coffee views.

    *Guillermo Iguaran*