Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 4.98 KB

CHANGES.md

File metadata and controls

62 lines (40 loc) · 4.98 KB

Turbo-Flask change log

Release 0.8.5 - 2024-07-30

  • Update hotwire turbo to version 8.0.5 (commit)

Release 0.8.4 - 2023-03-04

  • Update turbo.js to 7.3.0 (commit)
  • Document use of nginx as reverse proxy #44 (commit)
  • Remove deprecated @before_first_request decorator from "load" example (commit)

Release 0.8.3 - 2022-10-27

  • Switch CDN from skypack to jsdelivr #42 (commit)

Release 0.8.2 - 2022-10-17

  • Upgrade to turbo.js 7.2.2 #41 (commit) (thanks Oliver Wehrens!)

Release 0.8.1 - 2022-09-24

  • Update turbo.js to 7.2.0 #39 (commit) (thanks Jan Peterka!)
  • Example of how to flash message from a turbo-stream (commit)
  • Readme files for all examples (commit)
  • Add python 3.10 to builds (commit)
  • Upgrade build to pypy-3.9 (commit)

Release 0.8.0 - 2021-11-26

  • Upgrade to turbo.js 7.1.0 #20 (commit) (thanks Jan Peterka!)

Release 0.7.0 - 2021-11-03

  • Add after and before streams, and upgrade to turbo.js v7.0.1 #18 (commit) (thanks Jan Peterka!)
  • Fix turbo stream close tag in todos example #15 (commit) (thanks John Jansen!)

Release 0.6.1 - 2021-09-17

  • Upgrade to turbo.js v7-rc4 (commit)
  • Silence broken pipe errors from the WebSocket layer #9 (commit)
  • More unit tests (commit)

Release 0.6.0 - 2021-06-30

  • Respect scheme of page when connecting via websocket #8 (commit)
  • Better handling of the "to" argument in push() (commit)
  • Handle unexpectedly closed WebSockets (commit)
  • Make load example work on Mac and Windows with fake load averages (commit)
  • Added change log (commit)
  • Sphinx documentation (commit)

Release 0.5.0 - 2021-05-08

  • Added requested_frame() method (commit)
  • Updated turbo.js to v7-beta5 (commit)
  • Stream pushing example (commit)
  • Stream updates over WebSocket (commit)

Release 0.0.1 - 2021-01-31