Releases: beforan/js-forms
Releases · beforan/js-forms
2.0.0
18 Oct 14:22
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
This is pretty much the original code lifted from its project and with a package.json and a README added for npm.