New
v0.7.6
What's Changed
- fix(must-return-ref): only walk subtree of target function by @DonIsaac in https://github.com/DonIsaac/zlint/pull/280
- feat(linter/avoid-as): handle
@asin container fields by @DonIsaac in https://github.com/DonIsaac/zlint/pull/281 - feat(linter/unsafe-undefined): allow ignoring certain types by @DonIsaac in https://github.com/DonIsaac/zlint/pull/282
- fix(linter/unused-decls): auto fixer removes newlines by @DonIsaac in https://github.com/DonIsaac/zlint/pull/283
- perf(sema): inline visitors in release builds only by @DonIsaac in https://github.com/DonIsaac/zlint/pull/284
- refactor(sema): move ast-stuff to Parse struct by @DonIsaac in https://github.com/DonIsaac/zlint/pull/285
- chore: random cleanup by @DonIsaac in https://github.com/DonIsaac/zlint/pull/286
Full Changelog: https://github.com/DonIsaac/zlint/compare/v0.7.5...v0.7.6