Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strings: add base64UrlEncode() and base64UrlDecode() #287

Open
wants to merge 30 commits into
base: master
Choose a base branch
from

Commits on Oct 13, 2022

  1. updated github workflow

    dg committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    a795df5 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. cs

    dg committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    6b4eac6 View commit details
    Browse the repository at this point in the history
  2. refactoring

    dg committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    d9a5ce7 View commit details
    Browse the repository at this point in the history
  3. opened 4.0-dev

    dg committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    a2c2295 View commit details
    Browse the repository at this point in the history
  4. requires PHP 8.0

    dg committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    7ca6cf6 View commit details
    Browse the repository at this point in the history
  5. composer: updated dependencies

    dg committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    7d10dff View commit details
    Browse the repository at this point in the history
  6. removed support for PHP 7

    dg committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    cc145b4 View commit details
    Browse the repository at this point in the history
  7. removed deprecated stuff

    dg committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    7f0392f View commit details
    Browse the repository at this point in the history
  8. coding style

    dg committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    3fb7c00 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0500166 View commit details
    Browse the repository at this point in the history
  10. added property typehints

    dg committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    85e5f2f View commit details
    Browse the repository at this point in the history
  11. added PHP 8 typehints

    dg committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    35e81ad View commit details
    Browse the repository at this point in the history
  12. removed community health files

    dg committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    ab3099b View commit details
    Browse the repository at this point in the history
  13. tests: added

    dg committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    3ed69fc View commit details
    Browse the repository at this point in the history
  14. used native PHP 8 functions

    dg committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    fd48f67 View commit details
    Browse the repository at this point in the history
  15. Reflection: uses PhpToken

    dg committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    96d090d View commit details
    Browse the repository at this point in the history
  16. Reflection: getReturnType(), getParameterType(), getPropertyType() re…

    …turn objects Type (BC break)
    dg committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    490d0bb View commit details
    Browse the repository at this point in the history
  17. Html: removed $xhtml (BC break)

    dg committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    aa3002f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8f128f6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8e0c1e4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e5ab463 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ef54d69 View commit details
    Browse the repository at this point in the history
  22. added Strings::ord()

    dg committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    4020d6f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4b122ae View commit details
    Browse the repository at this point in the history
  24. Reflection::getParameterDefaultValue() is deprecated

    Since PHP 8.0 ReflectionParameter::getDefaultValue() correctly returns value or throws exception when constant cannot be resolved
    dg committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    f31ee44 View commit details
    Browse the repository at this point in the history
  25. added Helpers::compare()

    dg committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    67dc7f9 View commit details
    Browse the repository at this point in the history
  26. Json: added decodeFile()

    dg committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    4f5ac1a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    05d81ef View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    fac1f2b View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    712f0cf View commit details
    Browse the repository at this point in the history