- Fix: consider localhost as secure in
isValidSecureUrl
.
- Fix:
getNext
now supports port numbers as well. - Chore: bumped deps.
- Feat: Added
getNext
to Vue utils. - Chore: bumped deps.
- Fix: export
browserIsSupported
.
- Fix: export
browserIsSupported
.
- Refactor: refactored
storageAvailable
to return actual storage state. - Chore: bumped deps.
- Docs: added better TSDocs to
getNextPath
. - CI: added unittests to CI.
- Chore: bumped deps.
- Chore: bumped deps.
- Feat: added new tools:
isValidSecureUrl
,prefetchImages
,browserIsIE
,browserIsSupported
andisString
type helper. - Fix: added checks for running in SSR mode.
- Chore: typec-check in CI.
- Refactor: moved Vue tools into
@slipmatio/toolbelt/vue
package.
- Fix: added
vue
andvue-router
as peer dependencies.
- Fix: fixed async tests.
- Enhancement: made tests better, added Python api for proper local testing.
- Feat: allow passing Router instance to
getNextPath
.
- Fix: package.json is now more Vite -compatible.
- Feat: added
getNextPath
. - Refactor: refactored internals.
- Chore: bumped deps.
- CI: create tags and releases on publish.
- Fix: export types correctly.
- Chore: bumped deps.
- Refactor: revamp whole repo to match Slipmat standards.
- Chore: added basic tests.
- Feat: added
copyToClipboard
- Initial version