Releases: hazae41/glacier
Releases · hazae41/glacier
Release list
2.1.0 — Cleaner
2.0.0 — Glacier
2.0.0 RC-0 - Maximum safety
v2.0.0-0 bump
1.5.19 - Renamed FetchResult to Fetched
BREAKING CHANGES
- Renamed
FetchResulttoFetched
Other changes
- Fix
Fetched.fromtype
1.5.18 - Renamed Error to Fail
BREAKING CHANGES
- Renamed
FetchResult.ErrortoFetchResult.Failto avoid conflict withglobalThis.Error
other
- Updated Result, added ignore() to avoid runtime checks
1.5.14 -Deps, fix Result map
1.5.13 - Times
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
1.5.3 - Result
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
BREAKING
- AesGcm/Hmac.fromPBKDF2 no longer default
iterations,1_000_000should be good for user passwords