Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dg/dibi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mabar/dibi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 81 files changed
  • 2 contributors

Commits on Feb 2, 2023

  1. opened 5.0-dev

    dg committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    034061a View commit details
    Browse the repository at this point in the history
  2. requires PHP 8.0

    dg committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    76144dd View commit details
    Browse the repository at this point in the history
  3. composer: updated dependencies

    dg committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    f58afc5 View commit details
    Browse the repository at this point in the history
  4. coding style

    dg committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    2bd4081 View commit details
    Browse the repository at this point in the history
  5. removed support for PHP 7

    dg committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    30b108c View commit details
    Browse the repository at this point in the history
  6. added property typehints

    dg committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    be7a405 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. added property typehints

    dg committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    ba34fba View commit details
    Browse the repository at this point in the history
  2. added PHP 8 typehints

    dg committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    1e27c2b View commit details
    Browse the repository at this point in the history
  3. used native PHP 8 functions

    dg committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    48e81d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f14363c View commit details
    Browse the repository at this point in the history
  5. added object translators (#420)

    The Translator is now capable to translate objects into Expression via object translators registered by the Connection.
    milo authored and dg committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    a0003f8 View commit details
    Browse the repository at this point in the history
Loading