Releases: razshare/catpaw
Releases · razshare/catpaw
Fixing builder
Changes
- Fixing an issue where the builder would inject the wrong default environment file
Better environment detection
Changes
- Better environment detection
- Adding
--hi
option, which will respond withhello
.
A quick mechanism to make sure the binary works.
A proper--help
will be added in the future.
Better phpdocs and adding attributes flags
Changes
- Improving phpdocs and project docs in general
- Adding flags to existing attributes
2.1.5
Changes
- Adding websockets support, read more here.
- Adding Twig support, read more here.
- Adding reactive state support, read more here.
2.0.27
2.0.26
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
- All starters have been updated to show these tips after the project creation and after running
Note
More tips to come in the future.
2.0.19
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
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 namespaceCatPaw\Core\
. - Overall rewriting documentation with more attention to details, see table of contents.
Dev watcher debugger and fixing some internal inconsistencies
Changes
- You can now debug the application wile running
composer dev:watch
.
Previously it was only possible to debug your application when usingcomposer dev:start
. - Fixing some internal inconsistencies with types.