Skip to content

Commit

Permalink
Update Changelog for 0.1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gabelevi committed Jan 27, 2015
1 parent 04c25a4 commit b330d35
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
v0.1.5
- Bump version to 0.1.5
- [PR #223] from commonlisp/master
- [PR #221] from teppeis/Javascript-to-JavaScript
- Better types for React.PropTypes
- Make React a module
- Check PropTypes as a normal object too
- Better support for object call properties
- Add range/offset information to Ast.Loc.t
- ignored react attributes key & ref passed in spread properties
- ignored react attributes key & ref
- Add some checks when upper bound object type has indexer
- fix type arg arity exception
- add traces to .flowconfig
- fix error message when undeclared prop is set by jsx
- [Parser] Actually test ArrayTypeAnnotation
- Fix problem with returns in catch
- JSX with spread attributes
- Incremental mode fix
- Add missing constructors to TypedArray declarations
- [Parser] Update Flow's test suite to match updated esprima

v0.1.4

- Bump Flow version to 0.1.4
Expand Down

5 comments on commit b330d35

@fkling
Copy link

@fkling fkling commented on b330d35 Jan 27, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Happy to update the homebrew formula once you pushed the binaries.

@fkling
Copy link

@fkling fkling commented on b330d35 Jan 27, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NVM, I thought you had to upload something, but all you need is a tag.

@fkling
Copy link

@fkling fkling commented on b330d35 Jan 27, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could probably automated btw ;)

@gabelevi
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're awesome! Just saw Homebrew/legacy-homebrew#36294 !

Right now the building & pushing of the binaries is semi-automatic...I still need to run a script after I pushed the new version. I am planning on making it more automatic though :)

@fkling
Copy link

@fkling fkling commented on b330d35 Jan 27, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If can't contribute by coding (lack of ocaml knowledge) (yet!) I can at least do this :)

Please sign in to comment.