- Fixed "document already present for an add" issue (thanks @anubhav756)
- Update for Meteor 1.5+ (thanks @hexsprite)
- Updating
staringatlights:inject-data
dependency
- Releasing as
staringatlights:fast-render
- Add support for Meteor 1.3.2 with buffered DDP. See PR167
- Use a real subscription as the Publication context. See PR160.
- Use inject-data's 2.0 API.
- Refactor the way how context process data. With this, we can fix this FlowRouter SSR issue.
- Throw an exception, when a route start without "/". See: #135
- Add support for Meteor 1.2
- Fix some integration tests
- Add more internal APIs to support SSR
- Add some updates to DeepCopy function
- Add IE8 Support