Skip to content

Releases: tjmoses/crud-compare

Bug fixes, added better types & cleaned up docs

16 Oct 14:37
Compare
Choose a tag to compare

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

27 Dec 19:00
Compare
Choose a tag to compare

Added features

  • Composite key support.
  • Automate finding of related key to compare.
  • 100% branch and statement test coverage.

Performance & Deep Object Compare

22 Dec 18:44
Compare
Choose a tag to compare

Added performance updates along with a deep object and array compare function.

Typescript & Null Returns

01 Sep 01:44
Compare
Choose a tag to compare

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.