Skip to content

Releases: tidev/titanium-socketio

Android 4.0.0

30 Jul 16:45
ef1ef5e
Compare
Choose a tag to compare

What's Changed

  • feat(android): update socket deps by @m1ga in #164

New Contributors

Full Changelog: android-v3.0.0...android-v4.0.0

v3.0.0-iphone: build(deps-dev): bump eslint-plugin-jasmine from 4.1.1 to 4.1.2

12 Feb 17:40
Compare
Choose a tag to compare
Bumps [eslint-plugin-jasmine](https://github.com/tlvince/eslint-plugin-jasmine) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/tlvince/eslint-plugin-jasmine/releases)
- [Commits](https://github.com/tlvince/eslint-plugin-jasmine/compare/v4.1.1...v4.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

v3.0.1-android: build(deps-dev): bump socket.io from 2.2.0 to 2.3.0

05 Oct 18:23
Compare
Choose a tag to compare
Bumps [socket.io](https://github.com/socketio/socket.io) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Commits](https://github.com/socketio/socket.io/compare/2.2.0...2.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

v2.1.1-iphone: build(deps): bump acorn from 7.1.0 to 7.1.1 (#28)

05 Oct 18:23
14c3677
Compare
Choose a tag to compare
Bumps [acorn](https://github.com/acornjs/acorn) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/7.1.0...7.1.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Android 3.0.0

14 Feb 11:47
Compare
Choose a tag to compare

Changed

  • Use Gradle to build module

⚠️ BREAKING CHANGE

You need at least Titanium SDK 9.0.0 to support native modules built with Gradle. For older versions of Titanium use the 2.x version of this module.

iOS 2.1.1

13 Feb 23:56
Compare
Choose a tag to compare

Fixed

  • Properly remove event listeners when using socket.off(event, fn)

Android 2.0.1

14 Feb 00:01
Compare
Choose a tag to compare

Fixed

  • Properly handle variable args in socket.off(event, fn)

iOS 2.1.0

06 May 11:48
4825318
Compare
Choose a tag to compare

Added

  • Support for Swift 5

⚠️ You need to have Xcode 10.2 / Swift 5 installed. Please use version 2.0.0 for Swift 4.2 / Xcode 10.1.

iOS 2.0.0

18 Feb 11:48
2343635
Compare
Choose a tag to compare

Added

  • Partial support for the Manager API

Changed

  • Event emitter methods now follow their web pendants and return this to allow chaining.

Fixed

  • Properly store event handlers to prevent GC related crashes when accessing them.

Android 2.0.0

18 Feb 11:46
2343635
Compare
Choose a tag to compare

Added

  • Partial support for the Manager API

Changed

  • Event emitter methods now follow their web pendants and return this to allow chaining.

Fixed

  • Properly store event handlers to prevent GC related crashes when accessing them.
  • Fixed missing internal conversion of transports option so it will no longer be ignored.