blob: e10327b042e03faa5ede6949cd869c5bed96cde7 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001v0.6.2:
2 date: 2015-07-22
3 changes:
4 - Return `undefined` when an unknown extension is provided to prepare and
5 the `nothrow` option is specified.
6v0.6.1:
7 date: 2015-05-22
8 changes:
9 - Add option for not throwing.
10v0.6.0:
11 date: 2015-05-20
12 changes:
13 - Include module name when prepare is successful.
14v0.5.0:
15 date: 2015-05-20
16 changes:
17 - Overhaul to support interpret 0.6.0.
18v0.3.0:
19 date: 2015-01-10
20 changes:
21 - Breaking: `load` method removed.
22 - Improved extension recognition.
23 - No longer fails upon dots in filenames.
24 - Support confuration objects.
25 - Support and test ES6.
26 - Support legacy module loading.
27v0.2.2:
28 date: 2014-12-17
29 changes:
30 - Expose interpret.
31v0.2.0:
32 date: 2014-04-20
33 changes:
34 - Simplify loading of coffee-script and iced-coffee-script.
35v0.1.0:
36 date: 2014-04-20
37 changes:
38 - Initial public release.