Skip to content
This repository was archived by the owner on Mar 27, 2020. It is now read-only.

Latest commit

 

History

History
52 lines (32 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

52 lines (32 loc) · 1.38 KB

CHANGELOG

2.2.1

  • Fixed bug with ddpReactiveCollection sorting. In some cases data array didn't recieve valid updates.

2.2.0

  • restartSubsOnConnect method renamed to restartSubs.
  • Added property clearDataOnReconnection to simpleDDP class constructor.
  • Docs improvments.

2.1.1

  • Fixed bug with ddpSubscription restart (loosing arguments).
  • Fixed rare situation with ddp message removed arriving before any other.
  • API fix.

2.1.0

  • Fixed dependencies vulnerabilities.
  • Added documentation for custom EJSON types.
  • Added maxTimeout to support the maximum wait for a response from the server to the method call.

2.0.2

  • Fixed dependencies vulnerabilities.

2.0.1

  • Fix. If change message arrives and no collection is found simpleddp acts like it is an added message.

2.0.0

  • Added semantic versioning.
  • call renamed to apply.
  • New call works like apply but accepts parameters for server method as a list of function arguments.
  • subid property of the subscription object renamed to subscriptionId.
  • Added subscribe method. Works like sub but accepts parameters for server publication as a list of function arguments.

1.2.3

  • Updated simpleddp-core package.

1.2.2

  • Fixed bug with EJSON types.

1.2.1

  • Updated simpleddp-core package.
  • Added support for putting method call at the beginning of the requests queue.