Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.75 KB

CHANGELOG.md

File metadata and controls

44 lines (36 loc) · 1.75 KB

Changelog

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

Added

  • ✅ pkce: adds tests.

Changed

  • ♻️ options: orders options alphabetically.

Fixed

  • 🐛 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

Added

  • 📝 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.

Fixed

  • 📝 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

Added

  • 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.