-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #189 from salesforce/changelog-md
Create CHANGELOG.md
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## 4.0.0 | ||
|
||
### Breaking Changes (Major Version) | ||
|
||
- Modernized JS Syntax | ||
- Use ESLint and Prettier to apply consistent, modern formatting (add dependency on `universalify`, `eslint` and `prettier`) | ||
- Upgraded version dependencies for `psl` and `async` | ||
- Re-order parameters for `findCookies()` - callback fn has to be last in order to comply with `universalify` | ||
- Use Classes instead of function prototypes to define classes | ||
- Might break people using `.call()` to do inheritance using function prototypes | ||
|
||
### Minor Changes | ||
- SameSite cookie support | ||
- Cookie prefix support | ||
- Support for promises | ||
- '.local' support | ||
- Numerous bug fixes! | ||
|
||
|
||
|