Skip to content

Release v2.2.0

Compare
Choose a tag to compare
@dnephin dnephin released this 11 Nov 18:39
· 242 commits to master since this release

This version includes the following changes:

  • [fs] FromDir now handles symlinks properly
  • [fs] Support carriage return insensitive comparisons for file content
  • [assert] Improve failures message of Error
  • [assert] Fix a panic when an assertion was used in a defer
  • [env] Fix a panic in ToMap when used with an empty variable
  • [fs] Fix the filename used by NewFile and NewDir when the name included a path separator
  • Additional test coverage
  • [icmd] Add some common CmpOp
  • [assert] add Regexp assertion

Thanks @vdemeester @kolyshkin @silvin-lubecki for the contributions!