node-turbo

A library for Node.js to assist with the server side of 37signals' Hotwire Turbo framework. It provides classes and functions for Web servers and also convenience functions for the frameworks Koa and Express as well as for WebSocket and SSE.

MIT License

Downloads
88
Stars
13
node-turbo - v1.2.2

Published by VividVisions 18 days ago

  • Tested against Hotwire Turbo 8.0.10.
  • Tested against Express 4.21.1.
  • Added end2end tests.
  • Updated development dependencies.

Full Changelog: https://github.com/VividVisions/node-turbo/compare/v1.2.1...v1.2.2

node-turbo - v1.2.1 Latest Release

Published by VividVisions about 2 months ago

  • Tested with Hotwire Turbo 8.0.6.
  • Tested with Express 4.21.0.
  • Updated dependencies.

Full Changelog: https://github.com/VividVisions/node-turbo/compare/v1.2.0...v1.2.1

node-turbo - v1.2.0

Published by VividVisions 3 months ago

  • Deprecated action shortcut functions morph() and morphAll().
  • Tested with Turbo 8.0.5.
  • Updated documentation.
  • Updated testing dependencies and revised tests.

Full Changelog: https://github.com/VividVisions/node-turbo/compare/v1.1.1...v1.2.0

node-turbo - v1.1.1

Published by VividVisions 4 months ago

  • Updated dependencies.
  • Tested with new dependencies.
  • Updated README accordingly.
node-turbo - v1.1.0

Published by VividVisions 8 months ago

  • Added support for morph and refresh actions.
  • Added support for boolean HTML attributes (such as children-only in morph actions)
  • Tested with Turbo 8.0.4.
  • Better API docs.
  • Updated usage cases in README.

Full Changelog: https://github.com/VividVisions/node-turbo/compare/v1.0.1...v1.1.0

node-turbo - v1.0.1

Published by VividVisions 10 months ago

  • Fixed missing dependency.
  • Better formatting in README.md.

Full Changelog: https://github.com/VividVisions/node-turbo/compare/v1.0.0...v1.0.1

node-turbo - 1.0.0

Published by VividVisions 10 months ago

Initial release.

node-turbo is a library for Node.js to assist with the server side of 37signals' Hotwire Turbo framework. It provides classes and functions for Web servers and also convenience functions for the frameworks Koa and Express as well as for WebSocket and SSE.