1.1.11 • Published 3 years ago

@solid-primitives/cookies-store v1.1.11

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@solid-primitives/cookies

lerna

WARNING!: This primitive is deprecated in favour of the new/incoming Storage primitive. This package will be available but unmaintained.

A cookies storage facility.

createCookieStore - Handles creating and managing a single cookie action.

How to use it

const [value, setValue] = createCookieStore("my-cookie", "derp");
setValue("my-new-value");
console.log(value());

Demo

You may find a working example on CSB here: https://codesandbox.io/s/solid-create-cookie-store-uh192?file=/src/index.tsx

Changelog

0.0.100

Initial release.

1.1.3

Official release.

1.1.4

Patched incorrect use of serialize for the deserialize method.

1.1.5

Patched issue with deleting and added strinfication ability.

1.1.6

Fixed an issue with = in values

1.1.9

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.1.3

3 years ago

0.0.103

3 years ago

0.0.102

3 years ago

0.0.101

3 years ago

0.0.100

3 years ago