Releases: beforan/js-forms
Releases · beforan/js-forms
2.0.0
- 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
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
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
This is pretty much the original code lifted from its project and with a package.json
and a README
added for npm.