This repository has been archived by the owner on Jan 26, 2021. It is now read-only.
v0.2.0
- Brings the
observe()
API in line with the proposed React spec. You can now subscribe to any observable that implements the proposed interface. - Rewrites the source with ES6 syntax
- Introduces Flow static typing, which helps spot issues in some of the more complex internal systems
- Modifies the way source is included via npm. Bundlers will now receive individual ES5 files from the
/lib
directory. - Resolves #14, as well as some other bugs spotted from static typing
Available on ParseCDN as well:
- Development: parse-react-0.2.0.js
- Minified: parse-react-0.2.0.min.js