@omneedia/ssr
Version:
Use the omneedia JavaScript library in popular server-side rendering (SSR) frameworks.
119 lines (63 loc) • 3.88 kB
Markdown
# @omneedia/ssr
## [0.5.1](https://github.com/omneedia/ssr/compare/v0.5.0...v0.5.1) (2024-08-28)
### Bug Fixes
* remove optional dependencies ([#41](https://github.com/omneedia/ssr/issues/41)) ([a48fe6f](https://github.com/omneedia/ssr/commit/a48fe6fd9754786d0ec673ff1418b833a8cfbc70))
* set `max-age` default cookie option to 400 days ([#54](https://github.com/omneedia/ssr/issues/54)) ([f4ed2e0](https://github.com/omneedia/ssr/commit/f4ed2e0a29445781857c4526f84673693ca9679c))
## [0.5.0](https://github.com/omneedia/ssr/compare/v0.4.0...v0.5.0) (2024-08-19)
### Features
* update CI so it runs on release as well ([#33](https://github.com/omneedia/ssr/issues/33)) ([4517996](https://github.com/omneedia/ssr/commit/4517996a4eea6d41b8ad07c769c78a10b9ee63aa))
### Bug Fixes
* re-apply update CI so it runs on release as well ([#49](https://github.com/omneedia/ssr/issues/49)) ([51d5a43](https://github.com/omneedia/ssr/commit/51d5a43e2300f46560dc22c67c61f95a6b8d1b3b))
* revert "update CI so it runs on release as well" ([#44](https://github.com/omneedia/ssr/issues/44)) ([9d0e859](https://github.com/omneedia/ssr/commit/9d0e859cb18b7669f452bc955c6d1c4897873f93))
* set cookies for password recovery event ([#32](https://github.com/omneedia/ssr/issues/32)) ([7dc1837](https://github.com/omneedia/ssr/commit/7dc1837dc4aba870b32792586969316df980ce07))
* set cookies when mfa challenge is verified ([#27](https://github.com/omneedia/ssr/issues/27)) ([c217f53](https://github.com/omneedia/ssr/commit/c217f5392b17a80a8e30709445c239e860a107d6))
* update conventional commits ci to use main instead of master ([#31](https://github.com/omneedia/ssr/issues/31)) ([bebce89](https://github.com/omneedia/ssr/commit/bebce8999d9b2ae554daa2aaffdaf37d972b7fe4))
## [0.4.0](https://github.com/omneedia/ssr/compare/v0.3.0...v0.4.0) (2024-06-24)
### Features
- full rewrite using `getAll` and `setAll` cookie methods ([#1](https://github.com/omneedia/ssr/issues/1)) ([b6ae192](https://github.com/omneedia/ssr/commit/b6ae192aeb37ac6948637955cf1d3d6179b90065))
### Bug Fixes
- allow use of `createBrowserClient` without `window` present ([#20](https://github.com/omneedia/ssr/issues/20)) ([27d868d](https://github.com/omneedia/ssr/commit/27d868d530925805fe2f3577ae716ece40dd3ab6))
- deprecate `parse`, `serialize` exports for more useful functions ([#14](https://github.com/omneedia/ssr/issues/14)) ([0b5f881](https://github.com/omneedia/ssr/commit/0b5f881e90b7836f2b98b733aac1cc9f916286cb))
- fix `createBrowserClient` deprecation tsdoc ([#17](https://github.com/omneedia/ssr/issues/17)) ([1df70ad](https://github.com/omneedia/ssr/commit/1df70ad51e65caab46cbc00342dbb42f6d498c32))
## 0.3.0
### Minor Changes
- 8d85be4: fix custom cookie options in browser client
- 9e7ff76: upgrade omneedia-js version to v2.42.0
## 0.2.0
### Minor Changes
- faf9eac: Miscellaneous fixes to createBrowserClient
## 0.1.0
### Minor Changes
- 18327fc: add isServer property to server-side storage adaptors
- 18327fc: fix cookie chunking length calculation
- 8ed42ff: use custom cookie name set
## 0.0.10
### Patch Changes
- 1e079c3: Set cookie default to httpOnly: false
## 0.0.9
### Patch Changes
- f7e5c2d: Revert cookie name to storage key change
## 0.0.8
### Patch Changes
- 5893215: Update storage key name with cookie name
## 0.0.7
### Patch Changes
- fc8ccfd: Reduce cookie chunk size
## 0.0.6
### Patch Changes
- 1c7f7e8: Implement cookie chunking
## 0.0.5
### Patch Changes
- 841fce0: Add cookie chunker methods and expose them to the SDK
## 0.0.4
### Patch Changes
- 4e5df45: Await get cookie function
## 0.0.3
### Patch Changes
- b9099fd: Fixed types for cookie methods
## 0.0.2
### Patch Changes
- 66e6b4c: Remove max-age option from cookieOptions
## 0.0.1
### Patch Changes
- 49f4043: The successor to the auth-helpers packages with sane defaults