Minor Update v0.40 🏭
What's Changed
- feat: connection using raw dsn by @SonyPradana in #441
- refacto, fix: reversible kernel middleware by @SonyPradana in #443
- Add tag generation methods for assets by @SonyPradana in #449
- refactor: templator each with consisten template by @SonyPradana in #450
- refactor, fix: allow redirect route with named paramters by @SonyPradana in #451
- feat: console style with option no color by @SonyPradana in #452
- feat: new console output stream by @SonyPradana in #453
- feat: stream supports colorization check by @SonyPradana in #454
- Feat/command-verbose-level by @SonyPradana in #455
- [Feat] add throttle middleware X ratelimiter by @SonyPradana in #456
- fix type by @SonyPradana in #457
- refacto, fix: templator by @SonyPradana in #460
- Streamline namespace and declaration handling in template generation by @SonyPradana in #461
- Add facade generator command by @SonyPradana in #459
- fix: facade script generator
selfreturn type by @SonyPradana in #463 - update facades docblock by @SonyPradana in #462
- feat: add support comment on schema builder create table by @SonyPradana in #464
- new data type decimal, double, boolean, datetime, year, char, json by @SonyPradana in #465
- fix: add support parse without removeing quote by @SonyPradana in #466
- refacto: pdo time duration by @SonyPradana in #467
- Fix: Refactor DSN generation and fix charset typo by @SonyPradana in #468
- feat: console style pad by @SonyPradana in #470
- detech lost connection by @SonyPradana in #469
- feat: command exit const by @SonyPradana in #471
- refacto: transaction throw exception will cancel transection directly by @SonyPradana in #472
- facade configuration by @SonyPradana in #473
- command with output stream by @SonyPradana in #474
- fix: facade-generator handle replacement in union types correctly by @SonyPradana in #475
- feat: register View and Templator to Facade class by @SonyPradana in #476
- fix facade by @SonyPradana in #479
- feat: add
DatabaseManagerby @SonyPradana in #477
Full Changelog: v0.39.2...v0.40.0