| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-11-25 | 1.4 kB | |
| v1.6.4 source code.tar.gz | 2024-11-25 | 124.6 kB | |
| v1.6.4 source code.zip | 2024-11-25 | 244.2 kB | |
| Totals: 3 Items | 370.2 kB | 0 | |
What's Changed
- Optimize code to avoid intermediate array allocations 🚀 by @Sija in https://github.com/crystal-ameba/ameba/pull/490
- Use
MutexinJSONFormatterby @Sija in https://github.com/crystal-ameba/ameba/pull/494 - Handle empty configuration as no configuration by @miry in https://github.com/crystal-ameba/ameba/pull/492
- Misc refactors by @Sija in https://github.com/crystal-ameba/ameba/pull/498
- Add
Nilreturn types to methods with side-effects only by @Sija in https://github.com/crystal-ameba/ameba/pull/495 - Raise when config is not a
Hashby @Sija in https://github.com/crystal-ameba/ameba/pull/499 - Adjust cursor position by the indent size only if valid by @Sija in https://github.com/crystal-ameba/ameba/pull/500
- While passing file through
STDINwe should lint just that by @Sija in https://github.com/crystal-ameba/ameba/pull/501 - Allow passing single
-argument as a means to accept file viaSTDINby @Sija in https://github.com/crystal-ameba/ameba/pull/506 - Disable autocorrection when source is passed through
STDINby @Sija in https://github.com/crystal-ameba/ameba/pull/515 - Release 1.6.4 by @Sija in https://github.com/crystal-ameba/ameba/pull/516
New Contributors
- @miry made their first contribution in https://github.com/crystal-ameba/ameba/pull/492
Full Changelog: https://github.com/crystal-ameba/ameba/compare/v1.6.3...v1.6.4