Skip to content

Releases: Eazip/eazip-js

@eazip/react 0.1.0-beta.2

Pre-release

Choose a tag to compare

Published @eazip/react@0.1.0-beta.2 to npm with dist-tag beta.

@eazip/react 0.1.0-beta.1

Pre-release

Choose a tag to compare

@tmiyasa tmiyasa released this 09 Jul 02:04

Published @eazip/react@0.1.0-beta.1 to npm with dist-tag beta.

First release: useEazip() + <EazipTray/> — a provider-optional store
built on @eazip/core's ZipJob, and an inline download tray with five
states (processing/completed/partial/failed/expired), en/ja i18n, and
cloud persistence with reload-resume via localStorage.

@eazip/core 0.2.0-beta.2

Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Jul 11:18

Published @eazip/core@0.2.0-beta.2 to npm with dist-tag beta.

@eazip/core 0.2.0-beta.1

Pre-release

Choose a tag to compare

@tmiyasa tmiyasa released this 09 Jul 02:04

Published @eazip/core@0.2.0-beta.1 to npm with dist-tag beta.

Ground-up redesign of the SDK (formerly @eazip/client) around a job-based
engine: startZip()/resumeZip() return a subscribable ZipJob
(snapshot/subscribe, done promise, abort); createZip() stays the
one-shot API. Local engine gains concurrent URL fetching, per-file skip
errors with partial results, and best-effort multi-zip splitting. Cloud
engine exposes the session in the snapshot at creation time (enables
reload-resume), adds a Turnstile challenge retry hook, a richer error
taxonomy, and defaults to stream mode.

@eazip/client 0.1.0-beta.1

Pre-release

Choose a tag to compare

Published @eazip/client@0.1.0-beta.1 to npm with dist-tag beta.