Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@ety001 ety001 released this 07 May 02:19
· 2 commits to master since this release
66958eb

Refactor Babel and update dependencies (#515)

  • Refactor Babel and update dependencies
  • Replaced deprecated Babel presets with @babel/preset-env in .babelrc.
  • Bumped package version to 0.8.0 and updated dependencies in package.json, including Babel and Webpack.
  • Enhanced README with examples for using Promises in broadcasting votes.
  • Improved error handling and timeout management in HTTP transport methods.
  • Refactored various modules to use CommonJS require syntax instead of ES6 imports for compatibility.
  • Removed unused visualizer plugin from Webpack configuration.
    • Changed Node.js version from 6 to 12 in CircleCI configuration.
  • Removed deprecated Dockerfiles for Node.js 4 and 6.
  • Updated package.json dependencies to newer versions for improved compatibility and security.
  • Adjusted GitHub Actions workflow to use the new Node.js 12 Dockerfile.
  • Update Babel configuration and enhance Dockerfile for Node.js 12 compatibility

    • Updated .babelrc to target Node.js 18.
  • Modified CircleCI configuration to use Node.js 18.
  • Removed deprecated Dockerfile for Node.js 12 and adjusted GitHub Actions workflow to use the new Node.js 18 Dockerfile.
  • Updated package.json scripts for compatibility with the new Node.js version.
  • Added polyfills for browser compatibility in Webpack configuration.