Skip to content

Releases: hazae41/glacier

2.1.0 — Cleaner

Choose a tag to compare

@hazae41 hazae41 released this 16 Nov 14:53
79eceb1
v2.1.0

2.1.0

2.0.0 — Glacier

Choose a tag to compare

@hazae41 hazae41 released this 14 Dec 18:45

Almost everything changed :)

2.0.0 RC-0 - Maximum safety

Pre-release

Choose a tag to compare

@hazae41 hazae41 released this 11 Jun 14:58
v2.0.0-0

bump

1.5.19 - Renamed FetchResult to Fetched

Choose a tag to compare

@hazae41 hazae41 released this 28 May 16:45

BREAKING CHANGES

  • Renamed FetchResult to Fetched

Other changes

  • Fix Fetched.from type

1.5.18 - Renamed Error to Fail

Choose a tag to compare

@hazae41 hazae41 released this 28 May 16:37

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

Choose a tag to compare

@hazae41 hazae41 released this 04 May 19:32
v1.5.14

1.5.14

1.5.13 - Times

Choose a tag to compare

@hazae41 hazae41 released this 28 Apr 15:58

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

Choose a tag to compare

@hazae41 hazae41 released this 24 Apr 12:29
  • Fix FetchResult.from type

1.5.3 - Result

Choose a tag to compare

@hazae41 hazae41 released this 24 Apr 12:17

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

Choose a tag to compare

@hazae41 hazae41 released this 22 Apr 13:41

BREAKING

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