- Fixing analyzer warnings
- Typed exceptions (PR#5)
- Upgraded minimum Dart SDK to 3.0.0
- Refined example, added comments
- Updates to README
- Fixed memory leak when scheduling multiple jobs
- Closing receive ports on isolate pool stoppage to avoid issue with hanging process (issue #3)
- Added more docs
- Added no re-throw explanation in docs (issue #1)
- Fixing pub points at pub.dev
- Added example with pooled instance
- More docs for public members
- IsolatePool
- PooledJob
- PooledInstance, PooledInstanceProxy, Action
- Minimal docs
- Unit tests as samples