Skip to content

Commit

Permalink
Merge pull request #189 from salesforce/changelog-md
Browse files Browse the repository at this point in the history
Create CHANGELOG.md
  • Loading branch information
ShivanKaul committed Mar 27, 2020
2 parents 2524513 + 2342275 commit 1147b87
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
@@ -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!



0 comments on commit 1147b87

Please sign in to comment.