Skip to content

Releases: hazae41/glacier

2.0.0 — Glacier

14 Dec 18:45
Compare
Choose a tag to compare

Almost everything changed :)

2.0.0 RC-0 - Maximum safety

11 Jun 14:58
Compare
Choose a tag to compare
Pre-release
v2.0.0-0

bump

1.5.19 - Renamed FetchResult to Fetched

28 May 16:45
Compare
Choose a tag to compare

BREAKING CHANGES

  • Renamed FetchResult to Fetched

Other changes

  • Fix Fetched.from type

1.5.18 - Renamed Error to Fail

28 May 16:37
Compare
Choose a tag to compare

BREAKING CHANGES

  • Renamed FetchResult.Error to FetchResult.Fail to avoid conflict with globalThis.Error

other

  • Updated Result, added ignore() to avoid runtime checks

1.5.14 -Deps, fix Result map

04 May 19:32
Compare
Choose a tag to compare

1.5.13 - Times

28 Apr 15:58
Compare
Choose a tag to compare

BREAKING

  • Times (timeout, cooldown, expiration) are no longer set per default (by default: no timeout, no cooldown and no expiration)
  • Negative values for times (cooldown, expiration) are no longer required/supported

1.5.5 - Fix

24 Apr 12:29
Compare
Choose a tag to compare
  • Fix FetchResult.from type

1.5.3 - Result

24 Apr 12:17
Compare
Choose a tag to compare

BREAKING

  • Renamed Result to FetchResult, and ResultInit to FetchResultInit
  • Removed wrap,tryWrap,wrapSync,tryWrapSync, please use those from @hazae41/result

Not breaking

  • FetchResult now extends @hazae41/result's Result

1.5.2 - Updated Mutex, No default crypto params

22 Apr 13:41
Compare
Choose a tag to compare

BREAKING

  • AesGcm/Hmac.fromPBKDF2 no longer default iterations, 1_000_000 should be good for user passwords

1.5.1 - Encrypted storage

11 Apr 08:57
Compare
Choose a tag to compare

See prerelease changelogs