Skip to content

Releases: astralicht/egg-framework

v0.2.1 - Bugfix

27 May 23:58
Compare
Choose a tag to compare

Changelogs:

  • Bug Fixes:
    • /index.php
    • DRY-ed out the code. (Removed redundant lines).
    • Removed 404 html contents when response from API is null.
  • /routes.php
    • Added routes during controller generation.
  • Notes:
    • There should be no problem using existing code on this new version.

v0.2.0 - API feature update

01 May 08:36
b394b14
Compare
Choose a tag to compare

Feature Changelogs:

New Features:

  • /index.php
    • API support
    • Adding a route enables access to the controller specified which then gives access to the other framework modules.
    • It passes through index.php first and gets processed there.
  • /.htaccess, /index.php
    • Showing a page after fetching from the database using a third URI segment is now possible.
    • Usage is as follows: ..///
    • (e.g. URI -> 127.0.0.1/items/view/1)

Bug Fixes:

  • /modules/home/index.html, /chalaza
    • Fixed spacing in existing .html files and generated html through chalaza.
  • /modules/error404/index.html
    • Styling has been adjusted to work regardless of URI misalignment. (It also looks better now.)

Other Changes:

  • /.htaccess
    • Added lines to enable a third URI segment.
    • Added a rewrite condition to redirect excessive URIs to error404.

v0.1.1 - Hotfix

24 Apr 01:41
b394b14
Compare
Choose a tag to compare

Hotfix Changelogs

  • Added favicon reference tags in the html files that are already present and those to be generated.
  • Fixed CSS and JS references in index.html generation.

v0.1.0 - Stable

12 Apr 05:42
b394b14
Compare
Choose a tag to compare

This version is the first stable version ready for projects.