-
Notifications
You must be signed in to change notification settings - Fork 147
/
Copy pathChanges
90 lines (72 loc) · 2.88 KB
/
Changes
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Revision history for coffee-mode.el
Revision v0.6.3 2016/03/29
- Refactoring attributes(#345)
- Improve package comment and meta comment(#344 Thanks Steve Purcell)
- Fix coffee-compile command if buffer/region don't end with newline case(#343)
- Implement auto-fill function(#337, #342 Thanks Danny McClanahan)
- Better indentation(#335, #338)
- Set '--no-header' by default in compiling commands
- Add custom variable for switching compile buffer(#331 Thanks Danny McClanahan)
- Fix lambda expression regexp(#330 Thanks Danny McClanahan)
Revision v0.6.2 2015/12/10
- Implement python like indentation(#323)
- Fix assignment highlight issue(#326)
- Add toggle arrow function command(#329 Thanks jasonm23)
Revision v0.6.1 2015/10/01
- Fix byte-compile warning(#308)
- Improve sending multiple lines to REPL(#316, #318 Thanks Danny McClanaha)
- Fix version comparison issue(#321 Reported by crackhopper)
Revision v0.6.0 2015/03/19
- Fix highlighting regexp literal issue(#302)
- Fix highlighting class member issue(#304)
Revision v0.5.9 2015/02/23
- Implement highlighting multiple lines regexp literal(Experimental)
- Re-implement string interpolation for string nested string interpolation
- Implement indent region command
- Fix indent command for 'unless' block
- Fix #287, #289(slash after string interpolation breaks syntax highlighting)
- Fix #285(double quote in string interpolation breaks syntax highlighting)
Revision v0.5.8 2015/01/04
- Fix highlighting boolean keyword(#281 Thanks Wilfred)
- Fix first line indentation
Revision v0.5.7 2014/12/07
- Improve for tramp
- Fix coffee-comment-dwim same as other major-mode
- Fix highlighting class attribute issue(#272 Thanks no0)
- Fix highlighting issue similar to #272
Revision v0.5.6 2014/11/06
- Fix not pop-up compiled buffer issue
- Support sending multiple line to REPL
- Improve else, catch, finally indentation
- Support newer coffeescript sourmap generation
- Fix passing parameter to sourcemap.el
- Heighlight 'yield' as keyword
- Correct '_'(underscore) syntax property and remove work-around(Thanks dotemacs)
Revision v0.5.5 2014/08/04
- Improve compiling command(Thanks Gunnar Wrobel)
Revision v0.5.4 2014-07-14
- Fix js2coffee-replace-region issue(Thanks Mihir Rege)
Revision v0.5.3 2014-06-27
- Support CSON file
Revision v0.5.2 2014-05-25
- Fix new line and indentation issue
Revision v0.5.1 2014-05-19
- Many bug fixes
- Fix highlighting issues
- Fix defun command
- Fix indentation issue
Revision v0.5.0 2013-12-14
- Drop Emacs 23 support
- Support block comment and triple quote
- Many bug fix
Revision v0.4.0 2013-04-21
- Bug fix
Revision v0.3.0 2013-03-07
- Bug fix
- Add compile command
- Documentation
Revision v0.2.0 2013-03-07
- Bug fix
- Support imenu
Revision v0.1.0 2013-03-07
- Initial implements