Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 823 Bytes

CHANGELOG.md

File metadata and controls

35 lines (21 loc) · 823 Bytes

Change Log

v2.14.0

  • Add support for Meteor 1.3.2 with buffered DDP. See PR167

v2.13.0

  • Use a real subscription as the Publication context. See PR160.

v2.12.0

  • Use inject-data's 2.0 API.

v2.11.0

  • Refactor the way how context process data. With this, we can fix this FlowRouter SSR issue.

v2.10.0

  • Throw an exception, when a route start without "/". See: #135

v2.9.0

  • Add support for Meteor 1.2

v2.8.1

  • Fix some integration tests

v2.8.0

  • Add more internal APIs to support SSR

v2.5.1

  • Add some updates to DeepCopy function

v2.5.0

  • Add IE8 Support