Skip to content

Tags: cafe01/xml-libxml-jquery

Tags

0.08

Checking in changes prior to tagging of version 0.08.

Changelog diff is:

diff --git a/Changes b/Changes
index 22652af..78e7dcd 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for Perl extension XML::LibXML::jQuery

 {{$NEXT}}

+0.08 2016-07-23T17:52:05Z
+
     [ PERFORMANCE ]
     * implemented method '_stuff_to_nodes'
       - just the "node resolution" part of new()

0.07

Checking in changes prior to tagging of version 0.07.

Changelog diff is:

diff --git a/Changes b/Changes
index bec9fa9..289a2b9 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for Perl extension XML::LibXML::jQuery

 {{$NEXT}}

+0.07 2016-07-22T16:10:17Z
+
     * Now cheking if self->{document} is defined in DESTROY. It gets undefined
       in some situations, probably wiped by XS code... :/

0.06

Checking in changes prior to tagging of version 0.06.

Changelog diff is:

diff --git a/Changes b/Changes
index a0e149a..9b88b00 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for Perl extension XML::LibXML::jQuery

 {{$NEXT}}

+0.06 2016-07-22T15:24:33Z
+
     * fixed document refcount decrement

 0.05 2016-07-11T23:34:49Z

0.05

Checking in changes prior to tagging of version 0.05.

Changelog diff is:

diff --git a/Changes b/Changes
index 70530f2..ff7d69f 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for Perl extension XML::LibXML::jQuery

 {{$NEXT}}

+0.05 2016-07-11T23:34:49Z
+
     [ BUG FIXES ]
     - Undeclared dependency on Test::Exception (GH#1, reported by andk)

0.04

Checking in changes prior to tagging of version 0.04.

Changelog diff is:

diff --git a/Changes b/Changes
index bb86157..6b29554 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for Perl extension XML::LibXML::jQuery

 {{$NEXT}}

+0.04 2016-07-08T13:20:18Z
+
     [COMPATIBILITY FIX]
     - each() callback now receives an element instead of jQuery object

0.03

Checking in changes prior to tagging of version 0.03.

Changelog diff is:

diff --git a/Changes b/Changes
index 32563c0..4318844 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for Perl extension XML::LibXML::jQuery

 {{$NEXT}}

+0.03 2016-06-26T18:17:44Z
+
     - fixed before/after(content[, content]) signature
     - implemented before/after(function) signature
     - insert_before/insert_after(target) signature fully implemented

0.02

Checking in changes prior to tagging of version 0.02.

Changelog diff is:

diff --git a/Changes b/Changes
index f67c264..1248d36 100644
--- a/Changes
+++ b/Changes
@@ -2,8 +2,11 @@ Revision history for Perl extension XML::LibXML::jQuery

 {{$NEXT}}

-    - improved data() implementation and tests
-    - not using // operator to support perls 5.10
+0.02 2016-06-26T15:07:06Z
+
+    - implemented all add() signatures
+    - implemented all data() signatures
+    - not using // operator to support perls < 5.10

 0.01 2016-06-22T18:46:06Z

0.01

Checking in changes prior to tagging of version 0.01.

Changelog diff is:

diff --git a/Changes b/Changes
index 092109f..a0f372d 100644
--- a/Changes
+++ b/Changes
@@ -2,4 +2,7 @@ Revision history for Perl extension XML::LibXML::jQuery

 {{$NEXT}}

-    - original version
+0.01 2016-06-22T18:46:06Z
+
+    - initial import from cafe's private repo
+    - written basic pod