v0 Roadmap

On your marks

1 v0

1.1 0.1.0-dev.1 → 0.1.0

Release gate based on the 0.1.0-dev.1 release review.

1.1.1 Blockers for 0.1.0

# Plan Status Notes
B1 WASM CI freshness check Done verify-wasm CI job rebuilds and diffs lib/assets/zstd.wasm under pinned Emscripten; test-web gated on it
B3 Pin any constraints in pubspec.yaml Done code_assets ^1.0.0, hooks ^1.0.3, logging ^1.3.0, ffigen ^20.1.1

1.1.2 Non-blocking (before pub.dev publish)

# Item Status Notes
N2 Add .pubignore Done Excludes integration_test_app/, src/, docs/, test/fixtures/, site/, coverage/
N3 Reconcile init() signatures Done wasmUrl optional param added to native and stub; ignored on non-web platforms
N4 Fix spec Public API section Done Removed unexported consts; corrected init() signature; added ZstdException
N5 Remove unused constructor params Done Dropped inputBufferLength and outputBufferLength from all three implementations
N7 Typed exception class Done ZstdException implements Exception added; all throw Exception(...) replaced

1.1.3 Deferred (post-0.1.0)

Plan Notes
Vendored C source update automation make update_zstd VERSION=x.y.z target
iOS and Android CI coverage Mobile builds validated locally via make android_test / make ios_test; automated CI deferred post-0.1.0