Skip to content

Releases: razshare/catpaw

Better phpdocs and adding attributes flags

29 Jan 07:42
Compare
Choose a tag to compare

Changes

  • Improving phpdocs and project docs in general
  • Adding flags to existing attributes

2.1.5

29 Jan 00:19
Compare
Choose a tag to compare

Changes

2.0.27

13 Jan 16:15
Compare
Choose a tag to compare

Changes

  • Fixing an issue where catpaw.phar --tips would not recognize the pre-commit hook is not installed.

2.0.26

13 Jan 16:01
Compare
Choose a tag to compare

Changes

  • Adding a new option --tips which gives some tips when invoked.
    • All starters have been updated to show these tips after the project creation and after running composer update.
    • You can manually trigger these tips with
      php catpaw.phar --tips

Note

More tips to come in the future.

2.0.19

13 Jan 07:18
Compare
Choose a tag to compare

Changes

  • Adding CatPaw\Core\env() to retrieve environment variables.
  • Adding Unsafe::try() for better error management (see documentation).
  • Improving phpdocs
  • Redesigning CatPaw\Core\anyError() (see documentation).
  • Adding CatPaw\Core\stop() for safely stopping the application.

v2

11 Jan 04:34
Compare
Choose a tag to compare
v2

Changes

  • Pulling all standalone libraries into this project to offer an all batteries included experience.
  • Abandoning error management through exception in favor of Unsafe.
  • Rewriting custom attributes to be more modular.
  • Moving the old catpaw-core from namespace CatPaw\ to namespace CatPaw\Core\.
  • Overall rewriting documentation with more attention to details, see table of contents.

Dev watcher debugger and fixing some internal inconsistencies

22 Dec 16:46
Compare
Choose a tag to compare

Changes

  • You can now debug the application wile running composer dev:watch.
    Previously it was only possible to debug your application when using composer dev:start.
  • Fixing some internal inconsistencies with types.

Improving dependency resolving

08 Dec 20:16
Compare
Choose a tag to compare

Updating docs

08 Dec 07:30
Compare
Choose a tag to compare

Minimum stability is stable

25 Nov 08:41
Compare
Choose a tag to compare

Version 1.02

  • Minimum stability set to stable.