gogiven v1.4.0 Release Notes

Release Date: 2018-02-01 // about 6 years ago
  • ๐Ÿš€ This release includes:

    • โœ… Test comments (comments immediately before the test) are now parsed and added to PageData
    • Structural changes to PageData and Some structs to accommodate comments
    • ๐Ÿ‘• gometalinter improvements to return types and a full review of pointer usage.
      • PageData is now passed by reference rather a pointer.
      • many an Id field is now ID - be aware :)
      • Some struct has been given public scope
    • ๐Ÿš€ Example tests from git README are now generated by the build and deployed to github pages.
    • ๐Ÿ“ฆ some structs have package changes - testvisitor now moved to base for example

Previous changes from v1.3.0

    • โž• add json file extension type to mime so we don't barf over json files
    • โž• Added OutputListener interface and global array so we can notify output listeners of content generation instead of coupling output to files.
    • ๐Ÿ”จ refactor so that Generate now returns io.Reader for more flexible output. Matt Corby 24/01/2018 22:23