Skip to content

Tags: syntaqx/cookie

Tags

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
cookie.Manager and DefaultManager (#8)


* `cookie.Manager` is now the primary API to the package
* `cookie.DefaultManager` is initialized and provides API stability for the global `Set/Get/...` methods.
* `Options` API Change:
  * `cookie.NewManager(cookie.WithSigningKey(signingKey))`
* Introduction of `CustomTypeHandler` so we no longer impose a specific dependency (gofrs/uuid)
* Significant upgrade to the `PopulateFromCookies` functionality
* File organization for better separation of functionality and tests
* Removal of `DefaultOptions` - The `mergeOptions` functionality wasn't working well anyways.
* Adds `omitempty` to silently ignore missing cookies.

v0.0.7

Toggle v0.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Package Cleanup (#7)

* cleaning up errors so they are errors.Is able

* assert error types

* correct name for test

* showcase default options in example

* unsigned up top

* update documentaiton lines to be specific

v0.0.6

Toggle v0.0.6's commit message

Verified

This commit was signed with the committer’s verified signature.
syntaqx Chase Pierce
minor restructuring and removing unused error

v0.0.5

Toggle v0.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #3 from syntaqx/test-coverage

100% Test Coverage

v0.0.4

Toggle v0.0.4's commit message

Verified

This commit was signed with the committer’s verified signature.
syntaqx Chase Pierce
return ErrNoCookie to ensure that errors arent hidden

v0.0.3

Toggle v0.0.3's commit message

Verified

This commit was signed with the committer’s verified signature.
syntaqx Chase Pierce
use http.MethodGet

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was signed with the committer’s verified signature.
syntaqx Chase Pierce
Merge branch 'main' of github.com:syntaqx/cookie

v0.0.1

Toggle v0.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
syntaqx Chase Pierce
update docs