-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGELOG
64 lines (43 loc) · 1.28 KB
/
CHANGELOG
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Change Log
## [1.5.0.1] - 2024-11-24
### Fixed
- fix: replace deprecated ${var} syntax with {$var} in string interpolation
## [1.5.0] - 2024-11-23
### Added
- Verify compatibility with PHP 8.3.9
- Add proper type hints for all properties and methods
- Add detailed PHPDoc comments for better code documentation
## [1.4.9] - 2024-11-20
### Updated
- Modify noteref markup for footnotes. **Breaking change**
## [1.4.8] - 2024-10-13
- Fix issue with empty string causing DOMDocument::loadXML() error
## [1.4.7] - 2024-05-26
- Add 'md' shorthand for the 'markdown' attribute
## [1.4.5] - 2023-03-05
### Added
- Added a new parameter "autoTcyDigit" that takes over autoTcy and tcyDigit.
- Added a new parameter "addClass" to allow adding any class to any tag.
### Added
- Support Aozora Bunko ruby syntax.
## [1.4.4] - 2023-02-22
### Added
- Support Aozora Bunko ruby syntax.
## [1.4.3] - 2023-02-17
### Fixed
- Page num syntax within a paragraph becomes a div(issue19)
## [1.4.2] - 2022-11-25
- Remove doc-endnote from doc-endnotes items(issue18).
## [1.4.0] - 2021-10-11
### Added
- Create a new paragraph for backlink if a Endnote has multiple paragraphs.
## [1.3.9] - 2020-08-14
### Fixed
- issue18
## [1.3.8] - 2020-08-01
### Added
- add CHANGELOG
### Fixed
- issue15
- issue16
- issue17