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