Skip to content

Commit

Permalink
release 0.19.0 (aiscript-dev#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
FineArchs authored Jul 15, 2024
1 parent e5fae94 commit ac1510e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 13 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
[Read translated version (en)](./translations/en/CHANGELOG.md)

# 0.19.0

- `Date:year`系の関数に0を渡すと現在時刻になる問題を修正
- シンタックスエラーなどの位置情報を修正
- `arr.reduce`が空配列に対して初期値なしで呼び出された時、正式にエラーを出すよう
- `str.pad_start`,`str.pad_end`を追加
- `arr.insert`,`arr.remove`を追加
- `arr.sort`の処理を非同期的にして高速化
- `arr.flat`,`arr.flat_map`を追加
- `Uri:encode_full`, `Uri:encode_component`, `Uri:decode_full`, `Uri:decode_component`を追加
- `str.starts_with`,`str.ends_with`を追加
- `arr.splice`を追加
- `arr.at`を追加
- For Hosts: エラーハンドラ使用時、InterpreterのオプションでabortOnErrorをtrueにした時のみ全体のabortを行うように

# 0.18.0
- `Core:abort`でプログラムを緊急停止できるように
- `index_of`の配列版を追加
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@
"stringz": "2.1.0",
"uuid": "9.0.1"
}
}
}
1 change: 0 additions & 1 deletion unreleased/arr-at.md

This file was deleted.

1 change: 0 additions & 1 deletion unreleased/optinabort.md

This file was deleted.

10 changes: 0 additions & 10 deletions unreleased/past.md

This file was deleted.

0 comments on commit ac1510e

Please sign in to comment.