Releases: max397574/query-fmt.rs
Releases · max397574/query-fmt.rs
v1.6.0
1.6.0 (2023-02-22)
Features
- args: add option to not print filename (c1a0465)
- extract config into
Config
struct (daf94fb)
v1.5.1
1.5.1 (2023-02-13)
Bug Fixes
- format: don't add empty lines after commands and small refactors (3b90028)
v1.5.0
1.5.0 (2023-02-13)
Features
- add config values for (list) indent (f0dfb10)
Bug Fixes
- remove not needed references (eaaa6ab)
v1.4.1
1.4.1 (2023-02-03)
Bug Fixes
- fix lists with named nodes (2c2ab5c)
- make it work with escape sequences (b577bb2)
v1.4.0
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
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
1.2.0 (2023-01-08)
Features
Bug Fixes
- include folder in cargo.toml (5a81b35)
v1.1.0
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
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