Skip to content

Releases: 10Nates/microcookie

MicroCookie release 9

14 Dec 19:51
b51109d
Compare
Choose a tag to compare

The ninth release of MicroCookie.

  • 6 bytes
  • added back httpOnly because it apparently does have a few niche uses for JS
  • Fixed README in a few things missed (mostly included in 1.10-b)

Storing the file locally is not necessary; you can use the other methods specified in the README.

Full Changelog: 1.1.0...1.1.1

MicroCookie release 8

08 Dec 02:38
61166d5
Compare
Choose a tag to compare

The eighth release of MicroCookie.

  • Breaking changes! As a result, version has bumped from 1.0.x to 1.1.x
  • npm now gets additional optimization while keeping JSDocs
  • npm now easier to use as you do not need to install sed or uglify as the user
  • added sameSite support
  • extra parameters are now in a much cleaner looking options object
  • distributed files are now in dist folder instead of export folder
  • Better test page
  • -22 bytes :)

Storing the file locally is not necessary; you can use the other methods specified in the README.

Full Changelog: 1.0.5...1.1.0

MicroCookie release 7

04 Dec 01:22
5a07bf2
Compare
Choose a tag to compare

The seventh release of MicroCookie.

  • 3 bytes larger :/
  • Added actual npm package support
  • Improved compatibility on some nonstandard JS
  • Better documentation

Storing the file locally is not necessary; you can use the other methods specified in the README.

Full Changelog: 1.0.5...1.0.6

MicroCookie release 6

03 Dec 09:17
Compare
Choose a tag to compare

The sixth release of MicroCookie.

  • 58 bytes smaller!!!
  • Completely restructured get function internally, but it works the same externally
  • makeExpiration function now outputs milliseconds, and set function now requires milliseconds
  • Altered README & other package maintanence

Storing the file locally is not necessary; you can use the other methods specified in the README.

Full Changelog: 1.0.4...1.0.5

MicroCookie release 5

01 Apr 18:31
Compare
Choose a tag to compare

The fifth release of MicroCookie.

  • 5 bytes smaller :)

Storing the file locally is not necessary; you can use the other methods specified in the README.

Full Changelog: 1.0.3...1.0.4

MicroCookie release 4

09 Jan 19:14
Compare
Choose a tag to compare

The fourth release of MicroCookie.

  • Added support for paths, domains, and HTTPS security
  • 32 bytes larger :(

Storing the file locally is not necessary; you can use the other methods specified in the README.

Full Changelog: 1.0.2...1.0.3

MicroCookie release 3

03 Jan 12:49
Compare
Choose a tag to compare

The third release of MicroCookie.

  • Increased compatibility to 100%
  • Prepared for README for npm
  • 5 bytes smaller!!!

Storing the file locally is not necessary; you can use the other methods specified in the README.

Full Changelog: 1.0.1...1.0.2

MicroCookie release 2

03 Jan 04:04
Compare
Choose a tag to compare

The second release of MicroCookie.

  • Fixed issue with multiple cookies
  • Changed test page to reflect said issue with multiple cookies
  • made it even smaller

Storing the file locally is not necessary; you can use the other methods specified in the README.

Full Changelog: 1.0.0...1.0.1

MicroCookie release 1

02 Jan 08:15
Compare
Choose a tag to compare

The first release of MicroCookie.

Storing the file locally is not necessary; you can use the other methods specified in the README.

Full Changelog: https://github.com/10Nates/microcookie/commits/1.0.0