You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch from using TSDX to using tsup for bundling, due to TSDX no longer being maintained and it causing Content Security Policy (CSP) violations in certain situations
💥Breaking changes
Output files have been renamed, so if you are including the package via a CDN, you will need to update your script tag to point at /dist/index.global.js
The global variable added when you include the package via a CDN has been renamed from fluentvalidation-ts to fluentvalidation due to limitations in tsup
⚠ Notes
The library should work exactly as before, but there's always a chance that the move to a new bundler will have some unexpected consequences - please raise an issue if you notice any regression in functionality