Skip to content

Releases: yllumi/ci4-pages

v1.0.7

23 May 10:58

Choose a tag to compare

Force exit after redirect page

v1.0.6

21 May 02:24

Choose a tag to compare

Add function helper redirectPage()

v1.0.5

22 Feb 20:00

Choose a tag to compare

update default template untuk script, dengan menambahkan pengembalian beberapa properti diantaranya ui, data, model dan fungsi init(). To generate script file inside page, add param -s or --script, for example php spark page:create -s

v1.0.4

21 Feb 09:32
752d29c

Choose a tag to compare

Add command option to create script.js file from template

v1.0.3

17 Feb 09:42
73f1360

Choose a tag to compare

What's Changed

  • chore: start add unit test and initialize github action by @samsonasik in #6
  • chore: Fix cs per github action feedback by @samsonasik in #7
  • chore: remove version definition in composer.json by @samsonasik in #8
  • refactor: enable PHPStan for code analyze by @samsonasik in #9
  • refactor: use parent::handle() call on PageRouter, use page based route only on fallback by @samsonasik in #10
  • refactor: enable Rector for code analyze and increase PHPStan to level 6 by @samsonasik in #11
  • Fix non string value default page on PageRouter::pageBasedRoute() by @samsonasik in #12
  • chore: enable PHPStan level 9 by @samsonasik in #13

Full Changelog: v1.0.2...v1.0.3

v1.0.2

05 Jan 14:19

Choose a tag to compare

Add spark command to create a new page

Full Changelog: v1.0.1...v1.0.2

v1.0.1

03 Jan 02:00

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

02 Jan 17:56

Choose a tag to compare

What's Changed

  • Page-based routing now uses a strategy of overriding the Router class.
  • Simplified usage by adapting the auto route (improved) from CodeIgniter 4.
  • Page-based routing can now be used alongside manual routes and auto routes (improved).
  • Fix LICENSE Copyright by @samsonasik in #1
  • Add php requirement to composer.json by @samsonasik in #2
  • chore: Apply CodeIgniter Coding Standard by @samsonasik in #3

New Contributors

Full Changelog: v0.1.4...v1.0.0