|
1 |
| -## Release 1.4.4 (Sep 5, 2018) |
| 1 | +## Release 1.4.5 (Sep 5, 2018) |
2 | 2 |
|
3 | 3 | * raise now creates a real exception
|
4 | 4 | * New primitive (get-exception-message EXCEPTION) to get message from an exception
|
5 | 5 | * use (raise "message") or (raise (list "Exception" "message"))
|
6 | 6 | * Exception can be one of: "AssertionError", "Exception", "KeyboardInterrupt", "MacroError", "ParseError", "ReadError", "RunTimeError", "ScanError", or "UnhandledException"
|
7 | 7 | * (raise ...) now has proper tracebacks
|
8 | 8 |
|
9 |
| -## Release 1.4.3 (Sep 1, 2018) |
| 9 | +## Release 1.4.4 (Sep 2, 2018) |
10 | 10 |
|
11 |
| - * added requirement yasi to do proper indentation in console |
12 |
| - * yasi also provides signal for do_is_complete without full-on parsing |
13 |
| - * yasi can be customized via ~/.yasirc.json |
14 |
| - * see: https://github.com/nkmathew/yasi-sexp-indenter#customization |
15 |
| - * new scripts: calysto-scheme, calysto-scheme-debug |
16 |
| - * remove "var = undefined" useless statements |
17 | 11 | * Renamed setitem, hasitem, and getitem
|
18 | 12 | * setitem -> set-item!
|
19 | 13 | * hasitem -> has-item?
|
|
24 | 18 | * get-attr
|
25 | 19 | * fixed bug in scheme-host's sort
|
26 | 20 |
|
| 21 | +## Release 1.4.3 (Sep 1, 2018) |
| 22 | + |
| 23 | + * added requirement yasi to do proper indentation in console |
| 24 | + * yasi also provides signal for do_is_complete without full-on parsing |
| 25 | + * yasi can be customized via ~/.yasirc.json |
| 26 | + * see: https://github.com/nkmathew/yasi-sexp-indenter#customization |
| 27 | + * new scripts: calysto-scheme, calysto-scheme-debug |
| 28 | + * remove "var = undefined" useless statements |
| 29 | + |
27 | 30 | ## Release 1.4.2 (Aug 31, 2018)
|
28 | 31 |
|
29 | 32 | * new (range) tests
|
|
0 commit comments