Skip to content

Releases: BrianHenryIE/strauss

v0.21.1

10 Jan 15:47
Compare
Choose a tag to compare

v0.21.0

04 Jan 04:17
Compare
Choose a tag to compare

Breaking change: now prefixes global functions.

v0.20.1

12 Dec 00:29
8bbab09
Compare
Choose a tag to compare
  • Fix: vendor-prefixed subdirectories' permissions being copied as 0700 instead of 0755 by @defunctl in #130 Thanks @estevao90 for (a missed) report

v0.20.0

12 Nov 07:54
Compare
Choose a tag to compare
  • Fix #111: Generic<\namespaced\class-type> not prefixed. Thanks @ravinderk e05eb33
  • Add strauss replace command (e.g. if you fork a project and want to change its namespace). Fix #125 ReplaceCommand.php
  • Lots of refactoring

The next (non-bugfix) release will prefix global functions. Since that's a breaking change for long-term users, I will wait to test it more: e661e94...ac404b3

v0.19.5

25 Oct 03:38
Compare
Choose a tag to compare

v0.19.4

10 Oct 21:06
Compare
Choose a tag to compare
  • Fix: out of sync version number in bin/strauss (I forgot to update the CHANGELOG before the last release)

v0.19.3

10 Oct 20:49
Compare
Choose a tag to compare

v0.19.2

10 Jun 21:04
7212a4d
Compare
Choose a tag to compare
  • Fix: available CLI arguments were overwriting composer.json extra.strauss config, PR #109 thanks @Dartui
  • Fix: updating league/flysystem changed the default directory permissions, c9fa47e #104 thanks @estevao90

v0.19.1

26 Apr 16:53
Compare
Choose a tag to compare

v0.19.0

26 Apr 05:35
Compare
Choose a tag to compare

Mostly a bugfix release but added a little too.

  • Fix: check for array before loop Fix #101 Thanks @leewillis77
  • Fix: filepaths on Windows (still work to do for Windows) PR #100. Thanks @szaleq
  • Update: tidy bin/strauss PR #97 Thanks @szepeviktor
  • Add: scripts/createphar.sh; run tests with project classes + with built phar 34cc59f
  • Allow symfony/console & symfony/finder ^7 for Laravel 11 compatibility PR #102 Thanks @arjen-mediasoep
  • Lint: most PhpStan level 7 eeecbb7