Changes 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. Revision history for Perl module TestRail::API
  2. 0.013 2015-01-?? TEODESIAN
  3. - Remove usage of Types::Serialiser, and use JSON::MaybeXS (odd intermittent errors on testers)
  4. - Remove checking of user being in getUsers, this won't work with external (LDAP) auth
  5. 0.012 2014-12-30 TEODESIAN
  6. - DZIL tidying
  7. - Re-enabled some of the critic tests, fixed a few related issues
  8. - Improve safety of constructor, try to die with helpful messages as soon as possible
  9. - Add class usage checks and test for that as author tests
  10. - Add tests for the server going away, and fix issues encountered therein.
  11. - Add fatal type checking of inputs for all methods, add test to make sure exceptions thrown correctly
  12. - Add offset argument to getTestResults call.
  13. - Add (auto-generated) mock class so we don't have to skip practically all of TestRail-API.t
  14. - Add getTestResultFieldByName method and relevant tests
  15. - Add Test::Rail::Parser and App::Prove::Plugin::TestRail so you can upload results
  16. - Add testrail-report binary for those who want to run on static TAP rather than 'do it live' with prove -P
  17. 0.011 2014-12-04 TEODESIAN
  18. - Converted to using dzil, and testing using TestingMania
  19. - Fixed spelling errors thanks to more extensive testing so enabled
  20. - Started signing the module
  21. 0.010 2014-12-03 TEODESIAN
  22. - Dist name was being set to TestRail::API instead of TestRail-API
  23. - Reformatted this file as per CPAN::Changes::Spec
  24. - Added "use 5.010" to the module, to match min perl in metadata
  25. - Made URL in SEE ALSO a hyperlink with L<...>
  26. - Added link to github repo in pod
  27. 0.009 2014-11-28 TEODESIAN
  28. - Oops, forgot my Test deps
  29. 0.008 2014-11-28 TEODESIAN
  30. - Explicitly include Types::Serialiser, correct some POD issues
  31. 0.007 2014-08-17 TEODESIAN
  32. - 0.002 to this release: More or less the pursuit of Kwalitee
  33. 0.001 2014-07-25 TEODESIAN
  34. - First release to CPAN