Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 30, 2021. It is now read-only.

Tags: vti/sockjs-perl

Tags

0.10

Toggle 0.10's commit message
Checking in changes prior to tagging of version 0.10.

Changelog diff is:

diff --git a/Changes b/Changes
index a2edf82..b34d591 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for perl module SockJS

 {{$NEXT}}

+0.10 2018-12-07T12:01:32Z
+
+ - fix issue with not fully closed sockets on websocket aborts
+
 0.09 2018-12-02T11:11:02Z

  - bump versions of HTTP::Tiny and List::Util

0.09

Toggle 0.09's commit message
Checking in changes prior to tagging of version 0.09.

Changelog diff is:

diff --git a/Changes b/Changes
index 4d58bb3..a2edf82 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for perl module SockJS

 {{$NEXT}}

+0.09 2018-12-02T11:11:02Z
+
+ - bump versions of HTTP::Tiny and List::Util
+
 0.08 2018-12-02T09:25:09Z

  - add missing IO::Compress::Deflate dependency (manwar)

0.08

Toggle 0.08's commit message
Checking in changes prior to tagging of version 0.08.

Changelog diff is:

diff --git a/Changes b/Changes
index 11a32d1..4d58bb3 100644
--- a/Changes
+++ b/Changes
@@ -2,8 +2,11 @@ Revision history for perl module SockJS

 {{$NEXT}}

+0.08 2018-12-02T09:25:09Z
+
  - add missing IO::Compress::Deflate dependency (manwar)
  - split dependencies into runtime and test
+ - set allow_nonref to 0 (defaults to 1 as of JSON::XS 4.0)

 0.07 2018-09-29T11:16:16Z

0.07

Toggle 0.07's commit message
Checking in changes prior to tagging of version 0.07.

Changelog diff is:

diff --git a/Changes b/Changes
index 2170368..77ac27d 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for perl module SockJS

 {{$NEXT}}

+0.07 2018-09-29T11:16:16Z
+
+ - pass $env to handler callback
+
 0.06 2018-08-26T18:25:58Z

  - use IO::String in tests for more compatibility with older perls

0.06

Toggle 0.06's commit message
Checking in changes prior to tagging of version 0.06.

Changelog diff is:

diff --git a/Changes b/Changes
index a77d1d9..2170368 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,13 @@ Revision history for perl module SockJS

 {{$NEXT}}

+0.06 2018-08-26T18:25:58Z
+
+ - use IO::String in tests for more compatibility with older perls
+ - add more test dependencies
+ - add Build.PL to make it installable from git
+ - add travis
+
 0.05 2018-08-26T17:55:24Z

  - do not use 5.10 features

0.05

Toggle 0.05's commit message
Checking in changes prior to tagging of version 0.05.

Changelog diff is:

diff --git a/Changes b/Changes
index 91011d9..a77d1d9 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,11 @@ Revision history for perl module SockJS

 {{$NEXT}}

+0.05 2018-08-26T17:55:24Z
+
+ - do not use 5.10 features
+ - add test dependencies
+
 0.04 2018-08-26T12:24:41Z

  - set license (manwar)

0.04

Toggle 0.04's commit message
Checking in changes prior to tagging of version 0.04.

Changelog diff is:

diff --git a/Changes b/Changes
index f7f56e3..91011d9 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,11 @@ Revision history for perl module SockJS

 {{$NEXT}}

+0.04 2018-08-26T12:24:41Z
+
+ - set license (manwar)
+ - make sure handler object exists in websocket callbacks
+
 0.03 2018-08-26T06:25:23Z

  - upgrade to SockJS 1.* version

0.03

Toggle 0.03's commit message
Checking in changes prior to tagging of version 0.03.

Changelog diff is:

diff --git a/Changes b/Changes
index 476b5b7..f7f56e3 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for perl module SockJS

 {{$NEXT}}

+0.03 2018-08-26T06:25:23Z
+
  - upgrade to SockJS 1.* version

 0.01 2013-04-06

0.01

Toggle 0.01's commit message
Uncomment vendor tests