Skip to content

Renamed "file" to "file_render", added new "file"

Compare
Choose a tag to compare
@martinrode martinrode released this 10 Feb 16:16
· 77 commits to master since this release
c97252d

The new "file" template function loads only the bytes of the file (as string) without further processing. "file_render" now does what "file" did before and that is calling the Go template engine to render the contents of the passed file as template. This was done for performance reasons as loading a file and passing it to the Go template engine if no processing is required can slow down tests quite a biit.

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.6.0