New
v0.7.9
What's Changed
- fix(allocator-first-param): check for
@This(), etch when findingselfby @DonIsaac in https://github.com/DonIsaac/zlint/pull/304 - fix(case-convention): generics should use PascalCase by @DonIsaac in https://github.com/DonIsaac/zlint/pull/305
- chore: add diagnostic fn to new rule template by @DonIsaac in https://github.com/DonIsaac/zlint/pull/306
- test(sema): add scope children tests by @DonIsaac in https://github.com/DonIsaac/zlint/pull/308
- chore: bump zig to 0.14.1 by @DonIsaac in https://github.com/DonIsaac/zlint/pull/309
- fix(linter/case-convention): only fns returning 'type' are pascal case by @DonIsaac in https://github.com/DonIsaac/zlint/pull/310
Full Changelog: https://github.com/DonIsaac/zlint/compare/v0.7.8...v0.7.9