Release v3.1.49
What's Changed
- Updated docs by @guandeng in #766
- Add purifier component by @trigold1218 in #768
- Updated docs by @guandeng in #769
- chore(docs):update purifier markdown files. by @trigold1218 in #770
- Fix the bug that data loss caused by merging data. by @guandeng in #771
- Use
new Collection()
instead ofcollect
to simplify the call stack. by @huangdijia in #772 - Auto registers routes for telescope by @huangdijia in #767
- refactor(telescope): optimize code structure and add authorization by @huangdijia in #773
- feat(telescope): make telescope enabled by default by @huangdijia in #774
- refactor(telescope): rename save_mode to record_mode and use enum by @huangdijia in #775
- feat(telescope): add default authorization middleware by @huangdijia in #776
- refactor(telescope): optimize controllers and models by @huangdijia in #778
- Renamed entry creation method from
create
tostore
for better semantics by @huangdijia in #779 - Add ability to transform
Http\Client\Response
intoFluent
by @huangdijia in #781 - refactor(telescope): enhance entry storage and querying by @huangdijia in #780
- [telescope] refactor: improve configuration and storage handling by @huangdijia in #783
- Add exceptions as resolved by @guandeng in #782
- [telescope] refactor: improve repository management architecture by @huangdijia in #784
- feat: add
telescope-elasticsearch
component by @huangdijia in #785 - Make the Mailable class tappable. by @huangdijia in #786
New Contributors
- @trigold1218 made their first contribution in #768
Full Changelog: v3.1.48...v3.1.49