Releases: StefanMaron/BusinessCentral.LinterCop
Releases · StefanMaron/BusinessCentral.LinterCop
v0.24.3 🌈
v0.24.2 🌈
Changes
🐛 Bug Fixes
- Workaround for LC0017 when assigning single chars to a text field @StefanMaron (#151)
- Systemparts should not need to have a custom caption @StefanMaron (#150)
v0.24.1 🌈
🐛 Bug Fixes
- Fixed a false positive when using arrays of record as variables #130 @StefanMaron
🚀 Features
- Added Rule LC0016: Warning on missing captions #121 @StefanMaron
- Added Rule LC0017: Warning when write to FlowField without comment explanation #142 @StefanMaron
v0.24.0 🌈
Changes
- Changes to LC0015 to warn on
Table
permission instead ofTableData
#127 #128 - LC0015 now also recognizes the asterisk in permissions
codeunit * = X;
- Rule0015 Show warning if table data permission is missing @StefanMaron (#132)
- LC0015 TableData warning only if TableType = Normal @StefanMaron (#133)
- Fixed a false postive for LC0003 when using record arrays #130
- Switched to the lastest compiler
v0.23.3 🌈
Changes
- LC0015 TableData warning only if TableType = Normal @StefanMaron (#133)
v0.23.2 🌈
Changes
- Rule0015 Show warning if table data permission is missing @StefanMaron (#132)
v0.23.1 🌈
v0.23.0 🌈
Changes
- Changed to platform version 19.2.32968.34478 @StefanMaron (#123)
- Release latest changes @StefanMaron (#122)
🚀 Features
- Added Help links to wiki @StefanMaron (#116)
- LC0014: The Caption of permissionset objects should not exceed the maximum length. @rvanbekkum (#115)
- LC0015: Permission Set Coverage @rvanbekkum (#114)
🐛 Bug Fixes
- Disable LC003 and LC005 for DotNet var/param names @rvanbekkum (#119)
v0.22.1 🌈
Changes
🚀 Features
- Added Help links to wiki @StefanMaron (#116)
- LC0015: Permission Set Coverage @rvanbekkum (#114)
- LC0014: The Caption of permissionset objects should not exceed the maximum length. @rvanbekkum (#115)
🐛 Bug Fixes
- Disable LC003 and LC005 for DotNet var/param names @rvanbekkum (#119)
v0.22.0 🌈
Changes
- Added changes from the latest pre-release @StefanMaron (#107)
🐛 Bug Fixes
- Fix for Rule0013/ False postives on tables with No Series field #63 @StefanMaron (#105)
- Only apply rule to Enums and Interfaces when runtime 7.0 or greater @StefanMaron (#104)
- Bugfix for array varables LC0005 @StefanMaron (#103)