Skip to content

Commit

Permalink
Update CHANGELOG, version
Browse files Browse the repository at this point in the history
  • Loading branch information
lamnhan066 committed Oct 25, 2024
1 parent 38e7170 commit 7ce15bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 5.5.3

* Correctly parse the dart native arguments (Fixes #36).
* [Experiment] Automatically generate the `workerMappings` by adding the `--worker-mappings-experiment=lib/main.dart` flag to the generator.
* The code coverage is now using `dart test` instead of `flutter test` so we can correctly test the code on both `vm` and `chrome`.
* Improve the performaces by improving the way to detect the `IsolateState`.
* Improve tests.

## 5.5.2

* Improve Type cast in the `_IsolateManagerWorkerController`.
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: isolate_manager
description: Create multiple long-lived isolates for the Functions, supports Worker on the Web (with the effective generator) and WASM compilation.
version: 5.5.2
version: 5.5.3
homepage: https://github.com/lamnhan066/isolate_manager

topics:
- isolate
- worker
- concurrent
- pool

environment:
sdk: ^3.4.0
Expand Down

0 comments on commit 7ce15bc

Please sign in to comment.