Releases: ansiwave/nimwave
1.2.1
1.2.0
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
1.0.0
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 method
s. 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!