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: chroma-x/php-string-builder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.3
Choose a base ref
...
head repository: chroma-x/php-string-builder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 7 files changed
  • 3 contributors

Commits on Aug 30, 2016

  1. Added lastChar and firstChar methods.

    Martin Brecht-Precht committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    00f1643 View commit details
    Browse the repository at this point in the history
  2. Added encoding detection to the lastChar and firstChar methods.

    Martin Brecht-Precht committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    383cf52 View commit details
    Browse the repository at this point in the history
  3. Removed PHP 5.3 from travis.yml

    Fixed the minimum required version at composer.json
    Updated readme.
    Martin Brecht-Precht committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    f71b7d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2018

  1. Code cleanup.

    Martin Brecht-Precht committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    f1fd74a View commit details
    Browse the repository at this point in the history
  2. Updated the PHPUnit requirements.

    Martin Brecht-Precht committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    449ef2b View commit details
    Browse the repository at this point in the history
  3. Extended the Travis config by PHP 7.1 and 7.2

    Martin Brecht-Precht committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    8692b92 View commit details
    Browse the repository at this point in the history
  4. Extended the Travis config by PHP 5.6

    Martin Brecht-Precht committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    351856c View commit details
    Browse the repository at this point in the history
  5. Fixed an issue with the codeclimate test reporter

    Martin Brecht-Precht committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    8881d4d View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2018

  1. Fixed a code style issue.

    Martin Brecht-Precht committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    a908406 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. Added a test

    Martin Brecht-Precht committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    ce02ea5 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Switched the root namespace and vendor prefix.

    Martin Brecht-Precht committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    c76c37d View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Add empty string as default value for $string property to avoid issue…

    …s in PHP >=8 version for nullable parameters
    abmarkenwerk committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    e22c66d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from andriusbaliutis/master

    Add empty string as default value for $string property to avoid issue…
    Bonscho authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    85ca1ae View commit details
    Browse the repository at this point in the history
Loading