Releases: tjmoses/crud-compare
Releases · tjmoses/crud-compare
Bug fixes, added better types & cleaned up docs
General (release covers all code since the last release)
- Added typescript generics
- Added more tests for edge cases
Bug Fixes
- Fixed a bug in values have nonmatching key values.
- Fixed the case when there are undefined values received/compared.
Advanced Compare Key Update
Added features
- Composite key support.
- Automate finding of related key to compare.
- 100% branch and statement test coverage.
Performance & Deep Object Compare
Added performance updates along with a deep object and array compare function.
Typescript & Null Returns
Typescript
- Project was converted to typescript to allow for better automated code editor hints to see input types better.
Null Returns
- The created, updated, & deleted values that don't exist now return as null vs. an empty array.