[Pkg-javascript-commits] [sockjs-client] 243/350: Update changelog

tonnerre at ancient-solutions.com tonnerre at ancient-solutions.com
Fri Aug 5 01:04:26 UTC 2016


This is an automated email from the git hooks/post-receive script.

tonnerre-guest pushed a commit to branch upstream
in repository sockjs-client.

commit a0900c225e133a21374c3010b224ea23795d2e70
Author: Bryce Kahle <bkahle at gmail.com>
Date:   Mon Oct 27 16:33:51 2014 -0400

    Update changelog
---
 Changelog    | 10 ++++++----
 package.json |  3 +--
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/Changelog b/Changelog
index c69199c..8069267 100644
--- a/Changelog
+++ b/Changelog
@@ -1,9 +1,9 @@
-1.0.0 (unreleased)
+1.0.0-rc1
 =====
 
  * Relax requirements when using same origin XHR - #80
  * Upgrade to JSON3 from JSON2 - #123
- * Package library with browserify supporting the UMD pattern
+ * Package library with browserify supporting the UMD pattern - #184
  * Move tests to JavaScript
  * Add Gulp.js build script
  * Fix getOrigin for file:/// urls and standard ports - #173
@@ -16,12 +16,14 @@
  * Check for an empty response from /info request - #143
  * Add Content-Type to XHR requests to fix issue over HTTPS on Galaxy S4 - #164
  * Fix iframe fallback when message is sent from a popup in IE7/8 - #166
- * Add support for query strings on the url - #74
+ * Add support for query strings on the url - #72
  * Now works inside of Web Workers - #181
  * Support EventSource / Server Sent Events outside of iframes - #201
  * Rename protocols to transports - #65
  * Allow transports which need the body to trigger on 'interactive' readyState - #175
-
+ * try/catch access to document.domain - #187
+ * Use `window.location` instead of `document.location` - #195
+ * Allow usage from node.js with same API
 
 0.3.4
 =====
diff --git a/package.json b/package.json
index 0143797..e46ea4f 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "sockjs-client",
   "description": "SockJS-client is a browser JavaScript library that provides a WebSocket-like object. SockJS gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communication channel between the browser and the web server.",
-  "version": "1.0.0-alpha1",
+  "version": "1.0.0-rc1",
   "author": "Bryce Kahle",
   "browser": {
     "./lib/transport/driver/websocket.js": "./lib/transport/browser/websocket.js",
@@ -55,7 +55,6 @@
   ],
   "license": "MIT",
   "main": "./lib/entry.js",
-  "private": true,
   "repository": {
     "type": "git",
     "url": "https://github.com/sockjs/sockjs-client.git"

-- 
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