Skip to content

Latest commit

 

History

History
135 lines (58 loc) · 6.99 KB

CHANGELOG.md

File metadata and controls

135 lines (58 loc) · 6.99 KB

4.2.1 (2019-09-07)

Bug Fixes

  • tvOS: Do not import CoreTelephony on tvOS (#195) (3fe3c6f)

4.2.0 (2019-09-03)

Features

4.1.5 (2019-08-17)

Bug Fixes

  • Do not include examples in the NPM package (#179) (c8c26cc)

4.1.4 (2019-08-06)

Bug Fixes

4.1.3 (2019-07-21)

Bug Fixes

4.1.2 (2019-07-19)

Bug Fixes

4.1.1 (2019-07-15)

Bug Fixes

4.1.0 (2019-07-13)

Features

4.0.0 (2019-07-06)

Features

BREAKING CHANGES

  • android: You are required to only use either the Support Library or AndroidX for your dependencies. If you need to migrate this library back to the support library, or another library forward to AndroidX, then take a look at the Jetifier tool.

3.2.1 (2019-06-01)

Bug Fixes

3.2.0 (2019-05-26)

Features

3.1.3 (2019-05-24)

Bug Fixes

  • types: generates index.d.ts instead of using index.ts directly so skipLibs works correctly (#105) (d733b5b)

3.1.2 (2019-05-24)

Bug Fixes

  • Do not require es6 or downlevel-iterators TS flag (#104) (f91cdd3)

3.1.1 (2019-05-24)

Bug Fixes

  • Add instructions for integrating with Jest unit tests (#94) (3bfdd45)

3.1.0 (2019-05-18)

Features

  • Android: Detect and report VPN connections correctly on Android (#95) (1f9e5c1)

3.0.2 (2019-05-18)

Bug Fixes

  • android: Send a "none" status if the device has no active network on launch (#96) (c62cd8b)

3.0.1 (2019-05-17)

Bug Fixes

  • Fix an issue in the Android de-duplication code (de12dd5)

3.0.0 (2019-05-17)

Features

  • New API with full backward compatibility (#84) (1dc6000)

BREAKING CHANGES

  • See the README for full details.