Releases: mausworks/tidier
Releases · mausworks/tidier
vscode-v1.1.0
tidier-vscode-v1.1.0 (2022-03-27)
Bug Fixes
- also enable rename overwrites on MacOS for the CLI (3ebb575)
Features
- add a setting for rename overwrites to the VSCode extension (b5ebfa1)
cli-v1.2.5
core-v1.2.3
cli-v1.2.4
vscode-v1.0.1
core-v1.2.2
tidier-core-v1.2.2 (2021-12-20)
Bug Fixes
cli-v1.2.3
vscode-v1.0.0
tidier-vscode-v1.0.0 (2021-12-19)
Bug Fixes
- always overwrite files on Windows (7fb6e78)
- clean up package.jsons and build scripts (3e13836)
- don't display unhandled rejections in the error output (6ce320c)
- reword the readme a bit (0e8c82c)
- set
overwrite
to true when renaming (cb73e8a) - use new API names (cd3111b)
- vscode: improve README and CHANGELOG (c3d7309)
Features
- add logo (22f6101)
- add private to vscode package (cabaf69)
- add tidier-core to dependencies (b3225af)
- add vscode extension (813aa40)
- drop the organization prefix (05bf219)
- improved problem detection & autofixing (5ffd0c9)
- move eslint to root, add some more rules (d88a159)
- remove change log from README (d8d4171)
- rename 'tidier-cli' to 'tidier' and 'tidier' to 'tidier-vscode' (b8a4f6a)
- rename tidier-lib to tidier-core (2c10f68)
- settings support and small fixes (53c8f06)
- unify how problems are handled and fixed (2da4b27)
- update project metadata (bb6a13e)
- update readmes (91aee3c)
- use workspaceDependencies for workspace dependencies (a1b78a0)
- WIP add new commands and refactor Project abstraction (dbbaf4b)
- WIP: commands (66b9ab3)
core-v1.2.1
tidier-core-v1.2.1 (2021-12-19)
Bug Fixes
- core: reduce bundle-size by excluding non-essential files from the package (75e23bd)
core-v1.2.0
tidier-core-v1.2.0 (2021-12-19)
Features
- core: support specifying ignorefiles when loading a project (3a64c98)