Neroist Webui Versions Save

Use any web browser as GUI, with Nim in the backend and HTML5 in the frontend.

2.4.2

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/webui-dev/nim-webui/compare/2.3.0.2...2.4.2

2.3.0.2

11 months ago

What's Changed

Full Changelog: https://github.com/webui-dev/nim-webui/compare/2.3.0.1...2.3.0.2

2.3.0.1

1 year ago

What's Changed

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

Full Changelog: https://github.com/webui-dev/nim-webui/compare/0.5.0...2.3.0.1

0.5.0

1 year ago

Update to WebUI 2.3.0

0.4.0

1 year ago

Updated to WebUI 2.1.1:

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

Full Changelog: https://github.com/neroist/webui/compare/0.3.1...0.4.0

0.3.1

1 year ago

Quick bug fix, fixed getInt() return type.

0.3.0

1 year ago

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: https://github.com/neroist/webui/compare/0.2.1...0.3.0

0.2.1

1 year ago

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

1 year ago

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

0.1.0

1 year ago

Initial release.