This is a patch release to add support for React v0.12, and fixes an edge-case bug with formatting the Epoch date.
- React Intl now works with both
react@0.11andreact@0.12. This package'sreactdependency is now more liberal so that whichever React version you use in your app, there will only be one copy ofreactin the top-levelnode_modules/dir. - A fix has been applied to React Intl's date/timestamp validation code so that the Epoch (
0) would result in the correct output forformatDate(),formatTime(), andformatRelative().