Releases: UnknownRori/UnknownRori-PHP
Releases · UnknownRori/UnknownRori-PHP
2.0.3
2.0.2
🔨 Fix :
- Fixed deep nesting route issue.
- Update docs version.
- Fixed Path from
storage::upload
. - added guard in collection pagination method so it doesnt throw an exception.
- change from
left join
toinner join
in base model class.
⚒️ Changes :
- change the default link on collection pagination.
2.0.1
🔨 Fix:
- Minor versioning bug.
2.0
How to Install
run composer create-project unknownrori/unknownrori-php
New Feature 🚀
- New Request Validator.
- Added Regex Helper class.
- New Cache system.
- Added more typecasting helper function.
- Added randomizer helper class.
- Improved
Exception
display. - Added File helper class.
- Added Json helper class.
- Added new parameter for
where
method inDB
class. - Added session helper function.
- Added report helper function.
- Added new
format
method fortime
class. - New
resource
method inRoute
class. - Added CSRF protection.
- Added
response
class and it's helper function. - New route group definition.
Breaking Change 🔥
- Moving Http Folder from Support folder.
- Rename
Model
class toBaseModel
class. - Change
insert
method inDB
class tocreate
. - Change
destroy
method inDB
class todestroy
. - Remove Autoload command in
CLI
. - Change function and method name into camelCase.
- Route grouping method from
by
togroup
. - Remove
destroy
method incollection
class.
Fix 🔨
- Remove unused file.
- Refactor Authentication.
- DB sometime throw an error if it return an empty result.
- Fix route redirect doesn't correctly pass the parameter.
- Remove unused controller.
- Fix nesting view causing an error.
- Env variable boolean is not converted to boolean.
- Refactor
Route
class. - Fixed nested route group definition problem.
2.0-beta.1
New Feature 🚀
- New Request Validator.
- Added Regex Helper class.
- New Cache system.
- Added more typecasting helper function.
- Added randomizer helper class.
- Improved
Exception
display. - Added File helper class.
- Added Json helper class.
- Added new parameter for
where
method inDB
class. - Added session helper function.
- Added report helper function.
- Added new
format
method fortime
class. - New
resource
method inRoute
class. - Added CSRF protection.
- Added
response
class and it's helper function. - New route group definition.
Breaking Change 🔥
- Moving Http Folder from Support folder.
- Rename
Model
class toBaseModel
class. - Change
insert
method inDB
class tocreate
. - Change
destroy
method inDB
class todestroy
. - Remove Autoload command in
CLI
. - Change function and method name into camelCase.
- Route grouping method from
by
togroup
. - Remove
destroy
method incollection
class.
Fix 🔨
- Remove unused file.
- Refactor Authentication.
- DB sometime throw an error if it return an empty result.
- Fix route redirect doesn't correctly pass the parameter.
- Remove unused controller.
- Fix nesting view causing an error.
- Env variable boolean is not converted to boolean.
- Refactor
Route
class. - Fixed nested route group definition problem.
1.2.1
Changes :
- bugfix : route name doesn't exist doesn't throw an error but stop the execution.
- bugfix :blade one undefined array key name when change authentication unique_key.
- update : remodel cache folder structure.
- remove : .lock files.
- added : exception on route.
- added : TimeExecutionMonitor Middleware for calculating the execution time every page load.
1.2
Changes :
- Added Tailwind CSS framework.
- Added Str wrapper class and Str helper function.
- Added Blade One Package.
- Update Collection data manipulation affect only data property.
- Fix : auth logout method doesn't fully logout the user.
- Added Session check and update unset method.
- Added Collection removeKeyInt method.
- Remove key int in returned database interaction.
1.1.1
Change :
- Rollback before the dropping core folder since it will pain to customize the core framework
- Change auth middleware to Authenticate middleware
- submitted to packagist
1.1
Changes :
- Add : route, collect, redirect helper function.
- Add : pop method in Core\Support\Collection.
- Fix : get route cannot passed data.
- Update : kernel configuration added svg file to be included as resource category.