Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-08-10 | 1.0 kB | |
v2.0.7 source code.tar.gz | 2023-08-10 | 229.3 kB | |
v2.0.7 source code.zip | 2023-08-10 | 277.8 kB | |
Totals: 3 Items | 508.1 kB | 0 |
What's Changed
- Bump @vitejs/plugin-react from 3.1.0 to 4.0.4 by @dependabot in https://github.com/triyanox/iamjs/pull/39
- Bump @types/react from 18.2.13 to 18.2.17 by @dependabot in https://github.com/triyanox/iamjs/pull/38
- Bump @typescript-eslint/parser from 5.58.0 to 5.62.0 by @dependabot in https://github.com/triyanox/iamjs/pull/29
- Feature/v2 by @triyanox in https://github.com/triyanox/iamjs/pull/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