-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
31 lines (25 loc) · 1.22 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
Revision history for Business-EDI
0.05 2010-09-08
Bump Test::More version requirement. This fixes clean installs on,
for example, Ubuntu Lucid, where v0.92 doesn't have subtest.
0.04 2010-08-27
HTML output added (html method).
Composite "value" removed (they have subparts, not a value).
0.03 2010-08-04
Metamap segment groups for ORDERS, complete with spec range syntax and
sort function for spec designations.
xpath accessor, like $ordrsp->xpath("SG27/LIN/1229").
xpath accessor, w/ metamap like $ordrsp->xpath("line_details/LIN/1229").
Segment_group package.
Message package.
Many tests.
Some POD documentation.
0.02 2010-05-21
CSV spec files now govern Segment and Composite creation, parsing.
Business::EDI::Spec class handles location and parsing of spec CSV files.
Business::EDI::Segment::RFF and Business::EDI::Segment::BGM deprecated.
Additional tests added.
Deeploading (AUTOLOAD through subelements), i.e. collapsible Composites.
Data normalization on segment and message constructors.
0.01 2010-04-14
Rudimentary first version, mainly for incoming ORDRSP data.