forked from beppu/anyevent-couchdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
54 lines (44 loc) · 1.69 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
45
46
47
48
49
50
51
52
53
54
1.10 UNRELEASED
* see if we can load new attachment data asynchronously.
* write tests
1.09 UNRELEASED
- added support for _all_docs_by_seq
- made boolean handling in view %options more consistent.
* need to improve startkey/endkey/key JSON encoding.
Perhaps I should allow for a custom $json object.
1.08 2009-01-05
- used META_MERGE instead of my Makefile.PL hack to
exclude the eg/ directory from being indexed by CPAN
(by Yuval Kogman)
- added support for /db/_all_docs URL via the new open_docs() method.
(by Jan-Felix Wittmann)
1.07 2008-12-25
- 1.06 was a failed upload. Let's try this again.
1.06 2008-12-25
- not only 200 is OK, bulk docs returns 201 on success
(by Yuval Kogman)
- use URI->path to set the DB name (no problems with missing leading slash)
(by Yuval Kogman)
1.05 2008-12-10
- Regarding RT#41596, I don't want to penalize people who
were following the docs, so when you say
$query->({ group => 'false' }) you'll get
"?group=false" just like before.
DWIM can be a double-edged sword. :-(
1.04 2008-12-10
- RT#41596: accepted suggestion from bug report to change
how the $query function deals with the 'group' parameter.
It now translates between Perl's notion of truth to Javascript's
formal true/false values implicitly.
- added eg/pager example (by Jan-Felix Wittmann)
1.03 2008-10-10
- added method for getting a server's config
- applied patch to $query from Jan-Felix Wittmann
1.02 2008-09-15
- added documentation for attach and detatch
- added document length to new attachment stubs
1.01 2008-09-14
- add support for attachments
- mention DB::CouchDB in POD
1.00 2008-07-25
- initial release