Skip to content

Releases: MacFJA/PharBuilder

0.2.8

Choose a tag to compare

@MacFJA MacFJA released this 27 Nov 19:55
4de607d
  • Update the similar project list in README (#53)
  • Fix events documentation (#54 #55)
  • Add compatibility with Somfony 4 (#56 #57)

Thanks to @villfa, @hslatman, @Westie, @stmh, @theofidry for the issues reporting, PRs, and advices

0.2.7

Choose a tag to compare

@MacFJA MacFJA released this 07 May 09:49
  • Fix issue with empty autoload section in composer.json (#12)
  • Fix missing default value of skip-shebang (#38)
  • Change autoload files section handling (#36)
  • Fix error with broken symlink (#41)
  • Fix path reading/writing (. and double /) (#49 #48)
  • Don't remove composer.json of dependencies (#50)

Thanks to @kelunik, @PeeHaa, @Remo, @theofidry, @eclipxe13 for the issues reporting, PRs, and advices

0.2.6

Choose a tag to compare

@MacFJA MacFJA released this 30 Sep 12:26

Add new option skipShebang ( #24 / #25 )
Add details about missing arguments ( #28 / #30 )
Fix path issue with Windows + wrong new line char in shebang ( #32 )
Add compatibility to Symfony3 ( #34 / #27 )
Fix issue when a namespace have multiple directories ( #35 )


Thanks to @giacmir, @ElectroLutz, @heiglandreas, @nadar, @korchasa, @wapmorgan and @kelunik

0.2.5

Choose a tag to compare

@MacFJA MacFJA released this 07 Aug 12:38

Add events during build process.
More information about events: https://github.com/MacFJA/PharBuilder/blob/master/docs/ComposerExtra.md#events


Thanks to @kelunik for the suggestion

0.2.4

Choose a tag to compare

@MacFJA MacFJA released this 25 Mar 21:16
  • Better code quality (PHPMD, PHP_CodeSniffer, PHPCPD) (see #9)
  • Option to include or remove dev package (see #5 #10)
  • Remove existing phar output if needed (see #14)
  • Fix on stub path (see #11)
  • Search for composer.json in current directory (see #13)

Thanks to @kelunik for all the feedback and pull request

0.2.3

Choose a tag to compare

@MacFJA MacFJA released this 20 Mar 13:37

Fix an major error in Phar generation. (see 1ba013a)

0.2.2

Choose a tag to compare

@MacFJA MacFJA released this 20 Mar 13:29

[DEPRECATED/BUGGED] Please skip this version and directly use 0.2.3


  • Fix method name conflict (see #3)
  • Little cleanup in error output (see #3)
  • More test on output directory + try to solve creation (see #4)
  • Remove shebang on stub if present (see #8)

Thanks to @kelunik for all the feedback


Why this release is still there?

"What 's done is done".
-- William Shakespeare ; Macbeth (Act III, Scene II)

Semantic Versioning 2.0.0 say that you SHOULDN'T delete a release under any circumstance

0.2.1

Choose a tag to compare

@MacFJA MacFJA released this 12 Mar 21:56

Fix an issue with autoloader other that psr-0 and psr-4. (See #2) -- Thanks @blendsdk

0.2

0.2

Choose a tag to compare

@MacFJA MacFJA released this 02 Oct 21:47
Remove ignored file from repository