All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v0.1.2 - 2022-01-27
- ✅ pkce: adds tests.
- ♻️ options: orders options alphabetically.
- 🐛 options: fixes challenge method being able to be set with invalid values.
- 🐛 pkce: stops invalid methods from being able to be set.
- 🐛 pkce: stops the code verifier length being overwritten if code verifier is set.
- 🐛 pkce: ensures getCodeVerifier checks against nilness and emptiness.
v0.1.1 - 2022-01-25
- 📝 README: adds code verifier verification examples.
- 📄 LICENSE: adds MIT license. Fixes #4.
- 👷 ci/cd: enables github actions. Fixes #3.
- 📝 README: adds go reference, go report and github action build badges.
- 📝 README: fixes a couple of spelling misteaks.
- 🚨 pkce: fixes whitespace issues (wsl).
- 🚨 validation: simplifies if-return (revive).
- 🚨 errors: reduces line lengths (lll).
v0.1.0 - 2022-01-25
- Generation of code verifier and code challenge.
- Code verifier and code challenge spec-compliant validation.
- Verification for an incoming code verifier.
- URL parameter key constants.