v3.0.0
Builds on v2.0.9 and trims the package down to its reactive-join core.
Breaking changes
- Removed the Crossbar pagination/listen API:
this.paginate(),
this.listen(),PublishRelations.changePag()andPublishRelations.fire()
are gone. They relied on theDDPServer._InvalidationCrossbarinternal, which
complicates compatibility across Meteor majors, and were rarely used. To
paginate, re-subscribe with a newlimit/skip.
Internal
- Dropped the
underscore,ddp-serverandcheckdependencies — underscore
helpers were replaced with native equivalents. The package now depends only on
ecmascript. - No change to the core
this.cursor/this.join/this.observeAPI.
If you use this.paginate() / this.listen(), stay on v2.0.9.