go-testdeep v1.1.0 Release Notes

Release Date: 2019-07-07 // almost 5 years ago
  • ๐Ÿ†• New features:

    • ๐Ÿ‘€ introducing UseEqual feature to allow an objet to handle its comparison. See T.UseEqual and ContextConfig.UseEqual for details;
    • โœ… tdhttp.NewRequest(), tdhttp.NewJSONRequest() and tdhttp.NewXMLRequest() now accept headers definition;
    • โœ… Test name now colored in error reports;
    • Missing/Extra summaries show the number of involved items/keys;
    • Extra & missing maps items are now sorted;
    • โœ… Cmp function/method now replaces CmpDeeply (still available for backward compatibility);
    • โž• Add new Keys and Values operators;
    • โœ… Code & Smuggle operators explicitly refuse variadic functions (and so avoid uncontrolled runtime panic).

    ๐Ÿ’ฅ Breaking changes:

    ๐Ÿ› Bugs fixes:

    • ๐Ÿ›  Fix a bug when compared slices have the same backend array.

    Misc: