Skip to content

Releases: UnknownRori/UnknownRori-PHP

2.0.3

15 Jun 04:33
c457a74
Compare
Choose a tag to compare

🔨 Fix :

  • Buggy filter in built in model.
  • Remove unused use.

⚒️ Improvement :

  • Improve documentation.
  • Automatic Controller and Model using CLI to follow psr-2 standard.

2.0.2

11 Jun 09:24
cbb02fa
Compare
Choose a tag to compare

🔨 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 to inner join in base model class.

⚒️ Changes :

  • change the default link on collection pagination.

2.0.1

08 Jun 06:49
7c35f1c
Compare
Choose a tag to compare

🔨 Fix:

  • Minor versioning bug.

2.0

01 Jun 12:26
449309c
Compare
Choose a tag to compare
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 in DB class.
  • Added session helper function.
  • Added report helper function.
  • Added new format method for time class.
  • New resource method in Route 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 to BaseModel class.
  • Change insert method in DB class to create.
  • Change destroy method in DB class to destroy.
  • Remove Autoload command in CLI.
  • Change function and method name into camelCase.
  • Route grouping method from by to group.
  • Remove destroy method in collection 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

26 May 00:16
eb7622a
Compare
Choose a tag to compare
2.0-beta.1 Pre-release
Pre-release

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 in DB class.
  • Added session helper function.
  • Added report helper function.
  • Added new format method for time class.
  • New resource method in Route 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 to BaseModel class.
  • Change insert method in DB class to create.
  • Change destroy method in DB class to destroy.
  • Remove Autoload command in CLI.
  • Change function and method name into camelCase.
  • Route grouping method from by to group.
  • Remove destroy method in collection 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

18 Feb 21:05
Compare
Choose a tag to compare

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

14 Feb 20:42
Compare
Choose a tag to compare
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

12 Feb 23:05
Compare
Choose a tag to compare

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

12 Feb 05:44
Compare
Choose a tag to compare
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.

1.0

09 Feb 19:24
Compare
Choose a tag to compare
1.0

Initial Release

Contributors