gogiven v1.1.0 Release Notes

Release Date: 2018-01-21 // about 6 years ago
  • ๐Ÿ‘Œ Improvements to the parsing of the test function are in this release.

    • ๐Ÿ“œ The Given/When/Then is now parsed into a string array and stripped of eol
    • Comments are now converted to "Noting that .." format in place
    • Quoted inline text is formatted correctly, used to be " foo " now "foo"

    This is a breaking change, GivenWhenThen is now an array of strings.