Skip to content

Commit 799e538

Browse files
committed
Publish
1 parent 45c7b86 commit 799e538

File tree

7 files changed

+20
-15
lines changed

7 files changed

+20
-15
lines changed

.changeset/brown-rivers-confess.md

-5
This file was deleted.

.changeset/flat-beds-travel.md

-6
This file was deleted.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 19.6.0
4+
5+
### Minor Changes
6+
7+
- f5f4be879: Added new settings `validateCookies` to enable/disable cookie validation. It validates cookie options and request url before saving cookie or sending it to the server. This means that path, subdomain and secure options must match between the request url and the cookie, otherwise the cookie is not saved or sent.
8+
9+
### Patch Changes
10+
11+
- 399f91f8b: Fixed cookie parsing from setCookie header when multiple cookies were sent to server. Previously only the first cookie was parsed while multiple set-cookies could alter the cookie settings
12+
313
## 19.5.4
414

515
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ima/core",
3-
"version": "19.5.4",
3+
"version": "19.6.0",
44
"description": "IMA.js framework for isomorphic javascript application",
55
"keywords": [
66
"IMA",

packages/create-ima-app/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 19.3.0
4+
5+
### Minor Changes
6+
7+
- f5f4be879: Added new settings `validateCookies` to enable/disable cookie validation. It validates cookie options and request url before saving cookie or sending it to the server. This means that path, subdomain and secure options must match between the request url and the cookie, otherwise the cookie is not saved or sent.
8+
39
## 19.2.0
410

511
### Minor Changes

packages/create-ima-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-ima-app",
3-
"version": "19.2.0",
3+
"version": "19.3.0",
44
"description": "Create a IMA.js App easily.",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)