Releases: howmanysmall/small-rules
Releases · howmanysmall/small-rules
Release list
v2.7.0
🚀 Features
- ci: Split checks and gate release on ci - by @howmanysmall (62424)
- default-properties: Add compact default properties generator - by @howmanysmall (8f3b5)
View changes on GitHub
v2.6.0
🚀 Features
- no-async-in-system:
- Restrict rule to Roblox-derived async calls - by @howmanysmall (67aef)
- Expand Roblox async detection - by @howmanysmall (55e66)
- rules:
- Generate Roblox yielding catalog - by @howmanysmall (b118f)
View changes on GitHub
v2.5.2
No significant changes
View changes on GitHub
v2.5.0
🚀 Features
- rules: Add no-async-in-system rule - by @howmanysmall (4cfe8)
- scripts: Replace bun with zx+nub for json linting - by @howmanysmall (e9b8b)
- zed: Configure biome and oxfmt to use node run - by @howmanysmall (1d0db)
View changes on GitHub
v2.4.1
🚀 Features
- no-restricted-property-assignment: Test allowFiles match basename - by @howmanysmall (7c4a4)
🐞 Bug Fixes
- rules: Match allowFiles against relative paths - by @howmanysmall (cb835)
View changes on GitHub
v2.4.0
🚀 Features
- no-restricted-property-assignment: Add glob support - by @howmanysmall (79e14)
- rule: Precompile property restrictions - by @howmanysmall (326da)
View changes on GitHub
v2.3.0
🚀 Features
- rule: Add allowFiles option minimatch dep - by @howmanysmall (13d2f)
View changes on GitHub
v2.2.1
No significant changes
View changes on GitHub
v2.2.0
🚀 Features
- rules: Add no-restricted-property-assignment rule - by @howmanysmall (8e345)
- test: Switch to custom RuleTester - by @howmanysmall (5e385)
🐞 Bug Fixes
- rule: Exclude property from name extraction - by @howmanysmall (06e45)
View changes on GitHub
v2.1.0
🚀 Features
- Add no-recursive rule - by @howmanysmall (db9bf)
- Maximize test coverage - by @howmanysmall (2feda)
- no-array-size-assignment:
- Add environment option - by @howmanysmall (8f243)
- no-commented-code:
- Add maxLines option - by @howmanysmall (2ffd6)
- rules:
- Add class method support, path option - by @howmanysmall (5c154)
- Add except option to require-async-suffix rule - by @howmanysmall (9ae3b)
- Add no-array-constructor-index-assignment rule - by @howmanysmall (17ad2)
- scripts:
- Add Bun JSON lint script - by @howmanysmall (2665b)
🐞 Bug Fixes
- ci: Pin native TypeScript preview - by @howmanysmall (c30d2)
- prevent-abbreviations: Skip imported members - by @howmanysmall (071c7)
- require-throw-error-capture: Consider catch parameter - by @howmanysmall (a823f)
- rules: Skip imported type member names in abbreviations checks - by @howmanysmall (20e29)