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

Releases: logaretm/vue-adaptive-utils

v0.1.4

28 Mar 21:14

Choose a tag to compare

v0.1.4 Pre-release
Pre-release

☠ Breaking Changes:

  • Renamed useBattery to useBatteryStatus to be better aligned with other function names.

v0.1.3

07 Feb 21:34

Choose a tag to compare

v0.1.3 Pre-release
Pre-release

This release is breaking as it renames every isUnsupported ref to isSupported, this is because isSupported is much easier to read.

v0.1.2

05 Feb 09:04

Choose a tag to compare

v0.1.2 Pre-release
Pre-release

Ensure Boolean refs consistency by adding is prefix to all boolean refs, affects all APIs. #2

List of Properties changed:

  • useMemoryStatus

    • unsupported is now isUnsupported
  • useBatteryStatus

    • unsupported is now isUnsupported
    • charging is now isCharging.
  • useHardwareConcurrency

    • unsupported is now isUnsupported
  • useNetworkStatus

    • unsupported is now isUnsupported