Skip to content

Releases: ansiwave/nimwave

1.2.1

02 Sep 12:00
Compare
Choose a tag to compare

This is a small release that fixes a compile error with nim 2.0.

1.2.0

23 Dec 23:52
Compare
Choose a tag to compare

This version includes support for static web export. This is a great new feature available in the starter project. Now, when you run nimble emscripten, it will output the web assembly just as before, but it will also include a completely static version of the initial view in the index.html as well. That way, your web app will not simply be blank while the web assembly is loading, and it will be easier for search engines to index it.

1.1.0

20 Dec 21:39
Compare
Choose a tag to compare

This is a small release that updates illwave, fixing terminal rendering when the view grows beyond the bounds of the actual terminal.

1.0.0

18 Dec 16:38
Compare
Choose a tag to compare

This release marks a major redesign of NIMWAVE, replacing the old dynamic system based on the json module with a newer, more statically-typed design that uses object inheritance and methods. Since it is a significant breaking change, I'm incrementing the major version, making this the 1.0 release. The starter project and ANSIWAVE BBS have both been updated to use this new version, and the README is completely rewritten as well. Cheers!

0.8.0

19 Jun 14:25
Compare
Choose a tag to compare

This release makes the hbox and vbox adjust their size in both directions to fit their content. Previous the hbox only adjusted its width and the vbox only adjusted its height.

0.7.0

18 Jun 08:56
Compare
Choose a tag to compare

First public release of NIMWAVE :D