File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ # v0.2.2
2
+
3
+ ## New Website Domain http://wy-lang.org!
4
+
5
+ We are now using Netlify to build our website & IDE. The legacy links will redirect to http://wy-lang.org automatically.
6
+
7
+ - New spec page, [ check it out] ( https://wy-lang.org/spec )
8
+
9
+ ## Features
10
+ - New option ` importPaths ` for specifying the import searching directories, (PR #499 , by @antfu )
11
+ - New option ` allowHttp ` for allowing import scripts from the web (default to ` false ` ). refer to #499 for more details.
12
+
13
+ ## Fixes
14
+ - Fix for mismatched scope begin/end in typecheck (PR #496 , thanks @statementreply )
15
+ - Stdlib: Fix for some 曆法 functions (PR #503 , thanks @statementreply )
16
+ - Stdlib: Improve asin, acos and atan (PR #511 , thanks @statementreply )
17
+
18
+ ## Examples
19
+ - New example Pascal Triangle (PR #498 , thanks @MerakDipper )
20
+
1
21
# v0.2.1
2
22
3
23
## Static Type Inference
You can’t perform that action at this time.
0 commit comments