Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 446 Bytes

ReleaseNotes.md

File metadata and controls

12 lines (11 loc) · 446 Bytes

Yesod 0.10

  • Replace lift with liftHandler and liftWidget
  • No more GGHandler or GGWidget
  • No more liftIOHandler
  • Enumerators are gone, in come conduits, now you can catch exceptions!
  • Move from pool to resource-pool
  • Rework of the redirect system
  • Configure database parameters via environment variables.
  • Fully reworked routing, much more efficient.
  • Cleaned up EntityDef, making it more resilient to renamings.