summaryrefslogtreecommitdiffstats
path: root/node_modules/interpret/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/interpret/CHANGELOG')
-rw-r--r--node_modules/interpret/CHANGELOG115
1 files changed, 0 insertions, 115 deletions
diff --git a/node_modules/interpret/CHANGELOG b/node_modules/interpret/CHANGELOG
deleted file mode 100644
index cbc8a8a..0000000
--- a/node_modules/interpret/CHANGELOG
+++ /dev/null
@@ -1,115 +0,0 @@
-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.