From 401d8e43265ba5285ad112d98836f82689cb14dc Mon Sep 17 00:00:00 2001 From: Gabe Levi Date: Fri, 13 Mar 2015 15:15:06 -0700 Subject: [PATCH] Update Changelog for 0.6.0 release --- Changelog | 49 +++++++++++++++++++++++++++++++------------------ 1 file changed, 31 insertions(+), 18 deletions(-) diff --git a/Changelog b/Changelog index e0d394bd8d4..162ed92c27b 100644 --- a/Changelog +++ b/Changelog @@ -1,23 +1,36 @@ +v0.6.0 + +- Bump version to 0.6.0 +- Also watch for changes in include paths +- Fix the Function type to be any function +- Add Symbol global name to libs +- Support trailing commas in parser +- Make methods immutable +- Remove tuple array length limit +- [PR #315] Implement more PropTypes +- Update componentWillReceive spec +- Unsuppress library errors + v0.5.0 -Bump version to 0.5.0 -Add HTMLAnchorElement -[PR #295] Add one of proptype -Update the parser to work with the new esprima-fb & ast-types -[PR #299] Declare prompt function (fixes #204) -[PR #303] Add String.prototype.endsWith() -quick fix for react/es6 notation -extend scope of type params to following bounds -reasonless shortcut -Add React.findDOMNode to lib/react.js -move command documentation into each command -fix path in --help usage example -fix predicate filtering of null and undefined -[PR #292] Types for React synthetic events -basic support for bounded polymorphism -infer falsiness -node haste module support -add Abnormal.string +- Bump version to 0.5.0 +- Add HTMLAnchorElement +- [PR #295] Add one of proptype +- Update the parser to work with the new esprima-fb & ast-types +- [PR #299] Declare prompt function (fixes #204) +- [PR #303] Add String.prototype.endsWith() +- quick fix for react/es6 notation +- extend scope of type params to following bounds +- reasonless shortcut +- Add React.findDOMNode to lib/react.js +- move command documentation into each command +- fix path in --help usage example +- fix predicate filtering of null and undefined +- [PR #292] Types for React synthetic events +- basic support for bounded polymorphism +- infer falsiness +- node haste module support +- add Abnormal.string v0.4.0