Releases: astralicht/egg-framework
Releases · astralicht/egg-framework
v0.2.1 - Bugfix
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
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
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
This version is the first stable version ready for projects.