Skip to content

Releases: mausworks/tidier

vscode-v1.1.0

27 Mar 19:15
59c2c83
Compare
Choose a tag to compare

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

27 Mar 19:14
59c2c83
Compare
Choose a tag to compare

tidier-v1.2.5 (2022-03-27)

Bug Fixes

  • also enable rename overwrites on MacOS for the CLI (3ebb575)

core-v1.2.3

23 Mar 16:09
34e1e6f
Compare
Choose a tag to compare

tidier-core-v1.2.3 (2022-03-23)

Bug Fixes

  • fix wrong variable name (cf85c1c)

cli-v1.2.4

22 Mar 20:45
8193701
Compare
Choose a tag to compare

tidier-v1.2.4 (2022-03-22)

Bug Fixes

  • cli: update outdated usage information (79be58a)

vscode-v1.0.1

20 Dec 03:11
0368db4
Compare
Choose a tag to compare

tidier-vscode-v1.0.1 (2021-12-20)

Bug Fixes

  • vscode: add website to package metadata (56d35ea)

core-v1.2.2

20 Dec 03:10
0368db4
Compare
Choose a tag to compare

tidier-core-v1.2.2 (2021-12-20)

Bug Fixes

  • core: add repository and website to package metadata (b346463)
  • core: fix a spelling mistake and minor issue with example (56fc0f5)

cli-v1.2.3

20 Dec 03:11
0368db4
Compare
Choose a tag to compare

tidier-v1.2.3 (2021-12-20)

Bug Fixes

  • cli: add repository and website to package metadata (da382d0)

vscode-v1.0.0

19 Dec 09:19
aa5d6bf
Compare
Choose a tag to compare

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

19 Dec 06:51
59aca2e
Compare
Choose a tag to compare

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

19 Dec 06:14
3665b46
Compare
Choose a tag to compare

tidier-core-v1.2.0 (2021-12-19)

Features

  • core: support specifying ignorefiles when loading a project (3a64c98)