Skip to content

Releases: nova-framework/system

Implementation of a Theme generator

05 Nov 18:58
Compare
Choose a tag to compare

A Theme generator command is added in the Forge.

Overall improvements

05 Nov 16:12
Compare
Choose a tag to compare

This release introduce overall improvements and move the Forensics Profiler, HTML Sevice and the Helpers to the full application's Shared\ namespace.

Overall improvements

31 Oct 12:43
Compare
Choose a tag to compare
v3.79.3

Improve the Nova\Routing\Assets\Dispatcher

Improve the Forensics Middleware

25 Oct 20:07
Compare
Choose a tag to compare
v3.79.2

Improve the Forensics Middleware

Improve the Routing

25 Oct 18:39
Compare
Choose a tag to compare
v3.79.1

Small fix

Implementation of the Pipelines based Middleware

25 Oct 13:52
Compare
Choose a tag to compare
v3.79.0

Adjust the Kernel version

Overall improvements

09 Oct 19:54
Compare
Choose a tag to compare
v3.78.20

Improve the Session Service

Overall improvements

08 Oct 08:00
Compare
Choose a tag to compare
v3.78.19

Improve Nova\Filesystem\Filesystem

Improve the Nova\Modules\Console\ModuleMigrateStatusCommand

07 Oct 19:05
Compare
Choose a tag to compare

This time was added two new migration status commands (for app and modules), being something like:

bash-4.4# ./forge migrate:status
+------+---------------------------------------------------------+
| Ran? | Migration                                               |
+------+---------------------------------------------------------+
| Y    | 2017_09_15_073927_create_options_table                  |
| Y    | 2017_09_15_074021_create_users_table                    |
| Y    | 2017_09_15_074140_create_roles_table                    |
| Y    | 2017_09_15_090740_create_users_password_reminders_table |
| Y    | 2017_09_15_091222_create_session_table                  |
| Y    | 2017_09_15_092106_create_cache_table                    |
| Y    | 2017_10_05_204617_create_spool_table                    |
| Y    | 2017_10_07_010300_create_permissions_table              |
| Y    | 2017_10_07_010345_create_permission_role_table          |
| Y    | 2017_10_07_010428_create_role_user_table                |
+------+---------------------------------------------------------+

Also include a prettier dd(), via Symfony's VarDump

Adjust Nova\Mail\Spool\FileSpool

06 Oct 21:32
Compare
Choose a tag to compare
v3.78.17

Update the Kernel version