brittany v0.9.0.1 Release Notes

Release Date: 2018-02-01 // about 6 years ago
    • ๐Ÿ‘Œ Support TupleSections (thanks to Matthew Piziak)
    • ๐Ÿ›  Bugfixes:
      • Fix Shebang handling with stdin input (#92)
      • Fix bug that effectively deleted strict/lazy matches (BangPatterns) (#116)
      • Fix infix operator whitespace bug (#101, #114)
      • Fix help command output and its layouting (#103)
      • Fix crash when config dir does not exist yet (#115)
    • Layouting changes:
      • no space after opening non-tuple parenthesis even for multi-line case
      • use spaces around infix operators (applies to sections and in pattern matches)
      • Let-in is layouted more flexibly in fewer lines, if possible (thanks to Evan Borden)