11<a href =" https://www.taoensso.com/clojure " title =" More stuff by @ptaoussanis at www.taoensso.com " ><img src =" https://www.taoensso.com/open-source.png " alt =" Taoensso open source " width =" 340 " /></a >
2- [ ** API** ] [ cljdoc docs ] | [ ** Wiki** ] [ GitHub wiki ] | [ Latest releases] ( #latest-releases ) | [ Slack channel] [ ]
2+ [ ** API** ] [ cljdoc ] | [ ** Wiki** ] [ GitHub wiki ] | [ Latest releases] ( #latest-releases ) | [ Slack channel] [ ]
33
44# Sente
55
@@ -17,7 +17,8 @@ Loosely inspired by [Socket.IO](https://socket.io/), it uses **core.async**, **W
1717
1818- ` 2024-12-31 ` ` v1.20.0 ` (dev): [ release info] ( ../../releases/tag/v1.20.0 )
1919
20- [ ![ Main tests] [ Main tests SVG ]] [ Main tests URL ]
20+ [ ![ Clj tests] [ Clj tests SVG ]] [ Clj tests URL ]
21+ [ ![ Cljs tests] [ Cljs tests SVG ]] [ Cljs tests URL ]
2122[ ![ Graal tests] [ Graal tests SVG ]] [ Graal tests URL ]
2223
2324See [ here] [ GitHub releases ] for earlier releases.
@@ -46,15 +47,16 @@ So you can ignore the underlying protocol and deal directly with Sente's unified
4647## Documentation
4748
4849- [ Wiki] [ GitHub wiki ] (getting started, usage, etc.)
49- - API reference: [ cljdoc] [ cljdoc docs ] , [ Codox] [ Codox docs ]
50+ - API reference via [ cljdoc] [ cljdoc ]
51+ - Support via [ Slack channel] [ ] or [ GitHub issues] [ ]
5052
5153## Funding
5254
53- You can [ help support] [ sponsor ] continued work on this project, thank you!! 🙏
55+ You can [ help support] [ sponsor ] continued work on this project and [ others ] [ my work ] , thank you!! 🙏
5456
5557## License
5658
57- Copyright © ; 2012-2024 [ Peter Taoussanis] [ ] .
59+ Copyright © ; 2012-2025 [ Peter Taoussanis] [ ] .
5860Licensed under [ EPL 1.0] ( LICENSE.txt ) (same as Clojure).
5961
6062<!-- Common -->
@@ -69,13 +71,14 @@ Licensed under [EPL 1.0](LICENSE.txt) (same as Clojure).
6971
7072<!-- Project -->
7173
72- [ Codox docs ] : https://taoensso.github.io/sente/
73- [ cljdoc docs ] : https://cljdoc.org/d/com.taoensso/sente/CURRENT/api/taoensso.sente
74+ [ cljdoc ] : https://cljdoc.org/d/com.taoensso/sente/CURRENT/api/taoensso.sente
7475
7576[ Clojars SVG ] : https://img.shields.io/clojars/v/com.taoensso/sente.svg
7677[ Clojars URL ] : https://clojars.org/com.taoensso/sente
7778
78- [ Main tests SVG ] : https://github.com/taoensso/sente/actions/workflows/main-tests.yml/badge.svg
79- [ Main tests URL ] : https://github.com/taoensso/sente/actions/workflows/main-tests.yml
79+ [ Clj tests SVG ] : https://github.com/taoensso/sente/actions/workflows/clj-tests.yml/badge.svg
80+ [ Clj tests URL ] : https://github.com/taoensso/sente/actions/workflows/clj-tests.yml
81+ [ Cljs tests SVG ] : https://github.com/taoensso/sente/actions/workflows/cljs-tests.yml/badge.svg
82+ [ Cljs tests URL ] : https://github.com/taoensso/sente/actions/workflows/cljs-tests.yml
8083[ Graal tests SVG ] : https://github.com/taoensso/sente/actions/workflows/graal-tests.yml/badge.svg
81- [ Graal tests URL ] : https://github.com/taoensso/sente/actions/workflows/graal-tests.yml
84+ [ Graal tests URL ] : https://github.com/taoensso/sente/actions/workflows/graal-tests.yml
0 commit comments