Skip to content

Releases: jaydenseric/constraint-validation-buggyfill

Version 2.0.0

Choose a tag to compare

@jaydenseric jaydenseric released this 31 Dec 08:33

Major

  • Support Node.js v10+, from v8+. The script is pretty simple, so this mostly applies to this project’s development environment.

Minor

  • Setup GitHub Sponsors funding:
    • Added .github/funding.yml to display a sponsor button in GitHub.
    • Added a package.json funding field to enable npm CLI funding features.

Patch

Version 1.0.0

Choose a tag to compare

@jaydenseric jaydenseric released this 02 Aug 02:26

Major

  • Support Node.js >= v8. The script is pretty simple, so this mostly applies to this project’s development environment.
  • New project file structure.
  • Dropped the package jsnext:main field.
  • Stopped publishing separate .js and .mjs files.
  • Stopped publishing source code and source maps.

Minor

  • Added a typeof window check to support server environments.

Patch

  • Added changelog.md.
  • Redid the readme and added jsDelivr CDN setup instructions.
  • More specific browser support documented using browserl.ist.
  • Setup Travis.
  • Removed the JSDoc comment block containing @licence.
  • Refactored source code syntax so it can be consumed directly by supported browsers.
  • Added correct sentence punctuation to source code comments.
  • Stopped using Rollup and Babel to build distribution code.
  • Overhauled the package scripts and added a test script.
  • Replaced standard with eslint-config-env.
  • Use prettier lint a variety of project files.
  • Use husky and lint-staged to lint on commit.
  • Updated the .gitignore file.
  • Removed the .npmignore file in favor of a package files field.
  • Added an .npmrc file to prevent package-lock.json file creation.
  • Moved dev tool config from package.json to separate files, except for a new browserslist field.
  • Simplified the package.json repository field.
  • Use HTTPS for the package.json author.url field.

Version 0.1.1

Choose a tag to compare

@jaydenseric jaydenseric released this 21 Aug 14:05

Initial release.