|
| 1 | +# 0.5.2 |
| 2 | +- fix: Elide void definitions (#1305) |
| 3 | +- fix: Allow types defined in modules to be members (#1303) |
| 4 | +- fix: Ensure interface values aren't discarded (#1308) |
| 5 | +- feat: Add Float.round (#1301) |
| 6 | +- feat: Add additional ignore macros (#1300) |
| 7 | +- fix: Fix nested polymorphic types (#1294) |
| 8 | +- refactor: Cleanup Concretize module (#1283) |
| 9 | +- fix: Fix scoring of type and function declarations (#1290) |
| 10 | +- fix: Escape quotes in String.prn (#1287) |
| 11 | +- fix: Make Symbol.prefix work on qualified symbols (#1286) |
| 12 | +- fix: Respect line number in repl (#1282) |
| 13 | +- fix: Fix dynamic let bindings recursion and binder leaks (#1281) |
| 14 | +- feat: Add Dynamic.Debug.trace (#1279) |
| 15 | +- feat: Add Dynamic.proc? (#1278) |
| 16 | +- feat: Add List.remove-nth (#1277) |
| 17 | +- feat: Add machine-info primitive draft (#1269) |
| 18 | +- feat: Allow for multibranches in case (#1276) |
| 19 | +- docs: Set infoFile on primitives and commands (#1273) |
| 20 | +- docs: Document core modules (#1271) |
| 21 | +- fix: Set correct info on defmodule (#1270) |
| 22 | +- docs: Add pattern limitations (#1268) |
| 23 | +- fix: Added missing definitions so Carp can be used with TCC 32bit on Windows (#1267) |
| 24 | +- docs: Make doc work on top level and document macros (#1265) |
| 25 | +- feat: Emit docs for top level bindings (#1253) |
| 26 | +- fix: Dynamic.String.slice index handling (#1258) |
| 27 | +- feat: (and) and (or) now handle any number of parameters (#1251) |
| 28 | +- feat: IO.Raw (#1243) |
| 29 | +- fix: Check for generic main at build time (#1247) |
| 30 | +- docs: Updates memory docs to discourage overriding `delete` (#1245) |
| 31 | +- docs: Document managed? primitive (#1244) |
| 32 | +- fix: Render submodules in html docs (#1242) |
| 33 | +- fix: Fix repl function application evaluation (#1238) |
| 34 | +- refactor: Move form validation into a separate module (#1233) |
| 35 | + |
1 | 36 | # 0.5.1 |
2 | 37 | - fix: Don't crash on invalid member in struct / sumtype (#1228) |
3 | 38 | - feat: Additional local documentation as html (#1229) |
|
0 commit comments