aboutsummaryrefslogtreecommitdiff
path: root/node_modules/rechoir/CHANGELOG
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-10-10 03:43:44 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-10-10 03:43:44 +0200
commitabd94a7f5a50f43c797a11b53549ae48fff667c3 (patch)
treeab8ed457f65cdd72e13e0571d2975729428f1551 /node_modules/rechoir/CHANGELOG
parenta0247c6a3fd6a09a41a7e35a3441324c4dcb58be (diff)
downloadwallet-core-abd94a7f5a50f43c797a11b53549ae48fff667c3.tar.xz
add node_modules to address #4364
Diffstat (limited to 'node_modules/rechoir/CHANGELOG')
-rw-r--r--node_modules/rechoir/CHANGELOG38
1 files changed, 38 insertions, 0 deletions
diff --git a/node_modules/rechoir/CHANGELOG b/node_modules/rechoir/CHANGELOG
new file mode 100644
index 000000000..e10327b04
--- /dev/null
+++ b/node_modules/rechoir/CHANGELOG
@@ -0,0 +1,38 @@
+v0.6.2:
+ date: 2015-07-22
+ changes:
+ - Return `undefined` when an unknown extension is provided to prepare and
+ the `nothrow` option is specified.
+v0.6.1:
+ date: 2015-05-22
+ changes:
+ - Add option for not throwing.
+v0.6.0:
+ date: 2015-05-20
+ changes:
+ - Include module name when prepare is successful.
+v0.5.0:
+ date: 2015-05-20
+ changes:
+ - Overhaul to support interpret 0.6.0.
+v0.3.0:
+ date: 2015-01-10
+ changes:
+ - Breaking: `load` method removed.
+ - Improved extension recognition.
+ - No longer fails upon dots in filenames.
+ - Support confuration objects.
+ - Support and test ES6.
+ - Support legacy module loading.
+v0.2.2:
+ date: 2014-12-17
+ changes:
+ - Expose interpret.
+v0.2.0:
+ date: 2014-04-20
+ changes:
+ - Simplify loading of coffee-script and iced-coffee-script.
+v0.1.0:
+ date: 2014-04-20
+ changes:
+ - Initial public release.