Skip to content

Releases: beforan/js-forms

2.0.0

18 Oct 14:22
3047277
Compare
Choose a tag to compare
  • Rollup for bundling
  • separate ESM, CJS, UMD bundles
  • bundles clearly specified in package.json so modern bundlers should use the right bundle.
  • README updates to reflect these changes
  • no dependency on formdata-polyfill - guidance instead.
  • Renamed the ASP.NET Core CSRF Token Field Name constant for clarity.

1.0.4

07 Dec 20:05
45a0a27
Compare
Choose a tag to compare

Fixes some vulnerabilities in dev dependencies only.

Previously undocumented changes in prior releases:

  • formdata-polyfill dependency, as per 1.0.3
  • npm scripts build workflow instead of gulp, as per 1.0.2?

1.0.1

05 Dec 15:31
f63de81
Compare
Choose a tag to compare

This removes the need for your own workflow to transpile the source into something most browsers (or even gulp-uglify) can use.

  • Added gulp build workflow
    • Uses babel.js to transpile down to a "last 2 versions" compatible dist file.
  • misc fixes

1.0.0

05 Dec 15:30
38f63ea
Compare
Choose a tag to compare

This is pretty much the original code lifted from its project and with a package.json and a README added for npm.