Skip to content

Releases: hazae41/glacier

2.0.0 — Glacier

14 Dec 18:45
v2.0.0
7b96ca7
Compare
Choose a tag to compare

Almost everything changed :)

2.0.0 RC-0 - Maximum safety

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

bump

1.5.19 - Renamed FetchResult to Fetched

28 May 16:45
v1.5.19
fc0d190
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
v1.5.18
7e6c936
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
v1.5.14
d2d103f
Compare
Choose a tag to compare

1.5.13 - Times

28 Apr 15:58
v1.5.13
3406152
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
v1.5.5
4faab16
Compare
Choose a tag to compare
  • Fix FetchResult.from type

1.5.3 - Result

24 Apr 12:17
v1.5.3
6ddda3f
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
v1.5.2
bc60f96
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
v1.5.1
345ef8c
Compare
Choose a tag to compare

See prerelease changelogs