Skip to content

Commit bf4c831

Browse files
authored
Merge pull request #87
0.7.1
2 parents 6819909 + 4aa91ac commit bf4c831

40 files changed

Lines changed: 1643 additions & 485 deletions

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ On this on-development version, things can be broken.
2020
</details>
2121
-->
2222

23+
## 0.7.1
24+
25+
Released 14 January 2026
26+
27+
I'm in the middle of translator rewrite and I usually don't include here
28+
dictionary updates. However, this one is important. I want to avoid dead naming
29+
the Toki Pona founder Mrs. Lang. The definition for "su", which has the name,
30+
has changed.
31+
2332
## 0.7.0
2433

2534
Released 25 September 2025

CONTRIBUTING.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,21 @@ Also check the [changelog](./CHANGELOG.md) and open the on-development
1818
changelog, it might be already fixed but hasn't published yet! Duplicate issues
1919
are unnecessary.
2020

21-
Note to maintainer/contributor: When there's a bug discovered, make a test for
22-
it if possible. Use Deno's own testing tools:
21+
<details>
22+
23+
<summary>Note to maintainer</summary>
24+
25+
When there's a bug discovered, make a test for it if possible. Use Deno's own
26+
testing tools:
2327
[examples](https://github.com/ilo-token/ilo-token.github.io/blob/master/src/translator/test.ts).
2428
Then edit the issue to link the test in following format:
2529

2630
```md
2731
Test: [src/translator/test.ts "verb with adverb"](permalink including the lines)
2832
```
2933

34+
</details>
35+
3036
## [Discussion](https://github.com/ilo-token/ilo-token.github.io/discussions)
3137

3238
This GitHub repository have discussion, a dedicated forum page and shall serve
@@ -68,7 +74,7 @@ these for any reason e.g. you just want to fix typo.)
6874
`deno test --parallel` before and after making changes to the code. Some tests
6975
may already be failing.
7076
- Make use of linter: Run `deno lint`. If a lint rule is deemed unnecessary and
71-
more of an annoyance, open an [issue](#issue). We can remove lint rules.
77+
more of an annoyance, you can remove it from [`deno.json`](./deno.json).
7278

7379
As a thank you for contributing, you'll get a shout out in the changelog!
7480

deno.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,16 @@
7171
}
7272
},
7373
"imports": {
74-
"@std/assert": "jsr:@std/assert@^1.0.14",
75-
"@std/async": "jsr:@std/async@^1.0.14",
76-
"@std/cache": "jsr:@std/cache@^0.2.0",
74+
"@std/assert": "jsr:@std/assert@^1.0.16",
75+
"@std/async": "jsr:@std/async@^1.0.16",
76+
"@std/cache": "jsr:@std/cache@^0.2.1",
7777
"@std/collections": "jsr:@std/collections@^1.1.3",
78-
"@std/fs": "jsr:@std/fs@^1.0.19",
79-
"@std/html": "jsr:@std/html@^1.0.4",
80-
"@std/random": "jsr:@std/random@^0.1.2",
78+
"@std/fs": "jsr:@std/fs@^1.0.21",
79+
"@std/html": "jsr:@std/html@^1.0.5",
80+
"@std/random": "jsr:@std/random@^0.1.4",
8181
"@std/regexp": "jsr:@std/regexp@^1.0.1",
8282
"@std/text": "jsr:@std/text@^1.0.16",
83-
"browser-dtector": "npm:browser-dtector@^4.1.0",
84-
"compromise": "npm:compromise@^14.14.4"
83+
"browser-dtector": "npm:browser-dtector@^4.1.1",
84+
"compromise": "npm:compromise@^14.14.5"
8585
}
8686
}

0 commit comments

Comments
 (0)