-
Notifications
You must be signed in to change notification settings - Fork 3
/
Changes
47 lines (38 loc) · 1.45 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
{{$NEXT}}
0.2.8 2024-02-21T15:04:10+13:00
- Fix attachment PDF generation
0.2.7 2023-08-21T08:07:06+12:00
- Fix annotation text placement for PDF::Content 0.6.14+
0.2.6 2022-05-11T13:20:14+12:00
- Bump PDF and PDF::Content to thread-safe versions
- Use PDF::Content 0.6.1 core font cache. Prefer core-font loading
at the PDF level.
0.2.5 2022-03-11T05:10:08+13:00
- Encode destination URIs to ASCII subset
0.2.4 2021-12-17T12:35:14+13:00
- Implement named destinations #12
0.2.3 2021-06-24T07:57:05+12:00
- Internal use of PDF 0.4.4+ coercements (COERCE method)
- Replace deprecated PDF::Content text-block() -> text-box()
0.2.2 2021-01-19T11:26:05+13:00
- general README.md documentation
- removed disused PDF::API6::Font::Synthetic (dug up by App::Mi6)
0.2.1 2021-01-12T06:57:48+13:00
- Upgrade to PDF::Class 0.4.4; use top level .fields() and .fields-hash() methods.
Release 0.2.0
- Rename modules *.pm -> *.rakumod
Release 0.1.2
- added annotation() method
- document bleed and base-coords methods (added to PDF::Content)
Release 0.1.1
- reworked preferences method to return a PDF::API6::Preferences object
Release 0.1.0
- adjust to rename of PDF::DAO to PDF::COS in latest PDF::CLASS
Release 0.0.4
- add color-separation() and color-devicen() methods
Release 0.0.3
- add fields() and fields-hash() methods
Release 0.0.2
- rebase from PDF::Content to PDF::Class
Release 0.0.1
- initial release