Skip to content

Releases: Jersyfi/react-cookify

v0.2.1-beta.1

07 Jan 02:29
e1cf124
Compare
Choose a tag to compare

What's changed

  • Added @rollup/plugin-terser to minify and compress the code in build process
  • Updated peerDependencies and deleted dependencies for build and install process
  • Deleted cjs in rollup.config.js for the build process
  • Deleted tsc in package.json for the build process
  • Fixed ESLint warning with react version
  • Renamed the option and inline code from cookieDefault to typeDefault

Full Changelog: v0.1.0-beta.3...v0.2.1-beta.1

v0.1.0-beta.3

06 Jan 19:18
Compare
Choose a tag to compare
  • Added Package js-cookie with the option to customize with options={{ jscookie: {} }}
  • Added Package eslint for better error & warning overview
  • Added Package typescript to require modern programming
  • Added Workflow for publishing as package to npm
  • Added README.md with feature list to see what is supported

Full Changelog: https://github.com/Jersyfi/react-cookify/commits/v0.1.0-beta.3