Skip to content

Latest commit

 

History

History
110 lines (64 loc) · 5.27 KB

CHANGELOG.md

File metadata and controls

110 lines (64 loc) · 5.27 KB

Changelog

All notable changes to this project will be documented in this file.

Unreleased

1.0.0 (2025-01-14)

⚠ BREAKING CHANGES

  • change language type to be more strict in magic link options (#104)
  • use enums instead of strings for magic link parameters
  • change codegen to use php 8.1
  • updates minimum PHP supported version from 7.4 to to 8.1
  • remove deprecated AppInfo code from codegen (#93)
  • remove deprecated code (#94)

Features

  • adds parameter guards to the Passage constructor (#101) (a2d8209)
  • change codegen to use php 8.1 (8165668)
  • change language type to be more strict in magic link options (#104) (8683ff1)
  • remove deprecated AppInfo code from codegen (#93) (cdf10d0)
  • remove deprecated code (#94) (6345490)
  • remove unnecessary tests from codegen output (#97) (1ff2fc0)
  • updates minimum PHP supported version from 7.4 to to 8.1 (af384d7)
  • use enums instead of strings for magic link parameters (8165668)

Miscellaneous Chores

0.5.0 (2024-12-12)

Features

  • add new classes for PassageUser, CreateUserArgs, and UpdateUserArgs (#90) (7afac85)
  • add parameter guards (#89) (9317085)
  • adds audience validation when validating a jwt (#87) (1700bce)
  • adds new classes and method signatures (#86) (308894c)
  • codegen: create magic link request fields are now optional (#88) (90fb5e3)

Bug Fixes

  • adds passage-version header to all api calls (#69) (0e98725)

Miscellaneous Chores

[0.4.0] - 2024-03-21

Added

  • Update to the new README template, updated license, updated metadata in composer.json

Added

  • Passage-Version header added to all API requests

[0.4.0] - 2024-03-21

Added

  • GetUserByIdentifier method has been added
  • ListPaginatedUsersItem model has been added

[0.3.0] - 2024-01-30

Added

  • AppleUserSocialConnection model has been added

Changed

  • UserEventInfo has been renamed to UserRecentEvent
  • Docs have been moved to /docs
  • GithubSocialConnection has been renamed to GithubUserSocialConnection
  • GoogleSocialConnection has been renamed to GoogleUserSocialConnection

[0.2.1] - 2023-11-15

Added

  • Support for Github and Google login.
  • Github action to run tests.

Changed

  • vlucas/phpdotenv is now a dev dependancy.
  • API auth method name changes.

[0.1.1] - 2023-11-15

Added

  • Wrap generated routes to no longer require app id on every function call.

[0.0.1] - 2023-09-12

Added

  • Created the PHP SDK.