What's Changed
- formatting by @SonyPradana in #367
- feat: add
HandleExceptions::class
for handle php error by @SonyPradana in #368 - feat: console write using stream by @SonyPradana in #369
- feat: password hash by @SonyPradana in #370
- fix: handle general excaption by @SonyPradana in #371
- chore: bump dependency by @SonyPradana in #372
- issue and pull request template by @SonyPradana in #310
- github issue (bug) template by @SonyPradana in #373
- fix: github issue template by @SonyPradana in #374
- remove: remove monorepo builder by @SonyPradana in #363
- ci: split repo validation command by @SonyPradana in #375
- [CI] Added workflow for validate split repo by @SonyPradana in #376
- feat: added
Hash::class
facade by @SonyPradana in #377 - feat: cache by @SonyPradana in #378
- refactor: change cache facade accessor by @SonyPradana in #379
- feat: add
ClearCacheCommand::class
for clear the cache by @SonyPradana in #380 - ci: add rule static asset file must include in split repo by @SonyPradana in #381
- refactor: change global __get return form
source()
toall()
by @SonyPradana in #382 - feat: cache Templator when using
file_get_contents()
by @SonyPradana in #383 - feat: add costume directive use by templator by @SonyPradana in #384
- feat: add json templator directive by @SonyPradana in #385
- feat: add
FileStorage
for cache driver by @SonyPradana in #386
Full Changelog: v0.35.6...v0.36.0