Skip to content

Releases: max397574/query-fmt.rs

v1.6.0

22 Feb 09:00
4dea10e
Compare
Choose a tag to compare

1.6.0 (2023-02-22)

Features

  • args: add option to not print filename (c1a0465)
  • extract config into Config struct (daf94fb)

v1.5.1

13 Feb 19:24
0bee160
Compare
Choose a tag to compare

1.5.1 (2023-02-13)

Bug Fixes

  • format: don't add empty lines after commands and small refactors (3b90028)

v1.5.0

13 Feb 14:27
d05b68e
Compare
Choose a tag to compare

1.5.0 (2023-02-13)

Features

  • add config values for (list) indent (f0dfb10)

Bug Fixes

  • remove not needed references (eaaa6ab)

v1.4.1

03 Feb 14:41
6ef4e7d
Compare
Choose a tag to compare

1.4.1 (2023-02-03)

Bug Fixes

  • fix lists with named nodes (2c2ab5c)
  • make it work with escape sequences (b577bb2)

v1.4.0

31 Jan 14:37
42056ba
Compare
Choose a tag to compare

1.4.0 (2023-01-31)

Features

  • actually modify the file (6ada11b)
  • added preview option (a821e3f)
  • allow whole directories to be formatted (daa8f4a)
  • only indent lists with one space (988c2e3)

Bug Fixes

v1.3.0

09 Jan 13:15
baef67e
Compare
Choose a tag to compare

1.3.0 (2023-01-09)

Features

  • ci: added build workflow (e4ade34)
  • ci: use latest checkout action (0865b9d)
  • start with config module (1811d67)

Bug Fixes

  • ci: add stuff to cargo.toml (d9d5c3b)
  • ci: checkout submodules (207b12d)
  • ci: remove windows build for now (aa942f7)
  • correctly format comments (5b45802)
  • windows ci: add missing file (84e0f35)

v1.2.0

08 Jan 19:40
18fc493
Compare
Choose a tag to compare

1.2.0 (2023-01-08)

Features

Bug Fixes

  • include folder in cargo.toml (5a81b35)

v1.1.0

08 Jan 17:05
26e4e42
Compare
Choose a tag to compare

1.1.0 (2023-01-08)

Features

  • add space before captures (dbb20dd)
  • add support for lists (ac5effd)
  • better newlines and indent (67ce1db)
  • some more edge cases with anonymous nodes (e65cad1)

Bug Fixes

  • double space in predicate with capture (7407151)

v1.0.0

07 Jan 12:04
2189778
Compare
Choose a tag to compare

1.0.0 (2023-01-07)

⚠ BREAKING CHANGES

  • completely rewrite and start first formatting

Features

  • add space in predicates (c094d37)
  • completely rewrite and start first formatting (6d2ad85)
  • more complex input (d0268c5)
  • newline before predicates (5b911aa)

Bug Fixes