📄 CHANGELOG.md

← 返回目录

Changelog

5.0.1 - 2025-11-22

What's Changed

* Use even distribution by @RobinVdBroeck in https://github.com/crouchcd/pkce-challenge/pull/38

New Contributors

* @RobinVdBroeck made their first contribution in https://github.com/crouchcd/pkce-challenge/pull/38

Full Changelog: https://github.com/crouchcd/pkce-challenge/compare/5.0.0...5.0.1

5.0.0 - 2025-03-30

What's Changed

* fix: add support for commonjs module by @li-yechao in https://github.com/crouchcd/pkce-challenge/pull/32

New Contributors

* @li-yechao made their first contribution in https://github.com/crouchcd/pkce-challenge/pull/32

Full Changelog: https://github.com/crouchcd/pkce-challenge/compare/4.1.0...5.0.0

4.1.0 - 2024-01-25

What's Changed

* Separate entrypoints for node and browser by @mdarocha in https://github.com/crouchcd/pkce-challenge/pull/25

New Contributors

* @mdarocha made their first contribution in https://github.com/crouchcd/pkce-challenge/pull/25

Full Changelog: https://github.com/crouchcd/pkce-challenge/compare/4.0.1...4.1.0

4.0.1 - 2023-05-11

- chore: update README (dc76443a502c25ce98258cea3f25fd78a22cb2a8)

const pkceChallenge = require("pkce-challenge").default;

// es modules import pkceChallenge from "pkce-challenge";

[2.2.0] - 2021-05-19

Added

- generateChallenge exported from index

Contributors

- [SeyyedKhandon]

[2.1.0] - 2019-12-20

Added

- verifyChallenge exported from index

Changed

- code/comment formatting

[seyyedkhandon]: https://github.com/SeyyedKhandon [lordnox]: https://github.com/lordnox [3.1.0]: https://github.com/crouchcd/pkce-challenge/releases/tag/3.1.0 [3.0.0]: https://github.com/crouchcd/pkce-challenge/releases/tag/3.0.0 [2.2.0]: https://github.com/crouchcd/pkce-challenge/releases/tag/2.2.0 [2.1.0]: https://github.com/crouchcd/pkce-challenge/releases/tag/2.1.0 [2.0.0]: https://github.com/crouchcd/pkce-challenge/releases/tag/2.0.0