Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 587 Bytes

File metadata and controls

25 lines (15 loc) · 587 Bytes

note: the # at the end of lines are the pull request numbers on GitHub

Current

2.2.0

2.1.0

2.0.0

Breaking Changes

  • KuzzleDataCollection constructor signature has been changed from:
    KuzzleDataCollection(kuzzle, index, collection)
    to:
    KuzzleDataCollection(kuzzle, collection, index)
    This has been done to make it on par with the Kuzzle.dataCollectionFactory method

1.0.1