-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
44 lines (28 loc) · 1.24 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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 2016-07-22T15:24:33Z
* fixed document refcount decrement
0.05 2016-07-11T23:34:49Z
[ BUG FIXES ]
- Undeclared dependency on Test::Exception (GH#1, reported by andk)
0.04 2016-07-08T13:20:18Z
[COMPATIBILITY FIX]
- each() callback now receives an element instead of jQuery object
[EXPERIMENT]
- basic plugin system: method names AUTOLOADed from global %fn hash
- probably bad idea, too javascriptish... probably gonna use roles in the future
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
- target = selector, element, arrayref of elements, HTML string, or jQuery object
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
- initial import from cafe's private repo
- written basic pod