- Released on an unsuspecting world.
- Added 0.1.0.0 release date.
- Updated path of Yesod.Static.Streamly to Yesod.Default.Util.Streamly.
- Updated base from 4.16.4.0 (GHC 9.2.7) to 4.17.1.0 (GHC 9.4.5).
- Updated remaining required package version to fit new base.
- Updated documentation for Yesod.Default.Util.Streamly.
- First non-candidate version (version bump).
- Added staticStreamly function in Yesod.Static.Streamly.
- Added supporting functionality for staticStreamly in Yesod.Static.Streamly.Internal.
- Added staticFilesStreamly function to Yesod.Static.Streamly.
- Added supporting functionality for staticFilesStreamly in Yesod.Static.Streamly.Internal.
- Updated bounds for template-haskell dependency.
- Rework of the sinkHashStreamly and hashFileStreamly functions in Yesod.Static.Streamly.Internal.
- Modified hashFileStreamly to set unlimited buffer, threading and eager scheduling for parEval function.
- Modified hashFileStreamly to set unlimited buffer (threading and scheduling have no effect on parEval function).
- Modified hashFileStreamly to take in buffer size so that users may optimize chunkReaderWith function based on L2 cache.
- Complete re-work of hashFileStreamly in order to fix non-constant memory usage.
- Added staticDevelStreamly, staticFilesListStreamly, staticFilesMapStreamly, staticFilesMergeMapStreamly, and publicFilesStreamly replacement functions in Yesod.Static.Streamly.
- Added supporting functionality for staticDevelStreamly, cachedETagLookupDevelStreamly, in Yesod.Static.Streamly.Internal.
- Updated documentation in Yesod.Static.Streamly.
- Updated bounds for filepath and unix-compat dependencies.
- Updated documentation for Yesod.Static.Streamly.
- Fixing documentation for Yesod.Static.Streamly.
- Fixing documentation for Yesod.Static.Streamly.
- Added combineStylesheetsStreamly' and combineScriptsStreamly' replacement functions in Yesod.Static.Streamly.
- Added CombineTypeStreamly(..), CombineSettingsStreamly(..), liftRoutesStreamly, combineStaticsStreamly' and base64md5Streamly in Yesod.Static.Streamly.Internal.
- Updated documentation for Yesod.Static.Streamly.Internal.
- Added initial test suite.