Skip to content

v3.0.0

Compare
Choose a tag to compare
@AlexJPotter AlexJPotter released this 03 May 11:19
· 4 commits to main since this release

🛠 Changes

  • 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