2019-11-19 Jamie Lentin  <jm@ravingmantis.com>

    Version 1.4-0

    * ut_cmp_*: Support comparing environments
    * ut_cmp_*: Graduate from example to included function
    * ut_cmp_error: Graduate from example to included function
    * ok: Preserve empty lines in dignostic output
    * non_interactive_summary: Bail out message on fatal script errors

2017-11-01  Jamie Lentin  <jm@ravingmantis.com>

    Version 1.3-0

    * R/ok.R (ok): Add stacktrace as well as final failing call
    * R/ok.R (ok): Deparse the call object correctly when handling test errors
    * NAMESPACE: Declare that we use utils::capture.output
    * vignettes/getting_started.Rnw: Content moved here from package unittest-package.Rd 
    * vignettes/code_cookbook.Rnw: Content moved here from package unittest-package.Rd 

2015-02-13  Jamie Lentin  <jm@ravingmantis.com>

    Version 1.2-0

    * R/non_interactive_summary.R: Remove broken detection for tests ending prematurely.
    * R/*.R man/*.Rd tests/*.R: Make the use of white space within parentheses consistent.
    * DESCRIPTION: Title should be in title-case.

2014-12-14  Jamie Lentin  <jm@ravingmantis.com>

    Version 1.1-1

    * Fix spelling mistakes in documentation, changelog

2014-12-13  Jamie Lentin  <jm@ravingmantis.com>

    Version 1.1-0

    * R/ok_group.R (ok_group): New function to display a debug message before evaluating a code block containing unit tests.
    * R/ok.R (ok): Long descriptions no longer breaks output.
    * R/non_interactive_summary.R (non_interactive_exit): Now notices when tests end prematurely and puts out debug message.
    * man/unittest-package.Rd: Fixed incorrect instructions for integration with R CMD check.

2014-09-10  Anthony Hennessey  <ah@ravingmantis.com>

    Version 1.0-1

    * tests/test_non_interactive.R (run_script): stdout and stderr in system2 command to tmp files to avoid 'illegal seek' error on Solaris.

2014-08-23  Jamie Lentin  <jm@ravingmantis.com>

    Version 1.0-0
    Initial release.
