| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-17 | 828 Bytes | |
| v3.20.0 - Allow configuring the behaviour for sorting files source code.tar.gz | 2025-10-17 | 271.9 kB | |
| v3.20.0 - Allow configuring the behaviour for sorting files source code.zip | 2025-10-17 | 334.2 kB | |
| Totals: 3 Items | 606.9 kB | 0 | |
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