Skip to content

Commit c4eaeff

Browse files
committedDec 17, 2024·
Add 1.2.2 entry
1 parent 98cf9ae commit c4eaeff

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed
 

‎docs/ja/news/index.md

+23
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ title: おしらせ
44

55
# おしらせ
66

7+
## 1.2.2: 2024-12-18 {#version-1-2-2}
8+
9+
### 改善
10+
11+
* `xmlua.Element``xmlua.Attribute`などすべてのノードオブジェクトに
12+
`:node_name`メソッドを追加しました。
13+
14+
* `xml.Document:canonicalize`を追加しました。
15+
* GH-36
16+
* GH-37
17+
* Thijs Schreijerさんがパッチを提供
18+
19+
### 修正
20+
21+
* `xmlua/notation.lua`が含まれていない問題を修正しました。
22+
* GH-38
23+
* GH-39
24+
* Thijs Schreijerさんがパッチを提供
25+
26+
### 感謝
27+
28+
* Thijs Schreijerさん
29+
730
## 1.2.1: 2023-02-03 {#version-1-2-1}
831

932
### 改善

‎docs/news/index.md

+23
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ title: News
44

55
# News
66

7+
## 1.2.2: 2024-12-18 {#version-1-2-2}
8+
9+
### Improvements
10+
11+
* Added `:node_name` method to all node objects such as
12+
`xmlua.Element` and `xmlua.Attribute`.
13+
14+
* Added `xml.Document:canonicalize`
15+
* GH-36
16+
* GH-37
17+
* Patch by Thijs Schreijer
18+
19+
### Fixes
20+
21+
* Fixed a bug that `xmlua/notation.lua` isn't included.
22+
* GH-38
23+
* GH-39
24+
* Patch by Thijs Schreijer
25+
26+
### Thanks
27+
28+
* Thijs Schreijer
29+
730
## 1.2.1: 2023-02-03 {#version-1-2-1}
831

932
### Improvements

0 commit comments

Comments
 (0)
Please sign in to comment.