Releases: smeijer/unimported
Releases · smeijer/unimported
v1.31.0
1.31.0 (2023-11-18)
Bug Fixes
Features
- Add Expo Support for React Native Preset (#183) (3bdca14)
- Ignore Unimported Files Mentioned in .gitignore (#184) (4a1e1ac), closes #173
v1.30.0
1.30.0 (2023-09-22)
Features
- make 'src' configurable in baseUrl (#168) (89502e1)
- support config files in js, json, and yaml using cosmiconfig (#178) (70ef403)
v1.29.1
1.29.1 (2023-05-19)
Bug Fixes
- ensure package.json can be resolved on windows (#157) (dadc34b)
v1.27.1
1.27.1 (2023-04-23)
Bug Fixes
- don't exit with non-zero when provided scope is clean (#146) (4f0d752)
v1.27.0
1.27.0 (2023-04-21)
Features
- add
--fix
flag for removing unused files and dependencies (#142) (f637d98)
- show source file that tries to include unresolved file (#105) (23f6080)
v1.26.0
1.26.0 (2023-03-02)
Features
- added scope flags for unused, unimported and unresolved to print them separately (#139) (d7724a1)