Skip to content

Latest commit

 

History

History
99 lines (55 loc) · 1.83 KB

CHANGES.md

File metadata and controls

99 lines (55 loc) · 1.83 KB

Changelog

0.8.2 (2025-01-22)

  • Fix: consider localhost as secure in isValidSecureUrl.

0.8.1 (2025-01-22)

  • Fix: getNext now supports port numbers as well.
  • Chore: bumped deps.

0.8.0 (2025-01-17)

  • Feat: Added getNext to Vue utils.
  • Chore: bumped deps.

0.7.2 (2025-01-13)

  • Fix: export browserIsSupported.

0.7.1 (2025-01-13)

  • Fix: export browserIsSupported.

0.7.0 (2025-01-13)

  • Refactor: refactored storageAvailable to return actual storage state.
  • Chore: bumped deps.

0.6.0 (2025-01-07)

  • Docs: added better TSDocs to getNextPath.
  • CI: added unittests to CI.
  • Chore: bumped deps.

0.5.1 (2024-12-14)

  • Chore: bumped deps.

0.5.0 (2024-12-01)

  • Feat: added new tools: isValidSecureUrl, prefetchImages, browserIsIE, browserIsSupported and isString type helper.
  • Fix: added checks for running in SSR mode.

0.4.1 (2024-11-27)

  • Chore: typec-check in CI.

0.4.0 (2024-11-20)

  • Refactor: moved Vue tools into @slipmatio/toolbelt/vue package.

0.3.2 (2024-11-19)

  • Fix: added vue and vue-router as peer dependencies.

0.3.1 (2024-11-14)

  • Fix: fixed async tests.

0.3.0 (2024-11-14)

  • Enhancement: made tests better, added Python api for proper local testing.

0.2.2 (2024-01-05)

  • Feat: allow passing Router instance to getNextPath.

0.2.1 (2024-01-05)

  • Fix: package.json is now more Vite -compatible.

0.2.0 (2024-01-05)

  • Feat: added getNextPath.
  • Refactor: refactored internals.
  • Chore: bumped deps.

0.1.2 (2023-07-17)

  • CI: create tags and releases on publish.

0.1.1 (2023-07-17)

  • Fix: export types correctly.
  • Chore: bumped deps.

0.1.0 (2023-06-27)

  • Refactor: revamp whole repo to match Slipmat standards.
  • Chore: added basic tests.

0.0.4 (2022-03-09)

  • Feat: added copyToClipboard

0.0.1 (2022-03-04)

  • Initial version