Revision history for Perl module TestRail::API

0.023 2015-05-13 TEODESIAN
    - Fix issue where spawning runs in plans with configurations failed.

0.022 2015-05-08 TEODESIAN
    - Fix issue where testrail-tests always attempted to turn test names into paths

0.021 2015-04-08 TEODESIAN
    - Fix issue where getChildRuns did not return anything past first run
    - Fix issue where getChildRunByName did not perform configuration filtering correctly
    - Add ability to filter by test status and assignedto id to getTests
    - Add bin/testrail-tests and bin/testrail-runs
    - Add statusNamesToIds and userNamesToIds convenience methods to TestRail::API
    - Add getRunSummary to TestRail::API

0.020 2015-03-25 TEODESIAN
    - Add getRunsPaginated and getPlansPaginated to get around 250 hardlimit in TR results
    - Modify getRuns and getPlans to use the above to actually get all runs/plans
    - Fix various defective pod surrounding those methods
    - Fix minor incorrectness in testrail-report POD

0.019 2015-03-18 TEODESIAN
    - Add createRunInPlan method to TestRail::API
    - Add translateConfigNamesToIds method to TestRail::API
    - Modified getConfigurations, and added GetConfigurationGroups for clarity
    - Add ability to spawn runs to App::Prove::TestRail and testrail-report
    - Stricter checking that passed configurations passed exist in Test::Rail::Parser
    - Require minimum version of JSON::Maybe::XS to resolve smoker failures.

0.018 2015-01-29 TEODESIAN
    - Better finding of $HOME in testrail-report and the prove plugin for cross-platform usage
    - Track elapsed time of tests when run as prove plugin, and report this to testrail

0.017 2015-01-29 TEODESIAN
    - Explicitly import List::Util in TestRail::API, this causes issues on some perls
    - Require minimum version of Term::ANSIColor
    - Fix bad regex for finding filename in testrail_report

0.016 2015-01-26 TEODESIAN
    - Use correct perl when invoking scripts to fix cpantesters failures.
    - Use parent instead of base, this confuses older perls

0.015 2015-01-25 TEODESIAN
    - Remove all usage of IO::Capture for more concise verbose test output.  Makes cpantesters/travis wig out?

0.014 2015-01-23 TEODESIAN
    - Fixed issue where testrail-report would not parse the results of multiple tests in a TAP file or stream.
    - Fixed issue where testrail-report would erroneously attempt to report the results of subtests.
    - Parse TODO/SKIP messages correctly, add todo reason to the test notes
    - Set SKIP_ALL tests status correctly
    - Add TestRail::API::getConfigurations method
    - Add TestRail::API::getChildRuns and getChildRunByName methods to extract runs from plans when passed names
    - Add ability to pass version to testrail-report & App::Prove::Plugin::TestRail

0.013 2015-01-04 TEODESIAN
    - Remove usage of Types::Serialiser, and use JSON::MaybeXS (odd intermittent errors on testers)
    - Remove checking of user being in getUsers, this won't work with external (LDAP) auth

0.012 2014-12-30 TEODESIAN
    - DZIL tidying
    - Re-enabled some of the critic tests, fixed a few related issues
    - Improve safety of constructor, try to die with helpful messages as soon as possible
    - Add class usage checks and test for that as author tests
    - Add tests for the server going away, and fix issues encountered therein.
    - Add fatal type checking of inputs for all methods, add test to make sure exceptions thrown correctly
    - Add offset argument to getTestResults call.
    - Add (auto-generated) mock class so we don't have to skip practically all of TestRail-API.t
    - Add getTestResultFieldByName method and relevant tests
    - Add Test::Rail::Parser and App::Prove::Plugin::TestRail so you can upload results
    - Add testrail-report binary for those who want to run on static TAP rather than 'do it live' with prove -P

0.011 2014-12-04 TEODESIAN
    - Converted to using dzil, and testing using TestingMania
    - Fixed spelling errors thanks to more extensive testing so enabled
    - Started signing the module

0.010 2014-12-03 TEODESIAN
    - Dist name was being set to TestRail::API instead of TestRail-API
    - Reformatted this file as per CPAN::Changes::Spec
    - Added "use 5.010" to the module, to match min perl in metadata
    - Made URL in SEE ALSO a hyperlink with L<...>
    - Added link to github repo in pod

0.009 2014-11-28 TEODESIAN
    - Oops, forgot my Test deps

0.008 2014-11-28 TEODESIAN
    - Explicitly include Types::Serialiser, correct some POD issues

0.007 2014-08-17 TEODESIAN
    - 0.002 to this release: More or less the pursuit of Kwalitee

0.001 2014-07-25 TEODESIAN
    - First release to CPAN