[Pkg-javascript-commits] [sockjs-client] 176/434: Updated Changelog
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:12 UTC 2014
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a commit to branch master
in repository sockjs-client.
commit 22cadaf9cbfd6e0daeb2e619eb10dcb034ac723d
Author: Marek Majkowski <majek04 at gmail.com>
Date: Thu Oct 20 16:48:31 2011 +0100
Updated Changelog
---
Changelog | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/Changelog b/Changelog
index a1d5ec3..bbf373e 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,17 @@
+Current
+=======
+
+ * SockJS-client can only send UTF-8 encodable strings. Previously we
+ took advantage of rich data structures and automatically
+ json-encoded them, but this got removed. Now, all data passed to
+ `send` will be converted to string. This is also how native
+ * `status` property on `EventClose` is renamed to `code`
+ as per Websocket API
+ WebSockets behave.
+ * The test server was updated to new `sockjs-node` API
+ * Fixed problem with Jsonp-polling transport on IE9
+ * Repository was moved - updated links.
+
0.0.4
=====
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git
More information about the Pkg-javascript-commits
mailing list