v2.0.7
What's Changed
- Bump @vitejs/plugin-react from 3.1.0 to 4.0.4 by @dependabot in #39
- Bump @types/react from 18.2.13 to 18.2.17 by @dependabot in #38
- Bump @typescript-eslint/parser from 5.58.0 to 5.62.0 by @dependabot in #29
- Feature/v2 by @triyanox in #44
iamjs@v2includes some new breaking changes for better dx and improved primitives for future proofing:
- Change Schema input to options objects instead of roles for the ability to add extra options in the future
- Improved Role instance with extra from method to create a role from unknown data sources and improved type inference
- Improved toObject and toJSON methods with ability to add a transformer function
- Add extra methods to the Schema object
- More code coverage
- and more stability and improvements features
Full Changelog: https://github.com/triyanox/iamjs/compare/@iamjs/core@1.0.3...v2.0.7