Skip to content

Latest commit

 

History

History
191 lines (82 loc) · 10 KB

CHANGELOG.md

File metadata and controls

191 lines (82 loc) · 10 KB

4.6.0 (2019-11-03)

Features

4.5.0 (2019-11-03)

Features

4.4.0 (2019-10-06)

Features

  • iOS: Detect Apple TV wired connection and retrieve the Wifi IP address & subnet (#229 by @gcesarmza) (2d2d167)

4.3.3 (2019-10-04)

Bug Fixes

4.3.2 (2019-10-04)

Bug Fixes

  • iOS: Method definition for 'dictionaryValue' not found (#224) (a5f227c)

4.3.1 (2019-10-03)

Bug Fixes

  • iOS: Crash caused by trace condition when releasing resources (#209 by @tido64) (b43838f)

4.3.0 (2019-09-30)

Features

  • Added 'subnet' to wifi details (#205 by @Rapsssito) (2912a76)

4.2.2 (2019-09-19)

Bug Fixes

  • Android: Add gradle backward-compatibility with AndroidX (#192) (6514f0b)

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.