Skip to content

Commit

Permalink
0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed Oct 2, 2024
1 parent 53fc544 commit b57ba24
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{{$NEXT}}

0.1.18 2024-10-02T13:15:18+13:00
- Relax type-checking on Attributes /O (owner) entry.
- Use 'Placement' attribute for 'Block' vs 'Inline' elements in
XML serialization

0.1.17 2024-08-29T06:53:12+12:00
- Fix setting of DOCTYPE in external Dtd
- Refactor ancestor-or-self and descendant-or-self axes
Expand All @@ -12,9 +17,9 @@
- Handle 'Artifact' tags in the structure tree

0.1.15 2023-11-10T08:07:05+13:00
- more fixes to XML :omit option
- document some PDF 2.0 tags
- add :Lang to root element in doco and tests
- More fixes to XML :omit option
- Document some PDF 2.0 tags
- Add :Lang to root element in doco and tests

0.1.14 2023-10-28T14:27:41+13:00
- Avoid whitespace in some tag XML serialization e.g.
Expand Down
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
],
"test-depends": [
],
"version": "0.1.17"
"version": "0.1.18"
}
2 changes: 1 addition & 1 deletion lib/PDF/Tags.rakumod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#| Tagged PDF root node
unit class PDF::Tags:ver<0.1.17>;
unit class PDF::Tags:ver<0.1.18>;

use PDF::Tags::Node::Parent :&att-owner;
also is PDF::Tags::Node::Parent;
Expand Down

0 comments on commit b57ba24

Please sign in to comment.