summaryrefslogtreecommitdiff
path: root/node_modules/interpret/CHANGELOG
blob: cbc8a8afd50c3a7fe732a32c91f8ecfbe5c15506 (plain)
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
v1.0.3:
  date: 2017-04-18
  changes:
    - fix buble support
v1.0.2:
  date: 2017-03-29
  changes:
    - add support for coffeescript (now with no hyphen)
v1.0.1:
  date: 2016-05-01
  changes:
    - add support for buble
v1.0.0:
  date: 2015-11-18
  changes:
    - add support for babel-register
    - go stable!
v0.6.6:
  date: 2015-09-21
  changes:
    - add support for ts-node (formerly typescript-node)
v0.6.5:
  date: 2015-07-22
  changes:
    - add support for typescript 1.5 via typescript-node
v0.6.4:
  date: 2015-07-07
  changes:
    - add support for earlgrey
v0.6.3:
  date: 2015-07-03
  changes:
    - prefer babel/core to babel
v0.6.2:
  date: 2015-05-20
  changes:
    - update module list for iced coffee-script
v0.6.1:
  date: 2015-05-20
  changes:
    - Fix toml loader.
v0.6.0:
  date: 2015-05-19
  changes:
    - Combine fallbacks and loaders into `extensions`.
    - Provide implementation guidance.
v0.5.1:
  date: 2015-03-01
  changes:
    - Add support for CirruScript.
v0.5.0:
  date: 2015-02-27
  changes:
    - Refactor es6 support via Babel (formerly 6to5)
v0.4.3:
  date: 2015-02-09
  changes:
    - Switch support from typescript-require to typescript-register.
v0.4.2:
  date: 2015-01-16
  changes:
    - Add support for wisp.
v0.4.1:
  date: 2015-01-10
  changes:
    - Add support for 6to5 (es6)
v0.4.0:
  date: 2014-01-09
  changes:
    - Add support for fallback (legacy) modules
    - Add support for module configurations
v0.3.10:
  date: 2014-12-17
  changes:
    - Add support for json5.
v0.3.9:
  date: 2014-12-08
  changes:
    - Add support for literate iced coffee.
v0.3.8:
  date: 2014-11-20
  changes:
    - Add support for [cjsx](https://github.com/jsdf/coffee-react).
v0.3.7:
  date: 2014-09-08
  changes:
    - Add support for [TypeScript](http://www.typescriptlang.org/).
v0.3.6:
  date: 2014-08-25
  changes:
    - Add support for coffee.md.
v0.3.5:
  date: 2014-07-03
  changes:
    - Add support for jsx.
v0.3.4:
  date: 2014-06-27
  changes:
    - Make .js first jsVariant entry.
v0.3.3:
  date: 2014-06-02
  changes:
    - Fix casing on livescript dependency.
v0.3.0:
  date: 2014-04-20
  changes:
    - Simplify loading of coffee-script and iced-coffee-script.
v0.2.0:
  date: 2014-04-20
  changes:
    - Move module loading into rechoir.
v0.1.0:
  date: 2014-04-20
  changes:
    - Initial public release.