v3.20.0 - Allow configuring the behaviour for sorting files
What's Changed
- Adding alphabetical file sorting by @yakoffka in https://github.com/opcodesio/log-viewer/pull/472
- Fix LogFileCollection sorting to use idiomatic Laravel .all() method by @arukompas in https://github.com/opcodesio/log-viewer/pull/475
- Replace magic strings with enums in sorting logic by @arukompas in https://github.com/opcodesio/log-viewer/pull/476
- Remove redundant file sorting in FoldersController by @arukompas in https://github.com/opcodesio/log-viewer/pull/477
- Add unified sortUsing() method to simplify sorting logic by @arukompas in https://github.com/opcodesio/log-viewer/pull/478
New Contributors
- @yakoffka made their first contribution in https://github.com/opcodesio/log-viewer/pull/472
Full Changelog: https://github.com/opcodesio/log-viewer/compare/v3.19.0...v3.20.0