| Age | Commit message (Expand) | Author |
| 2019-02-06 | Moving to better, more centralized versioning system. Now the Nomsu | Bruce Hill |
| 2019-02-02 | Recompile | Bruce Hill |
| 2019-02-02 | Added inverse dicts and a few new list methods. | Bruce Hill |
| 2019-01-30 | Added 'reversed' method for lists. | Bruce Hill |
| 2019-01-22 | Moved all the text method stuff into text.moon instead of splitting | Bruce Hill |
| 2019-01-18 | Fixed extra return value. | Bruce Hill |
| 2019-01-16 | Overhauling OO-API a little to make it more minimalistic. | Bruce Hill |
| 2019-01-16 | Fixed dict tostring to use {.x = 1} form instead of {x: 1} | Bruce Hill |
| 2019-01-01 | Misc changes, including text indented interpolations are now indented | Bruce Hill |
| 2018-12-18 | Added comprehension form to containers, e.g. List(function(add) add(5) | Bruce Hill |
| 2018-11-19 | Fixed a string indexing issue. | Bruce Hill |
| 2018-11-19 | Tweaks and API cleanup. | Bruce Hill |
| 2018-11-17 | In-progress (but working) overhaul of some elements including: function | Bruce Hill |
| 2018-11-09 | No longer passing `tree` to every compile action. Now, you can just | Bruce Hill |
| 2018-11-08 | Major overhaul, splitting nomsu_compiler into nomsu_environment, | Bruce Hill |
| 2018-11-06 | Removed utils.lua, simplified some metaprogramming stuff, added native support | Bruce Hill |
| 2018-11-02 | Changed stub convention to (foo 1 baz 2) -> foo_1_baz instead of | Bruce Hill |
| 2018-10-29 | Some cleanups and fixes, made the parser more permissive of prematurely | Bruce Hill |
| 2018-10-01 | Fixed some misnamed functions. | Bruce Hill |
| 2018-09-28 | Rebuild. | Bruce Hill |
| 2018-09-28 | Slight API tweaks. | Bruce Hill |
| 2018-09-26 | Added field to remember text methods. | Bruce Hill |
| 2018-09-26 | Fixed all syntax errors, got original (non-nomnom) tests passing. | Bruce Hill |
| 2018-09-26 | Incremental fixes and more nomnom ports. | Bruce Hill |
| 2018-09-21 | Rebuild. | Bruce Hill |
| 2018-09-18 | Got rid of repr() use and replaced with :as_lua() or :as_nomsu() in as | Bruce Hill |
| 2018-09-12 | Initial working version. | Bruce Hill |
| 2018-09-10 | Removing dead code and string.as_lua_id() (now just set on string | Bruce Hill |
| 2018-09-10 | Shifting towards more text methods instead of text global functions. | Bruce Hill |
| 2018-09-06 | Removed the mandatory "_" prefix for Nomsu variables, renamed "list" and | Bruce Hill |
| 2018-08-30 | Added safety check to detect non-number keys in lists. | Bruce Hill |
| 2018-08-29 | Handling more compatibility stuff, including Lua 5.4, and a backup for | Bruce Hill |