gomega v1.3.0 Release Notes

  • ๐Ÿ‘Œ Improvements:

    • The Equal matcher matches byte slices more performantly.
    • ๐Ÿ‘Œ Improved how MatchError matches error strings.
    • MatchXML ignores the order of xml node attributes.
    • ๐Ÿ‘Œ Improve support for XUnit style golang tests. (#254)

    ๐Ÿ› Bug Fixes:

    • Diff generation now handles multi-byte sequences correctly.
    • ๐Ÿ— Multiple goroutines can now call gexec.Build concurrently.