Skip to content

Commit 0d3c7c1

Browse files
committed
Bump version to 0.3.0, update changelog
1 parent 070c77b commit 0d3c7c1

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

ts/ielib/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## 0.3.0
4+
5+
- `Animate`, `CLASS`, `RACE` are now `declare enum` -- use `Animate.ANKHEG`, `CLASS.FIGHTER`, `RACE.HUMAN`.
6+
- Add `RACE` enum with full race.ids data.
7+
- Add `Direction` enum, modal.ids constants, `ItmRef` type, `tlk()` function.
8+
- Object specifiers (`LastAttackerOf`, etc.) accept an optional target parameter.
9+
- `tra()` returns `StrRef`.
10+
11+
### Breaking changes
12+
13+
- Bare IDS constant exports (`ANKHEG`, `FIGHTER`, etc.) from animate.ids and class.ids removed. Use enum members instead.
14+
- `ClassID` type renamed to `CLASS`; `RaceID` type renamed to `RACE`.
15+
16+
## 0.2.0
17+
18+
- Add `CreRef`, `StrRef`, `Direction` types.
19+
- Action/trigger params use typed refs (`AreRef`, `CreRef`, `StrRef`) and `Direction` where applicable.
20+
321
## 0.1.4
422

523
Add `Action` type for actions.

ts/ielib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ielib",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"type": "module",
55
"exports": {
66
".": "./index.ts",

0 commit comments

Comments
 (0)