Skip to content

Commit ecc1c07

Browse files
LingDong-Lingdong Huang
authored andcommitted
2 parents d2d0af7 + 7a8b32c commit ecc1c07

File tree

8 files changed

+98
-550
lines changed

8 files changed

+98
-550
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ build/wenyan-win.exe
66
temp
77
dist
88
/tools/calendar.html
9+
藏書樓

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
# v0.2.3
2+
3+
## 序.wy
4+
5+
Think `序.wy` the Wenyan version of `index.js`.
6+
7+
For example, the reader now will search for a module `四庫全書` for a given path `/tmp/examples`
8+
9+
- `/tmp/examples/四庫全書.wy`
10+
- `/tmp/examples/四庫全書/序.wy`
11+
12+
The first match will be imported. Refer to #512 for more details.
13+
14+
## 藏書樓
15+
16+
Think `藏書樓` the Wenyan version of `node_modules`.
17+
18+
`藏書樓` will be included as `importPaths` by CLI automatically. It will do an up searching for `藏書樓` from the cwd (just as node did)
19+
20+
21+
# v0.2.2
22+
23+
## New Website Domain http://wy-lang.org!
24+
25+
We are now using Netlify to build our website & IDE. The legacy links will redirect to http://wy-lang.org automatically.
26+
27+
- New spec page, [check it out](https://wy-lang.org/spec)
28+
29+
## Features
30+
- New option `importPaths` for specifying the import searching directories, (PR #499, by @antfu)
31+
- New option `allowHttp` for allowing import scripts from the web (default to `false`). refer to #499 for more details.
32+
33+
## Fixes
34+
- Fix for mismatched scope begin/end in typecheck (PR #496, thanks @statementreply)
35+
- Stdlib: Fix for some 曆法 functions (PR #503, thanks @statementreply)
36+
- Stdlib: Improve asin, acos and atan (PR #511, thanks @statementreply)
37+
38+
## Examples
39+
- New example Pascal Triangle (PR #498, thanks @MerakDipper)
40+
141
# v0.2.1
242

343
## Static Type Inference

0 commit comments

Comments
 (0)