5.0.1 - 2021-01-02
- The library size is reduced by 2 bytes
- Fix default export in ES modules
5.0.0 - 2021-01-02
- The library size is reduced by 31 bytes
- Add the ability to load only the necessary method
- Use dual-publish instead rollup
- Use GitHub Actions instead Travis CI
- Remove git hooks
4.1.2 - 2019-10-01
4.1.1 - 2019-08-26
- Update examples (4c334d)
4.1.0 - 2019-02-13
In this release, the library size is reduced by 6 bytes. No new features.
- Take out the document.cookie to variable (#46)
- Replace the string constructor with a concatenation (#44)
- Remove features from TOC (5139eb)
4.0.1 - 2019-02-09
- Add features and example before TOC (9698c3)
4.0.0 - 2019-01-13
- Delete processing to false in the option value (#41)
- Change the processing method of the parameter maxAge (#38)
- Add ES module (#36)
- Get rid of Object.assign (#34)
- Add iife build (#32)
- Update rollup (#30)
3.0.0 - 2018-12-29
- Do not change the original options object. Example problem in #26 (#27)
- Do not use semicolons in option values (#23)
- Add size-limit (#29)
- Add table of contents (#25)
- Use the files field instead of npmignore (#24)
- Add tests for brackets (#21)
2.1.0 - 2018-11-26
2.0.1 - 2018-11-24
- Fix remove example (#14)