aboutsummaryrefslogtreecommitdiff
path: root/node_modules/babylon/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/babylon/CHANGELOG.md')
-rw-r--r--node_modules/babylon/CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/node_modules/babylon/CHANGELOG.md b/node_modules/babylon/CHANGELOG.md
index e64c141ca..af5b2bce4 100644
--- a/node_modules/babylon/CHANGELOG.md
+++ b/node_modules/babylon/CHANGELOG.md
@@ -15,6 +15,18 @@ _Note: Gaps between patch versions are faulty, broken or test releases._
See the [Babel Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) for the pre-6.8.0 version Changelog.
+## 6.17.3 (2017-06-09)
+
+ * Fix location info on FunctionTypeParam nodes (#565) (#571) (Michal Srb)
+ * Fix stmt value being the raw value (#557) (#558) (Daniel Tschinder)
+
+## 6.17.2 (2017-05-31)
+
+ * Fixed disappearing comments following a trailing comma on the last property of an object literal or the last argument of a call expression (#478) (aardito2)
+ * Fix #437: only prohibit 'export type from "module" ' when flow is enabled (#438) (Kevin Gibbons)
+ * Fix handling of anonymous parameters in `flowParseObjectTypeMethodish`. (#526) (Max Schaefer)
+ * Convert argument of SpreadElement correctly to assignable (#518) (Daniel Tschinder)
+
## 6.17.1 (2017-05-10)
* Fix typo in flow spread operator error (Brian Ng)