github kamadorueda/alejandra 0.5.0

latest releases: 3.0.0, 2.0.0, 1.5.0...
2 years ago

Changed

  • Pattern matching lambdas now always have the comma after the argument:

    -    depthLimit
    +    depthLimit,
        /*
          If this option is true, an error will be thrown, if a certain given depth is exceeded
          */
    -    ,
  • Pattern matching lambdas now support inline comments:

    -  revision ? ""
    -  # Specify revision for the options
    +  revision ? "", # Specify revision for the options
  • If-then-else expressions are indented only when necessary:

    -      then
    -        {
    -          crossDrv = overrideDerivation drv.crossDrv f;
    -          nativeDrv = overrideDerivation drv.nativeDrv f;
    -        }
    +      then {
    +        crossDrv = overrideDerivation drv.crossDrv f;
    +        nativeDrv = overrideDerivation drv.nativeDrv f;
    +      }
  • All inputs and dependencies were updated to their latest version

  • A lot of code was refactored to improve maintainability

What's Changed

Full Changelog: 0.4.0...0.5.0

Don't miss a new alejandra release

NewReleases is sending notifications on new releases.