Skip to content

Releases: coshx/caravel

sea-shell-newt

14 Mar 17:26
Compare
Choose a tag to compare
  • Fixes potential bug where events were not distributed in the correct order when using WKWebView

electric-clam

01 Feb 17:30
Compare
Choose a tag to compare
  • Fixes minor issues further to beta release
  • Improves performances

electric-clam-beta

14 Jan 01:41
Compare
Choose a tag to compare
electric-clam-beta Pre-release
Pre-release
  • Adds WKWebView support
  • Improves performances by upgrading the former proxy system
  • Fixes potential threading issues

zealous-hornet

30 Nov 18:29
Compare
Choose a tag to compare

1.0.0 release 😃

  • Multithreading support: register on background or main threads
  • Caravel is faster than before (as fast as a supersonic dragonfly)
  • Generic support when posting events from iOS
  • Fixes a bunch of potential bugs from the previous versions

Migration guide is available here.

zealous-hornet-alpha.2

24 Nov 19:33
Compare
Choose a tag to compare
Pre-release
v1.0.0-alpha.2

Prepares next alpha release

zealous-hornet-alpha.1

19 Nov 00:25
Compare
Choose a tag to compare
Pre-release
v1.0.0-alpha.1

Sets up alpha release

v0.4.4

11 Nov 00:19
Compare
Choose a tag to compare

Adds Bool support when sending data from JS to iOS

v0.4.3

08 Nov 01:31
Compare
Choose a tag to compare
  • Fixes bug when casting an expected string data starting with a number
  • Fixes compilation warnings

v0.4.2

06 Nov 03:06
Compare
Choose a tag to compare
  • Subscribers should have been reset when binding a new webview (not relevant anymore)
  • JS should delay event sending before running further instructions
  • Fixes minor stuff as well

v0.4.1

05 Nov 23:22
Compare
Choose a tag to compare
  • Runs data sending in background
  • Improves code styling