diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -43,6 +43,18 @@ <button id="enabler" onclick="reloader();">Click to enable offline use!</button> <section id="changelog"> <article> + <h1>Aug 7, 2022 - Hiatuses and 'Hell yeah!'s</h1> + <hr> + <ul> + <li>Continued work on type intersection logic.</li> + <ul> + <li>By which I mean finished it!!!</li> + <li>Go to <a href="/types.html">types.html</a> and punch + <code><span style="color:khaki;">regenTypes</span>(<span style="color:crimson;">nodefoo</span>.<span style="color:crimson;">ins</span>[<span style="color:green;">0</span>])</code> into the devtools console to view it.</li> + </ul> + </ul> + </article> + <article> <h1>June 8, 2022 - <code> <span style="color:lightblue;">typedef</span> (<span style="color:crimson;">you</span>|<span style="color:crimson;">me</span>) |