Skip to content

Latest commit

 

History

History
110 lines (67 loc) · 2.44 KB

CHANGELOG.md

File metadata and controls

110 lines (67 loc) · 2.44 KB

0.0.1

  • Initial release.

0.0.2

  • Minor Updates.

0.0.3

  • Connection Headers and Transport customization added
  • Minor changes and a bug fix for invokeServerMethod

0.0.4

  • Minor Updates.

0.0.5

  • Fixed a bug where invokeMethod only accepting string as return value

0.0.6-dev.1

  • Possible fix for callbacks throwing exception about type mismatch.
  • invokeMethod now has generic return type & upto 10 arguments support.

0.0.6-dev.2

  • HubCallBack function now returns the value as well as the subscribed method name.
  • invokeMethod now can take as many arguments as you want.

0.0.6-dev.3

  • Possible fix for ios Hub events not returning

0.1.0-dev.1

  • Fix for ios Hub events not returning

0.1.0-dev.2

  • Fixed Duplicated Hub events for ios.

0.1.0

  • Fix a issue where hub callback only accepting strings.
  • Hub callback now returns the message as well as the subscribed method name.
  • Made invokeMethod generic.
  • As many arguments as you want in invokeMethod.
  • fix for ios Hub events not working.

0.1.1

  • Null Safety Support

0.1.2

  • IsConnected Method Added

0.2.0-dev.1

  • Rewrote the plugin using pigeon
  • Breaking Changes:
    • invokeMethod now take only strings as arguments instead of dynamic.
    • invokeMethod now returns only string as result.
    • hubCallback now also returns string as message instead of dynamic.

0.2.0-dev.2

  • Fix for invokeMethod calls having no return value.

0.2.0-dev.3

  • Updated signalr for iOS.
  • Transport fallback properly added for iOS.

0.2.0-dev.4

  • App bundle build issue fix.

0.2.0-dev.5

  • Removed unnecessary platform exceptions.
  • Updated dependencies.

0.2.0

  • Rewrote the plugin using pigeon.
  • Removed unnecessary platform exceptions.
  • Updated signalr for iOS.
  • Updated all dependencies to the latest.
  • Breaking Changes:
    • invokeMethod now take only strings as arguments instead of dynamic.
    • invokeMethod now returns only string as result.
    • hubCallback now also returns string as message instead of dynamic.

unreleased