Changelog
WIPRelease history for @gentleduck/upload. Newest first.
Release history for @gentleduck/upload, newest first. The package is on the 0.x line, so
minor bumps may carry breaking changes to the type surface.
0.2.6
Patch Changes
- Current published version. Type surface is fully namespaced (
Contracts,Engine,Store,Transport,UploadPersistence);createUploadStoreis the sole store constructor and strategies are registered viacreateStrategyRegistry().set(...).
0.2.5
Patch Changes
- 918b34c: Strip
workspace:*andcatalog:protocol tokens fromdevDependencies/dependencies/peerDependenciesof every public package beforechangeset publish. Previously published artifacts leaked these tokens into npm metadata, breaking strict resolvers (bun, deno) for downstream consumers. Addsscripts/clean-publish.tsand wires it into the rootreleasescript with agit checkoutrestore step so source stays workspace-friendly.
0.2.4
Patch Changes
- 0acb667: Point package
exportsat compiled./dist/*output instead of./src/*.tssource. Add a multi-entry build (index,core,react,strategies) so subpath imports work for non-bundler consumers (e.g. NestJS via Node CJS). Fixes a runtimeSyntaxErrorwhen consumed by apps that don't transpile package source.
0.2.2
Patch Changes
- 0d9dc94: Add
publishConfigwith public access for the scoped npm package.
0.2.1
Patch Changes
- 97606b5: Fix the release workflow to skip redundant CI checks during publish.
0.2.0
Minor Changes
- 7c4d70c: Initial release of
@gentleduck/upload— a resumable, strategy-based file upload engine for the browser.