Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

52 lines (35 loc) · 1.51 KB

[1.1.0]

  • Several API Fixes to match with backend
  • Add tests for all available cmds

[1.0.0]

[0.0.8]

[0.0.7]

  • Add wrapperKey_ arg for connect method, usefull in web platform.
  • Replace IOWebSocketChannel with WebSocketChannel to improve support for web platform.
  • Various Bug fixes in method channels.

[0.0.6]

  • Remove unused imports.
  • Better Describe Project in pubspec.yaml.
  • Improve certAddFuture function handling.
  • Made sqlparams of dbQueryFuture function optional.
  • Add privatekey param for signSiteFuture function.
  • Don't fail cmdFuture function on else case silentely.
  • catch null case on json parsing of Content.fromJson.

[0.0.5]

  • Properely Store and call callbacks queried previously and when received from server.
  • Add missing cmds permissionAdd, permissionRemove, permissionDetails and AdminExt methods for them.
  • Add missing params for some methods.

[0.0.4]

  • Null Safety
  • Add Individual ZeroNet Message Types and methods (both Callback model and Future model)

[0.0.3]

  • Breaking Changes for ZeroNet.connect() method, changed params required.

[0.0.2]

  • Upgrade Dependencies.

[0.0.1]

  • Initial Release.