Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 903 Bytes

File metadata and controls

54 lines (33 loc) · 903 Bytes

2.2.0

  • Move to Crystal 1.19.1
  • Add support for parallel testing

2.1.2

  • Move to Crystal 1.15.1

2.1.1

  • Move to Crystal 1.14.0

2.1

  • Move to Crystal 1.13.2
  • Changed task_id system to make it more secure but also more feature rich
  • Add support for optional tags

2.0.2

  • Move to Crystal 1.12.1

2.0.1

  • Fixed so the test runner will pick up runtime errors as actual errors and not make test suite pass

2.0

  • Move to Crystal 1.11.2
  • Refactored test runner
    • Going from three exectuables down to two
    • Improved build time
    • Simplify the scripts to make them easier to maintain. This includes around a 40-50 percent reduction of lines of code
  • Improved documentation

1.2

  • Move to Crystal 1.10.1
  • Limit output to 500 characters

1.1.0

  • Move to Crystal 1.9.2
  • Fix the README

1.0.1

  • Remove reference to the exercism crystal repo

1.0

  • Initial version