Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 924 Bytes

CHANGELOG.md

File metadata and controls

36 lines (24 loc) · 924 Bytes

v3.0.1

June 28 2022

Added

  • Mark package as side-effect free to enable tree shaking.

v3.0.0

June 08 2022

Added

  • BREAKING CHANGES: Upgrade the underlying SDK to JavaScript v7.

v2.1.1

November 23 2021

Fixed

  • Broken pnsdk parameter used for telemetry.

Modified

  • Pubnub.yml was updated with artifacts, platforms and dependencies.

December 21 2020

Full Changelog

  • ⭐️️ Update quickstart examples.

September-09-2019

  • 🌟 Second public version
  • 🌟 Build provider, context and consumer components with usePubNub hook to get the PubNub client instance
  • 🌟 Create an example with React's Suspense and lazy
  • 🌟 Add tests for the provider, context, consumer and usePubNub hook components