qm-interpolated-string v0.2.0.0 Release Notes

Release Date: 2017-10-20 // over 6 years ago
    • โž• Added tab (\t) symbol escaping (breaks backward compatibility with v0.1.1.0)
    • ๐Ÿ‘Œ Support new LTS Haskell 9.0 (ghc-8.0.2) (updated upper version of haskell-src-meta from 0.7.x to 0.8.x)
    • โž• Added qmb QuasiQuoter, it's qm + b (line-Breaks), it works just as qm but keeps line breaks (still ignores indendation)
    • โž• Added qnb QuasiQuoter (qmb without interpolation), it's qn + b (line-Breaks), it works just as qn but keeps line breaks (still ignores indendation)
    • โž• Added qms QuasiQuoter, it's qm + s (Spaces), it works just as qmb but kept line breaks replaced with spaces
    • โž• Added qns QuasiQuoter (qms without interpolation), it's qn + s (Spaces), it works just as qnb but kept line breaks replaced with spaces
    • โœ… More docs and tests