Changelog History
Page 1
-
v4.0.0 Changes
- (breaking change) Remove support for RSpec 2.x. This change was already done by accident in the pull request when we added the RSpec
contexthook, which is available only since RSpec 3.x. โ Use RSpec
exampleblock argument instead of the globalRSpec.current_example. This allows to run tests with theasync-rspecgem.
https://github.com/KnapsackPro/knapsack/compare/v3.1.0...v4.0.0
- (breaking change) Remove support for RSpec 2.x. This change was already done by accident in the pull request when we added the RSpec
-
v3.1.0 Changes
Sorting Algorithm: round robin to least connections
https://github.com/KnapsackPro/knapsack/compare/v3.0.0...v3.1.0
-
v3.0.0 Changes
(breaking change) Require minimum Ruby 2.2 version
(breaking change) Drop support for Minitest 4.x. Force to use minitest 5.x even on CI.
๐ท Replace Travis CI with GitHub Actions
https://github.com/KnapsackPro/knapsack/compare/v2.0.0...v3.0.0
-
v2.0.0 Changes
(breaking change) Ruby 2.1 is a minimum required version
๐ Use Ruby 3 and add small development adjustments in codebase
https://github.com/KnapsackPro/knapsack/compare/v1.22.0...v2.0.0
-
v1.22.0 Changes
โก๏ธ Update time offset warning
https://github.com/KnapsackPro/knapsack/compare/v1.21.1...v1.22.0
-
v1.21.1 Changes
๐ Fix a bug with tracking time for pending specs in RSpec
https://github.com/KnapsackPro/knapsack/compare/v1.21.0...v1.21.1
-
v1.21.0 Changes
Track time in before and after
:contexthooks
https://github.com/KnapsackPro/knapsack/compare/v1.20.0...v1.21.0
-
v1.20.0 Changes
๐ Use
Process.clock_gettimeto measure track execution time
https://github.com/KnapsackPro/knapsack/compare/v1.19.0...v1.20.0
-
v1.19.0 Changes
โ Add support for Bitbucket Pipelines
https://github.com/KnapsackPro/knapsack/compare/v1.18.0...v1.19.0
-
v1.18.0 Changes
August 23, 2019โ Add support for Semaphore 2.0
https://github.com/KnapsackPro/knapsack/compare/v1.17.2...v1.18.0