Skip to content

Releases: Alogani/NimGo

v0.0.8

14 Jun 19:04
63144df

Choose a tag to compare

Minor update

  • Better internal memory handling
  • Ident size from 4 to 2
  • Having tests more coherent to actual working features across different OS

v0.0.7: Updating to version 0.0.7 (#25)

13 Jun 20:04
ee95cca

Choose a tag to compare

Here are the main modifications :

  • New internal memory allocation using NimGo's one to gain efficiency #16
  • New Pull request policy: No modifications will be made directly to main branch, but they will all needs a PR. Github actions has been added to those PR
  • NimGo will normally work on macos
  • nimgo/coroutines module normally will work on windows #19

All current working features can be found here

v0.0.6

11 Jun 06:55

Choose a tag to compare

Update nimble and generating docs

v0.0.5

10 Jun 23:40
b55ca7d

Choose a tag to compare

Merge pull request #14 from Alogani/13-using-plain-object-instead-of-…

v0.0.4

09 Jun 18:30

Choose a tag to compare

Correction on stacktrace which didn't work correctly with goAsync

v0.0.3

08 Jun 07:50
bb1e017

Choose a tag to compare

Merge pull request #5 from Alogani/4-change-of-the-cancellation-works…

v0.0.2

06 Jun 16:57

Choose a tag to compare

More error handling in nimgo/eventdispatcher

v0.0.1

06 Jun 13:51

Choose a tag to compare

First pre-release