Skip to content

v1.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jan 09:50
· 8 commits to master since this release
ccb9453
  • Reformat indented strings, reformatting to simple strings when appropriate: #348
  • Added musl static build and nixfmt-static package: #349
  • Added auto-release GitHub Actions workflow: #354
  • Fixed empty lists/sets with comments idempotency: #363
  • Fixed language annotations inside lists on function arguments: #355
  • Fixed parser for chained prefix operators: #352
  • Fixed inconsistent comment indentation in parameter lists: #346
  • Fixed language annotations followed by multiple new lines: #347
  • Memory optimization: don't retain thunks when appending to Trivia: #350
  • Added a flake formatter (so nix fmt works): #357
  • Added link to standard.md in README: #361
  • Fixed typo in README for nixfmt installation: #345