Add toSimpleServer() method.
[perl-pqf.git] / Changes
1 $Id: Changes,v 1.9 2005-04-27 10:52:51 mike Exp $
2
3 Revision history for Perl extension Net::Z3950::PQF.
4
5 0.03  Wed Apr 27 11:51:28 BST 2005
6         - Net::Z3950::PQF::TermNode and Net::Z3950::PQF::BooleanNode
7           are now subclasses of Net::Z3950::PQF::BooleanNode as
8           documented.  Test script "t/1-node.t" now tests subclass
9           relationships.
10         - Support for Rset nodes.  Test script "t/1-node.t" now tests
11           Rset nodes.
12         - Support for parsing @set.  Test script "t/2-parser.t" now
13           tests @set queries.
14         - Handle multi-word terms enclosed in {curly brackets}.  Test
15           script "t/2-parser.t" tests this.
16         - Representation of Term nodes has changed due to new private
17           base-class shared with Rset nodes.  NOTE THAT THIS IS A
18           BACKWARDS INCOMPATIBLE CHANGE.  Code that used to
19           inspect $termNode->{term} should now use $termNode->{value}
20
21 0.02  Fri Dec 17 17:17:47 GMT 2004
22         - Write the code!  First functional version.
23
24 0.01  Fri Dec 17 10:41:04 2004
25         - original version; created by h2xs 1.22 with options
26                 -b 5.6.0 -X Net::Z3950::PQF
27
28
29 ### Still to do:
30         - Correct handling of double-quoted terms, so that backslash
31           can protect embedded double quotes.
32         - Support for creating and rendering ProxNode.
33         - Support for parsing @prox.
34         - Support for parsing @term.
35