Skip to content

Releases: indeyets/pake

1.99.5

13 Dec 10:54
2b61008

Choose a tag to compare

  • fix compatibility with php 8.1 in pakeFinder::isPathAbsolute
  • add ctype php extension to the requirements

1.99.4

03 Dec 21:47

Choose a tag to compare

  • fix compatibility with php 7.4 (thanks rlerdorf)
  • add json php extension to the requirements

1.99.3

04 Nov 11:10

Choose a tag to compare

  • pake_symlink() will throw pakeException if not successful

1.99.2

04 Nov 11:11

Choose a tag to compare

  • Failed pake_sh() call will return application's exit-code via pakeException
  • Better support for tasks defined in methods:
    • "default" task can be set via method
    • pake help short-taskname works for tasks defined in methods
  • Fixed issue with parsing project's composer.json, while looking for custom vendor-dir

1.99.1

04 Nov 11:11

Choose a tag to compare

  • Added support for custom vendor-dir in composer-based project