Skip to content

Releases: buildotter/php-core

0.4.0

08 Jul 07:41
a3e1cb2

Choose a tag to compare

What's Changed

Features - Breaking change

  • feat!: throw exception when trying to set unknown properties of a builder by @viduc in #20

New Contributors

  • @viduc made their first contribution in #20

Full Changelog: 0.3.0...0.4.0

0.3.0

30 Jun 07:54
aa90d42

Choose a tag to compare

What's Changed

Fixes

  • fix: Many::toBuildFrom return type does not match with the someToBuildFromFunction by @sad270 in #54

Chores

  • chore: preparing for phpstan 2.0 by @brambaud in #14
  • chore(deps-dev): bump phpstan/phpstan from 1.12.5 to 1.12.6 by @dependabot in #15
  • ci(deps): bump actions/checkout from 4.2.0 to 4.2.1 by @dependabot in #16
  • chore(deps-dev): bump phpstan/phpstan from 1.12.6 to 1.12.7 by @dependabot in #18
  • ci(deps): bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #19
  • chore(deps-dev): bump phpstan/phpstan from 1.12.7 to 1.12.8 by @dependabot in #21
  • chore: bump to phpstan 2.0 by @brambaud in #22
  • chore(deps-dev): bump fakerphp/faker from 1.23.1 to 1.24.0 by @dependabot in #23
  • chore(deps-dev): bump fakerphp/faker from 1.24.0 to 1.24.1 by @dependabot in #24
  • chore(deps-dev): bump phpstan/phpstan from 2.0.1 to 2.0.2 by @dependabot in #25
  • chore(deps-dev): bump phpstan/phpstan from 2.0.2 to 2.0.3 by @dependabot in #26
  • chore(deps-dev): bump phpstan/phpstan-deprecation-rules from 2.0.0 to 2.0.1 by @dependabot in #27
  • chore(deps-dev): bump phpstan/phpstan from 2.0.3 to 2.0.4 by @dependabot in #30
  • chore(deps-dev): bump phpstan/phpstan-strict-rules from 2.0.0 to 2.0.1 by @dependabot in #28
  • chore(deps-dev): bump phpstan/phpstan-phpunit from 2.0.1 to 2.0.3 by @dependabot in #29
  • ci(deps): bump shivammathur/setup-php from 2.31.1 to 2.32.0 by @dependabot in #32
  • chore(deps-dev): bump phpstan/phpstan from 2.0.4 to 2.1.1 by @dependabot in #33
  • chore(deps-dev): bump phpstan/phpstan-phpunit from 2.0.3 to 2.0.4 by @dependabot in #34
  • chore(deps-dev): bump phpstan/phpstan-strict-rules from 2.0.1 to 2.0.3 by @dependabot in #36
  • chore(deps-dev): bump phpstan/phpstan from 2.1.2 to 2.1.5 by @dependabot in #37
  • chore(deps-dev): bump phpstan/phpstan from 2.1.5 to 2.1.6 by @dependabot in #38
  • chore(deps-dev): bump phpstan/phpstan from 2.1.6 to 2.1.7 by @dependabot in #39
  • chore(deps-dev): bump phpstan/phpstan from 2.1.7 to 2.1.8 by @dependabot in #40
  • chore(deps-dev): bump phpstan/phpstan-strict-rules from 2.0.3 to 2.0.4 by @dependabot in #41
  • chore(deps-dev): bump phpstan/phpstan from 2.1.8 to 2.1.11 by @dependabot in #42
  • chore(deps-dev): bump phpstan/phpstan-phpunit from 2.0.4 to 2.0.6 by @dependabot in #43
  • ci(deps): bump shivammathur/setup-php from 2.32.0 to 2.33.0 by @dependabot in #44
  • chore(deps-dev): bump phpstan/phpstan from 2.1.11 to 2.1.12 by @dependabot in #45
  • chore(deps-dev): bump phpstan/phpstan-deprecation-rules from 2.0.1 to 2.0.2 by @dependabot in #46
  • chore(deps-dev): bump phpstan/phpstan-deprecation-rules from 2.0.2 to 2.0.3 by @dependabot in #50
  • ci(deps): bump shivammathur/setup-php from 2.33.0 to 2.34.1 by @dependabot in #52
  • chore(deps-dev): bump phpstan/phpstan from 2.1.13 to 2.1.17 by @dependabot in #51

New Contributors

Full Changelog: 0.2.0...0.3.0

v0.2.0

29 Sep 14:18
830d9ac

Choose a tag to compare

What's Changed

BREAKING CHANGES

  • feat!: rename Buildatable::random to avoid misunderstanding about the randomness of what it provides by @brambaud in #13
    • rename Buildotter\Core\Buildatable::random to Buildotter\Core\Buildatable::new
    • rename Buildotter\Core\RandomMultiple to Buildotter\Core\Many

Full Changelog: 0.1.0...0.2.0

v0.1.0

15 Aug 15:29

Choose a tag to compare

Initial release 🎉

See README for more information