Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed May 4, 2024
1 parent 18942a0 commit 2d58148
Show file tree
Hide file tree
Showing 19 changed files with 25 additions and 60 deletions.
1 change: 0 additions & 1 deletion .changesets/32ofn.minor.md

This file was deleted.

1 change: 0 additions & 1 deletion .changesets/450g.major.md

This file was deleted.

1 change: 0 additions & 1 deletion .changesets/a1o5w.minor.md

This file was deleted.

1 change: 0 additions & 1 deletion .changesets/a8v49.minor.md

This file was deleted.

1 change: 0 additions & 1 deletion .changesets/a9v5m.major.md

This file was deleted.

1 change: 0 additions & 1 deletion .changesets/anacy.minor.md

This file was deleted.

1 change: 0 additions & 1 deletion .changesets/byh56.major.md

This file was deleted.

1 change: 0 additions & 1 deletion .changesets/eyjwv.major.md

This file was deleted.

1 change: 0 additions & 1 deletion .changesets/hitcz.major.md

This file was deleted.

1 change: 0 additions & 1 deletion .changesets/jvllp.major.md

This file was deleted.

1 change: 0 additions & 1 deletion .changesets/k0utl.major.md

This file was deleted.

1 change: 0 additions & 1 deletion .changesets/mjf9y.minor.md

This file was deleted.

1 change: 0 additions & 1 deletion .changesets/p2blk.major.md

This file was deleted.

1 change: 0 additions & 1 deletion .changesets/t5acy.minor.md

This file was deleted.

1 change: 0 additions & 1 deletion .changesets/u280g.major.md

This file was deleted.

1 change: 0 additions & 1 deletion .changesets/vjh9f.minor.md

This file was deleted.

1 change: 0 additions & 1 deletion .changesets/xiah5.minor.md

This file was deleted.

66 changes: 24 additions & 42 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,26 @@
# oslo

## 1.2.0

### Minor changes

- Feat: Add `codeChallengeMethod` option to `OAuth2Client.createAuthorizationURL()` ([#29](https://github.com/pilcrowOnPaper/oslo/pull/29))

## 1.1.3

### Patch changes

- Update dependencies. ([#51](https://github.com/pilcrowOnPaper/oslo/pull/51))

## 1.1.2

### Patch changes

- Export OAuth2 token response interface ([#45](https://github.com/pilcrowOnPaper/oslo/pull/45))
- Fix client data JSON validation

## 1.1.1

### Patch changes

- Improve `base64.encode()` performance
- Improve `base32.encode()` performance. ([#40](https://github.com/pilcrowOnPaper/oslo/pull/40))

## 1.1.0

### Minor changes

- Deprecate `encodeBase32()`, `decodeBase32()`, `encodeBase64`, `decodeBase64()`, `encodeBase64url()`, `decodeBase64url()`. ([#35](https://github.com/pilcrowOnPaper/oslo/pull/35))
- Feat: Add `Base64Encoding`, `Base32Encoding`, `base16`, `base32`, `base32hex`, `base64`, `base64url`. ([#35](https://github.com/pilcrowOnPaper/oslo/pull/35))

## 1.0.4

### Patch changes

- Fix: Export `TimeSpanUnit` ([#30](https://github.com/pilcrowOnPaper/oslo/pull/30))

## 1.0.3

- Pin `@node-rs/argon2` and `@node-rs/bcrypt` versions [#26](https://github.com/pilcrowOnPaper/oslo/pull/26)
## 2.0.0-next.0

## Major changes

- Breaking: Update `OAuth2RequestError`
- Breaking: Update `OAuth2Client`
- Breaking: Remove `oslo/password`
- Breaking: Remove `oslo/request`
- Breaking: Update `createJWT()` and `validateJWT()` parameters
- Breaking: Replace `oslo/webauthn` with `oslo/passkey`
- Breaking: Rename `createDate()` to `addToDate()`
- Breaking: Remove `encodeBase32()`, `decodeBase32()`, `encodeBase64()`, `decodeBase64()`, `encodeBase64url()`, and `decodeBase64url()`,
- Breaking: Functions only accept `Uint8Array` instead of `TypedArray | ArrayBuffer`

## Minor changes

- Feat: Add `SigningAlgorithm` interface
- Feat: Add `createJWTHeader()` and `createJWTPayload()`
- Feat: `sha1()`, `sha256()`, `sha384()`, and `sha512()` is synchronous
- Feat: Add `TokenRevocationClient`, `TokenRevocationRetryError`, and `TokenRevocationRequestContext`
- Feat: Add `oslo/binary`
- Feat: Add `OAuth2RequestError`
- Feat: Add `OAuth2RequestContext`, `AccessTokenRequestContext`, `RefreshTokenRequestContext`, and `OAuth2Request`
- Feat: Add `generateRandomBoolean()`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oslo",
"type": "module",
"version": "1.2.0",
"version": "2.0.0-next.0",
"description": "A collection of auth-related utilities",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 2d58148

Please sign in to comment.