Changes 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. Revision history for Perl module TestRail::API
  2. 0.012 2014-12-?? TEODESIAN
  3. - DZIL tidying
  4. - Re-enabled some of the critic tests, fixed a few related issues
  5. - Improve safety of constructor, try to die with helpful messages as soon as possible
  6. - Add class usage checks and test for that as author tests
  7. - Add tests for the server going away, and fix issues encountered therein.
  8. - Add fatal type checking of inputs for all methods, add test to make sure exceptions thrown correctly
  9. - Add offset argument to getTestResults call.
  10. - Add (auto-generated) mock class so we don't have to skip practically all of TestRail-API.t
  11. 0.011 2014-12-04 TEODESIAN
  12. - Converted to using dzil, and testing using TestingMania
  13. - Fixed spelling errors thanks to more extensive testing so enabled
  14. - Started signing the module
  15. 0.010 2014-12-03 TEODESIAN
  16. - Dist name was being set to TestRail::API instead of TestRail-API
  17. - Reformatted this file as per CPAN::Changes::Spec
  18. - Added "use 5.010" to the module, to match min perl in metadata
  19. - Made URL in SEE ALSO a hyperlink with L<...>
  20. - Added link to github repo in pod
  21. 0.009 2014-11-28 TEODESIAN
  22. - Oops, forgot my Test deps
  23. 0.008 2014-11-28 TEODESIAN
  24. - Explicitly include Types::Serialiser, correct some POD issues
  25. 0.007 2014-08-17 TEODESIAN
  26. - 0.002 to this release: More or less the pursuit of Kwalitee
  27. 0.001 2014-07-25 TEODESIAN
  28. - First release to CPAN