You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
2
2
3
+
## v1.4.1 - 2015 Mar 11
4
+
5
+
> Trivial, non-breaking release that adds a pair of optional web-adapter aliases to help make examples a little simpler.
6
+
7
+
```clojure
8
+
[com.taoensso/sente "1.4.1"]
9
+
```
10
+
11
+
3
12
## v1.4.0 - 2015 Mar 9
4
13
5
14
> This is a major **BREAKING** release. Biggest change is added support for web servers besides http-kit (only _Immutant_ for now). A big thanks to @tobias for his assistance with the Immutant support.
[com.taoensso/sente "1.4.0"] ; BREAKS from v1.3.x, see CHANGELOG for details
4
+
[com.taoensso/sente "1.4.1"] ; BREAKS from v1.3.x, see CHANGELOG for details
5
5
```
6
6
7
7
# Sente, channel sockets for Clojure
@@ -50,7 +50,7 @@ So you can ignore the underlying protocol and deal directly with Sente's unified
50
50
Add the necessary dependency to your [Leiningen][]`project.clj`. This'll provide your project with both the client (ClojureScript) + server (Clojure) side library code:
0 commit comments