-
Notifications
You must be signed in to change notification settings - Fork 11
/
Changes
30 lines (24 loc) · 1.04 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
Revision history for EBook::EPUB
0.5 Tue 17 Aug 2010
- add_item and add_dcitem renamed to add_meta_item and
add_meta_dcitem respectively
- Return ids of items added/created by add_xhtml, add_image,
copy_xhtml, etc.
- Implicitly create UUID for new EPUB document. Treat urn:uuid
identifiers separately from other schemes. Module depends
on Data::UUID now.
0.4 Mon 19 Jul 2010
- EPUB now can have multiple IDs
- Fixed invalid <meta> tags in metadata
- Authors list is now in sync in OPF and NCX files
- It's possible to have zero or more authors in NCX
0.3 Wed 5 May 2010
- Added fonts encryption
- Fixed documentation (arguments order for several functions)
- Fixed typo in dc:description tag
- Fixed bug with playOrder attribute
0.2 Wed 27 Jan 2010
- Fix requirements
- Add repository to module metadata
0.1 Thu 21 Jan 2010
- First version, released on an unsuspecting world.