text v1.2.4.0 Release Notes

Release Date: 2019-06-28 // almost 5 years ago
    • โž• Add TH Lift instances for Data.Text.Text and Data.Text.Lazy.Text (gh-232)

    • ๐Ÿ“š Update Haddock documentation to better reflect fusion eligibility; improve fusion rules for takeWhileEnd and length (gh-241, ghc-202)

    • ๐ŸŒฒ Optimise Data.Text.replicate from O(n) to O(log n) (gh-209)

    • ๐Ÿ‘Œ Support base-4.13.0.0