Skip to content

Releases: theofidry/makefile

1.1.2

02 Feb 11:51
Immutable release. Only release title and notes can be modified.
8466e99

Choose a tag to compare

Fixes

  • Add missing dependency on mbstring (#76)

1.1.1

08 Mar 11:37
ffa1616

Choose a tag to compare

Features

  • Remove remaining occurrences of Safe* code (#66)

1.1.0

13 Feb 22:41
70fa613

Choose a tag to compare

Features

  • Bump min PHP version supported to PHP 8.3 (#63)

1.0.3

13 Feb 22:17
3d03508

Choose a tag to compare

(pseudo) Feature

  • Remove dependency on thecodingmaching/safe (#62)

Misc

Various CI improvements.

1.0.2

24 Jul 18:04
706e960

Choose a tag to compare

Fixes

  • Fix support for comments (#49)

1.0.1

13 Oct 23:51
be5a048

Choose a tag to compare

Fixes

  • Handle multiline targets with tabs (#46)

1.0.0

06 Oct 15:42
fb346e2

Choose a tag to compare

If you are using 0.2.x there is nothing new. It's been close to a year since this library is out to me it looks like the API is stable enough for a stable release.

0.2.3

06 Oct 15:41
fb346e2

Choose a tag to compare

Features

  • Upgrade to PHPUnit10 (#45)

Fixes

  • Ensure the debug flag is not forwarded (#43)

0.2.2

01 Oct 13:28
2982140

Choose a tag to compare

Features

  • Add a utility method to know if a rule is a regular rule (#42)

Fixes

  • Handle trailing spaces for multi-line rule detection (#41)

Misc

  • Add PHP 8.2 to the CI (#24)
  • Fix typo (#28)
  • Fix the license message (#30)
  • Add a monthly schedule (#31)
  • Add meta jobs (#32)
  • Rename Static Analysis workflow (#33)
  • Update the checkout action (#34)
  • Bump the minimal PHP version to 8.1 (#35, #36)
  • Fix CS (#37, #38, #39)
  • Add Rector (#40)

0.2.1

08 Dec 10:29
50abe0d

Choose a tag to compare

Bugfixes

  • 50abe0d Remove dependency on PHPUnitBridge (#22)

Misc