Releases: hazae41/glacier
Releases · hazae41/glacier
2.1.0 — Cleaner
2.0.0 — Glacier
Almost everything changed :)
2.0.0 RC-0 - Maximum safety
v2.0.0-0 bump
1.5.19 - Renamed FetchResult to Fetched
BREAKING CHANGES
- Renamed
FetchResult
toFetched
Other changes
- Fix
Fetched.from
type
1.5.18 - Renamed Error to Fail
BREAKING CHANGES
- Renamed
FetchResult.Error
toFetchResult.Fail
to avoid conflict withglobalThis.Error
other
- Updated Result, added ignore() to avoid runtime checks
1.5.14 -Deps, fix Result map
v1.5.14 1.5.14
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
- Fix FetchResult.from type
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_000
should be good for user passwords