Changes 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. Revision history for Perl module TestRail::API
  2. 0.017 2015-01-29 TEODESIAN
  3. - Explicitly import List::Util in TestRail::API, this causes issues on some perls
  4. - Require minimum version of Term::ANSIColor
  5. - Fix bad regex for finding filename in testrail_report
  6. 0.016 2015-01-26 TEODESIAN
  7. - Use correct perl when invoking scripts to fix cpantesters failures.
  8. - Use parent instead of base, this confuses older perls
  9. 0.015 2015-01-25 TEODESIAN
  10. - Remove all usage of IO::Capture for more concise verbose test output. Makes cpantesters/travis wig out?
  11. 0.014 2015-01-23 TEODESIAN
  12. - Fixed issue where testrail-report would not parse the results of multiple tests in a TAP file or stream.
  13. - Fixed issue where testrail-report would erroneously attempt to report the results of subtests.
  14. - Parse TODO/SKIP messages correctly, add todo reason to the test notes
  15. - Set SKIP_ALL tests status correctly
  16. - Add TestRail::API::getConfigurations method
  17. - Add TestRail::API::getChildRuns and getChildRunByName methods to extract runs from plans when passed names
  18. - Add ability to pass version to testrail-report & App::Prove::Plugin::TestRail
  19. 0.013 2015-01-04 TEODESIAN
  20. - Remove usage of Types::Serialiser, and use JSON::MaybeXS (odd intermittent errors on testers)
  21. - Remove checking of user being in getUsers, this won't work with external (LDAP) auth
  22. 0.012 2014-12-30 TEODESIAN
  23. - DZIL tidying
  24. - Re-enabled some of the critic tests, fixed a few related issues
  25. - Improve safety of constructor, try to die with helpful messages as soon as possible
  26. - Add class usage checks and test for that as author tests
  27. - Add tests for the server going away, and fix issues encountered therein.
  28. - Add fatal type checking of inputs for all methods, add test to make sure exceptions thrown correctly
  29. - Add offset argument to getTestResults call.
  30. - Add (auto-generated) mock class so we don't have to skip practically all of TestRail-API.t
  31. - Add getTestResultFieldByName method and relevant tests
  32. - Add Test::Rail::Parser and App::Prove::Plugin::TestRail so you can upload results
  33. - Add testrail-report binary for those who want to run on static TAP rather than 'do it live' with prove -P
  34. 0.011 2014-12-04 TEODESIAN
  35. - Converted to using dzil, and testing using TestingMania
  36. - Fixed spelling errors thanks to more extensive testing so enabled
  37. - Started signing the module
  38. 0.010 2014-12-03 TEODESIAN
  39. - Dist name was being set to TestRail::API instead of TestRail-API
  40. - Reformatted this file as per CPAN::Changes::Spec
  41. - Added "use 5.010" to the module, to match min perl in metadata
  42. - Made URL in SEE ALSO a hyperlink with L<...>
  43. - Added link to github repo in pod
  44. 0.009 2014-11-28 TEODESIAN
  45. - Oops, forgot my Test deps
  46. 0.008 2014-11-28 TEODESIAN
  47. - Explicitly include Types::Serialiser, correct some POD issues
  48. 0.007 2014-08-17 TEODESIAN
  49. - 0.002 to this release: More or less the pursuit of Kwalitee
  50. 0.001 2014-07-25 TEODESIAN
  51. - First release to CPAN