Skip to content

Releases: potatolain/nesnet

v0.0.5

26 Jan 19:41
1355c8e
Compare
Choose a tag to compare

This is just a maintenance release to get things working after some changes behind the scenes. Nothing is really new, but this will be easier to use than older verisons.

NESNet v0.0.4

04 Jun 21:23
Compare
Choose a tag to compare
NESNet v0.0.4 Pre-release
Pre-release

Increases the speed of the library a bit, and allows you to configure how many bytes to fetch at once. This should help in cases like the forum browser, where we aren't doing much and want to fetch data fast.

Note: You now need to include a config file with a define in it to use the library.

NESNet v0.0.3

04 Jun 04:33
Compare
Choose a tag to compare
NESNet v0.0.3 Pre-release
Pre-release

Third release of the toy. Big refactor that allows for asynchronous use of the library. Look at updated examples and documentation for usage info.

NESNet v0.0.2

16 Apr 01:42
Compare
Choose a tag to compare
NESNet v0.0.2 Pre-release
Pre-release

Second release of this toy. This version adds preliminary support for put/post/delete requests to the library.

NESNet v0.0.1

31 Mar 02:33
Compare
Choose a tag to compare
NESNet v0.0.1 Pre-release
Pre-release

First release of the toy. It works, but has lots of bugs. See README for more details.