Update js-cookie: 2.2.0 → 2.2.1 (patch) #8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ js-cookie (2.2.0 → 2.2.1) · Repo
Release Notes
2.2.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 47 commits:
Release version 2.2.1
Update browsers to test in
Remove no longer supported browser
Introduce build stages
Update grunt to version 1.0.3
Update grunt-contrib-connect to version 2.0.0
Remove unsupported Safari browser from Sauce Labs
Remove jquery-plugin tag from npm
Add to the README to remind that cookies may get deleted
Updated the README for deleting with a domain
Split api() into separate functions to get and set cookies (#454)
Switches linting to eslint (#451)
Update grunt-contrib-nodeunit to version 2.0.0
Update grunt-contrib-watch to version 1.1.0
Run the tests on Node.js 8 and 10 (#446)
Cache node_modules in Travis CI
Document the Build Status Matrix can include opened PRs
Update grunt-contrib-watch to version 1.0.1
Update LICENSE to add contributors and Github message (#433)
Revert ES6 module example that is incorrect
Fix JS syntax in readme demo code (#432)
Make expires test agnostic to DST change
Fix saucelabs configuration to fix build
Merge pull request #418 from carhartl/fix-getjson-accidentally-writing-cookie-with-too-many-arguments
Enhance documentation regarding read operations
Prevent accidentally writing cookie in getJSON()
Try making expires related test more fail-safe
Fixed typos in the code for the SERVER_SIDE.md docs
Refine fix for running tests in old IEs
Revert "Fix running test suite in old IEs"
Merge pull request #401 from carhartl/reducing-bytes
Pass on arguments without array'izing it
Remove superfluous assignment
Change cookie reading approach
Refine code for applying read converters
Make expires attribute handling more concise
Make use of ternary operator instead of if/else
Make use of chaining for string wrangling
Fix running test suite in old IEs
Group related code together
Group api related functions together
Fix some wording and punctuation in readme
Prevent XSS in the cookie attributes
Update grunt to version 1.0.2
Document NPM Package Manager usage
Document ES6 Module Loader
Fix vulnerability reports contact e-mail in the README
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands