v0.7.0
·
20 commits
to main
since this release
v0.7.0 Release
Release notes
Adds new RecordUtils functions for generating defaultValues objects - ensures the developer does not miss any properties, even if they are "optional" in the original type. See #130 for changes.
Notable features:
defaultValuesFactorywhich essentially just provides typing to ensure consumer doesn't miss any properties of typeTauditableDefaultValuesFactorywhich does the same, but also provides defined properties forAuditablesensureRecordswhich takes an array of objects and maps it throughensureRecord, which is common for view model constructors to do for navigation properties- Ported repo over to a Github Actions workflow script for the build
- Separated out
tsconfig.jsonto a distribution version which excludes tests (tsconfig.dist.json), which should restore Jest matcher intellisense in IDEs
Known issues
#129 AuditableDefaultValues / Factory for requiring properties to be set