Skip to content

Releases: webui-dev/nim-webui

2.4.2

01 Jan 08:46
Compare
Choose a tag to compare

What's Changed

  • Use malloc in fileHandlerImpl by @clzls in #24
  • Updated bindings & wrapper to WebUI 2.4.2
  • New examples

New Contributors

  • @clzls made their first contribution in #24

Full Changelog: 2.3.0.2...2.4.2

2.3.0.2

20 Jun 19:57
5a51cd1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.0.1...2.3.0.2

2.3.0.1

24 May 16:02
Compare
Choose a tag to compare

What's Changed

Fixed #15 and #17 and adapted the new versioning scheme in #13.

Full Changelog: 0.5.0...2.3.0.1

0.5.0

09 May 18:39
f6df4a8
Compare
Choose a tag to compare

Update to WebUI 2.3.0

0.4.0

01 Apr 22:29
Compare
Choose a tag to compare

Updated to WebUI 2.1.1:

  • bindAll and has been removed, instead use bind with an empty element

Full Changelog: 0.3.1...0.4.0

0.3.1

31 Mar 23:24
Compare
Choose a tag to compare

Quick bug fix, fixed getInt() return type.

0.3.0

31 Mar 16:24
Compare
Choose a tag to compare

Kind of a large release.

Changes

  • License has been changed from MIT to GPL-2.0 (#6)
  • WebUI has been updated to version 2.1.0 (by @hassandraga and I in #7)
  • showCopy(), refresh(), and refreshCopy() have been removed
  • MacOS is now supported (by @konsumer in #9 (also see #8))
  • open's return type has been fixed
  • The wrapper now works with tcc (see #4)
  • bind no longer returns an int
  • show no longer accept Uris
  • A cbAll attribute has been added to WindowCore
  • newServer now has a blank string as the default valute for param path
  • evalJS is now discardable

What's Changed

New Contributors

Full Changelog: 0.2.1...0.3.0

0.2.1

19 Mar 02:23
Compare
Choose a tag to compare

Fixed webui variable (it is now importc and immutable).

Also changed CustomBrowser to not have getter and setter funcs and instead use Nim's type attributes.
setCustomBrowser also no long requires a var type.

0.2.0

13 Mar 11:36
Compare
Choose a tag to compare

Added procs evalJs and showed. Also added to documentation a ton.

0.1.0

12 Mar 22:00
9d10af6
Compare
Choose a tag to compare

Initial release.