Added
- (experimental) Configurable indentation (two spaces, four spaces and tabs).
- Pipe operators (
a |> b
anda <| b
) are now supported. - Doc comments (
/** */
) are handled more graciously.
Changed
- Upgraded dependencies to its latest version.
Pull Requests
- minor refactors by @kamadorueda in #421
- feat: add pkg readme by @kamadorueda in #422
- build(deps): bump the npm_and_yarn group across 1 directory with 15 updates by @dependabot in #427
- add formatting for doc-comments by @hsjobeki in #401
- build(deps): bump the npm_and_yarn group across 2 directories with 1 update by @dependabot in #432
- feat: configuration mechanism by @kamadorueda in #433
- feat: miscellaneous updates by @kamadorueda in #434
- refac: simplify config mechanism by @kamadorueda in #437
- feat: custom (experimental) indentation option by @kamadorueda in #435
- feat: docs, toml config, default location, and more by @kamadorueda in #438
- test: add cli tests by @kamadorueda in #439
- test: more tests by @kamadorueda in #441
- Make tests green on systems with different number of physical CPUs by @dbast in #443
- refac: use clap's builtin env reader by @kamadorueda in #445
- build(deps): bump nanoid from 3.3.6 to 3.3.8 in /front in the npm_and_yarn group across 1 directory by @dependabot in #440
- refac: single line message by @kamadorueda in #447
- feat: string: handle indentation modes by @exscientiafortis in #448
- feat: update rnix by @kamadorueda in #454
- test: add pipe operator tests by @kamadorueda in #455
- feat: support bin-op again by @kamadorueda in #456
New Contributors
- @hsjobeki made their first contribution in #401
- @dbast made their first contribution in #443
- @exscientiafortis made their first contribution in #448
Full Changelog: 3.1.0...4.0.0