Skip to content
This repository was archived by the owner on Nov 15, 2020. It is now read-only.

Moved away from jQuery cookie towards js-cookie #43

Merged
merged 6 commits into from
Feb 9, 2017

Conversation

JakeTheSnake3p0
Copy link
Contributor

@JakeTheSnake3p0 JakeTheSnake3p0 commented Jun 29, 2016

jQuery cookie is no longer being supported. At some point devs will move on to using js-cookie for other reasons and it doesn't make sense to have two js cookie solutions in their projects. I haven't done testing on Rails 2 but I can't imagine these changes have done anything to break it. I've tested this on my own Rails apps (4.2+) and it's working.

Mimicks: #35 - not meant to step on any toes, I didn't look at this pull request before making my own :\

…o longer supported and will eventually lead to developers using two cookie solutions in their code bases.
@pboling
Copy link
Owner

pboling commented Jun 30, 2016

👍 I will compare this to the other fork and merge one shortly. They look nearly identical from a cursory overview.

@pboling
Copy link
Owner

pboling commented Feb 6, 2017

@JakeTheSnake3p0 please rebase on master, fix the conflicts, and I will merge this.

On the changelog conflict, the move to js.cookie needs to be at least a minor version bump, as we are trying to follow semver 2.0.

@JakeTheSnake3p0
Copy link
Contributor Author

Not sure if I "rebased" correctly. All the older commits since #e6b9eda still show up in my commit history, but all the files are up to date.

@pboling
Copy link
Owner

pboling commented Feb 9, 2017

It's fine, thanks!

@pboling pboling merged commit 466b433 into pboling:master Feb 9, 2017
@@ -1,3 +1,7 @@
### 0.3.6 - FEB.06.2017
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is still wrong, but I can fix it before I release it. Needs to be a minor version bump, not a patch level version bump. MAJOR.MINOR.PATCH ;)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants