Skip to content

Commit

Permalink
Add 1.2.2 entry
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 17, 2024
1 parent 98cf9ae commit c4eaeff
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/ja/news/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@ title: おしらせ

# おしらせ

## 1.2.2: 2024-12-18 {#version-1-2-2}

### 改善

* `xmlua.Element``xmlua.Attribute`などすべてのノードオブジェクトに
`:node_name`メソッドを追加しました。

* `xml.Document:canonicalize`を追加しました。
* GH-36
* GH-37
* Thijs Schreijerさんがパッチを提供

### 修正

* `xmlua/notation.lua`が含まれていない問題を修正しました。
* GH-38
* GH-39
* Thijs Schreijerさんがパッチを提供

### 感謝

* Thijs Schreijerさん

## 1.2.1: 2023-02-03 {#version-1-2-1}

### 改善
Expand Down
23 changes: 23 additions & 0 deletions docs/news/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@ title: News

# News

## 1.2.2: 2024-12-18 {#version-1-2-2}

### Improvements

* Added `:node_name` method to all node objects such as
`xmlua.Element` and `xmlua.Attribute`.

* Added `xml.Document:canonicalize`
* GH-36
* GH-37
* Patch by Thijs Schreijer

### Fixes

* Fixed a bug that `xmlua/notation.lua` isn't included.
* GH-38
* GH-39
* Patch by Thijs Schreijer

### Thanks

* Thijs Schreijer

## 1.2.1: 2023-02-03 {#version-1-2-1}

### Improvements
Expand Down

0 comments on commit c4eaeff

Please sign in to comment.