Commit Graph

6 Commits

Author SHA1 Message Date
JeremS 65a301da9e
Fixing issue #571 / minor changes, improvements (#590)
* Refactor: Ring jetty adapter is now a generic ring adapter

Minor changes:

- Properly eliding SSE retry duration
- Added a small utility in the main api.
- Added a new option to the ->sse-response functions to support
  modifying the HTTP response status.
- Fixed typos and errors in the docs.
- using consts version number.
- Prepared tests for rj9a
- Properly killing webrivers when shutting down tests

* Docs: fixing the fixed typo
2025-02-04 08:15:06 -06:00
Ben Croker c25cbec470
Update CDN links 2025-02-01 08:41:17 -06:00
Ben Croker 701370246f
Prep for 1.0.0-beta.3 2025-02-01 08:35:20 -06:00
Ben Croker 805993a9b7
Remove file size from `consts.clj` 2025-01-30 12:46:00 -06:00
Delaney ba6fba2b25
Revamp apply and cleanup to be based primarily on MutationObserver (#528)
* Revamp apply and cleanup to be based primarily on MutationObserver

* Improve `data-on` timing functions
Fixes #519

* inline cast

* Update library/src/engine/engine.ts

Co-authored-by: Thomas Threadgold <2460166+Regaez@users.noreply.github.com>

* cleanup and merge with develop

* Add timing example

* remove apply

---------

Co-authored-by: Thomas Threadgold <2460166+Regaez@users.noreply.github.com>
Co-authored-by: Ben Croker <ben@putyourlightson.com>
2025-01-30 11:06:20 -06:00
JeremS 1e55dcf6d5
Clojure SDK (#540)
* Feature: added clojure sdk

Chore: rebasing on latest
(last commit from clojure-sdk d6259824908c)

* Fix: alphabetical order

* Docs: Actual broadcast example

* Test: adding shell test support

Fix: order of options in data-lines for execute scripts events

Fix: fixed signal handling / missing options

Refactor: using the generated constants for boolean options

* Test: passing shell tests

Chore: task build
2025-01-29 16:28:08 -06:00