| OLD | NEW |
| 1 ###0.2.3 | 1 ## 1.0.0 |
| 2 | 2 |
| 3 * Change to using `package:test` for testing. |
| 4 |
| 5 ## 0.2.3 |
| 6 |
| 3 * Fixed strong mode analysis errors. | 7 * Fixed strong mode analysis errors. |
| 4 * Migrated tests to package:test. | 8 * Migrated tests to package:test. |
| 5 | 9 |
| 6 ###0.2.2 | 10 ## 0.2.2 |
| 7 | 11 |
| 8 * Made `Isolate.kill` parameter `priority` a named parameter. | 12 * Made `Isolate.kill` parameter `priority` a named parameter. |
| 9 | 13 |
| 10 ###0.2.1 | 14 ## 0.2.1 |
| 11 | 15 |
| 12 * Fixed spelling in a number of doc comments and the README. | 16 * Fixed spelling in a number of doc comments and the README. |
| 13 | 17 |
| 14 ###0.2.0 | 18 ## 0.2.0 |
| 15 | 19 |
| 16 * Renamed library `isolaterunner.dart` to `isolate_runner.dart`. | 20 * Renamed library `isolaterunner.dart` to `isolate_runner.dart`. |
| 17 * Renamed library `loadbalancer.dart' to `load_balancer.dart`. | 21 * Renamed library `loadbalancer.dart' to `load_balancer.dart`. |
| 18 | 22 |
| 19 ###0.1.0 | 23 ## 0.1.0 |
| 20 | 24 |
| 21 * Initial version | 25 * Initial version |
| 22 * Adds IsolateRunner as a helper around Isolate. | 26 * Adds IsolateRunner as a helper around Isolate. |
| 23 * Adds single-message port helpers and a load balancer. | 27 * Adds single-message port helpers and a load balancer. |
| OLD | NEW |