Skip to content

Releases: cdn77/PhpFunctions

0.2.5

12 Sep 12:06
ec9c5cd
Compare
Choose a tag to compare

What's Changed

  • feat(iterable): deprecate find() by @simPod in #56

Full Changelog: 0.2.4...0.2.5

0.2.4

04 Sep 11:48
661b21b
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update dependency infection/infection to ^0.29.0 by @renovate in #51
  • chore(phpunit): remove beStrictAboutTodoAnnotatedTests by @simPod in #55
  • chore(deps): allow azjezz/psl ^3.0 by @trearcul in #53

New Contributors

Full Changelog: 0.2.3...0.2.4

0.2.3

22 May 15:51
921721e
Compare
Choose a tag to compare

What's Changed

  • fix(phpstan): use original expression string in assert_return() dynamic return type extension by @simPod in #50

Full Changelog: 0.2.2...0.2.3

0.2.2

22 May 14:14
49f6ba7
Compare
Choose a tag to compare

What's Changed

  • fix: add AssertReturnDynamicFunctionReturnTypeExtension by @simPod in #49

Full Changelog: 0.2.1...0.2.2

0.2.1

22 May 13:33
00809e5
Compare
Choose a tag to compare

What's Changed

  • feat: introduce assert_return() by @simPod in #48

Full Changelog: 0.2.0...0.2.1

0.2.0

18 Apr 13:58
00aa917
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update github/codeql-action action to v3 by @renovate in #31
  • ci: fix variable reference by @simPod in #34
  • chore(deps): update actions/upload-artifact action to v4 by @renovate in #33
  • chore(deps): update actions/download-artifact action to v4 by @renovate in #32
  • style: fix cs by @simPod in #40
  • ci: use codecov token by @simPod in #39
  • chore(deps): update dependency psalm/plugin-phpunit to ^0.19.0 by @renovate in #37
  • chore(deps): update codecov/codecov-action action to v4 by @renovate in #35
  • ci: use native Infection by @simPod in #42
  • ci: drop psalm by @simPod in #41
  • ci: use Composer dependency analyser by @simPod in #43
  • chore(deps): update dependency infection/infection to ^0.28.0 by @renovate in #38
  • feat: drop php 8.1 support by @simPod in #44
  • chore(deps): update dependency phpunit/phpunit to v11 by @renovate in #36
  • feat: use never typehint by @simPod in #45
  • chore(deps): bump shipmonk/composer-dependency-analyser to v1.5 by @simPod in #47
  • feat: replace phpoption/phpoption with azjezz/psl by @simPod in #46

Full Changelog: 0.1.7...0.2.0

0.1.7

14 Nov 15:14
5d342cb
Compare
Choose a tag to compare

What's Changed

  • chore(deps): require phpunit v10.3 by @simPod in #27
  • chore(deps): update dependency infection/infection to ^0.27.0 by @renovate in #23
  • chore(deps): update dependency ubuntu to v22 by @renovate in #25
  • chore(deps): update actions/checkout action to v4 by @renovate in #26
  • feat: better name mappedSetsFromIterable by @simPod in #29
  • feat: introduce mappedQueuesFromIterable by @simPod in #30

Full Changelog: 0.1.6...0.1.7

0.1.6

12 Apr 08:12
b83e535
Compare
Choose a tag to compare

What's Changed

  • fix: remove mapper arg from mapFromEntries by @simPod in #22

Full Changelog: 0.1.5...0.1.6

introduce mapFromEntries

11 Apr 15:34
da0315f
Compare
Choose a tag to compare

What's Changed

  • chore(deps): require php 8.1 by @simPod in #11
  • chore(deps): update dependency vimeo/psalm to v5 by @renovate in #12
  • chore(deps): update dependency cdn77/coding-standard to v7 by @renovate in #13
  • test: fix phpunit deprecations by @simPod in #16
  • docs: add badges by @simPod in #15
  • chore(deps): update dependency phpunit/phpunit to v10 by @renovate in #14
  • test: add covers annotations by @simPod in #17
  • feat: remove deprecated never() by @simPod in #18
  • feat: introduce mapFromEntries by @simPod in #19
  • ci: test on php 8.2 by @simPod in #20
  • docs: add mapFromEntries to readme by @simPod in #21

Full Changelog: 0.1.4...0.1.5

Find in Iterable

09 Nov 13:21
fd8e910
Compare
Choose a tag to compare

What's Changed

  • ci: configure renovate on github by @simPod in #2
  • ci: configure github actions by @simPod in #4
  • ci: configure composer unused, normalize and require checker by @simPod in #5
  • chore(deps): update github/codeql-action action to v2 by @renovate in #6
  • docs: remove content by @simPod in #9
  • chore(deps): update dependency psalm/plugin-phpunit to ^0.18.0 by @renovate in #7
  • feat: introduce iterable.find by @simPod in #8

New Contributors

Full Changelog: 0.1.3...0.1.4