Skip to content

Releases: BakaSolutions/fkclient.js

1.6.1

04 Mar 17:36
Compare
Choose a tag to compare

What's Changed

  • Extend InMessage type with new attributes

Full Changelog: v1.6.0...v1.6.1

1.6.0

29 Feb 18:04
0d454f5
Compare
Choose a tag to compare

What's Changed

  • Implement API URI swap during manual reconnect by @man90es in #4

Full Changelog: v1.5.0...v1.6.0

1.5.0

16 Dec 16:20
Compare
Choose a tag to compare
  • Update captcha module

Full Changelog: v1.4.1...v1.5.0 #

1.4.1

08 Dec 08:17
Compare
Choose a tag to compare
  • Disable unnecessary reconnection after submitting a captcha code
  • Ignore message handler errors

Full Changelog: v1.4.0...v1.4.1

1.4.0

14 Nov 14:21
Compare
Choose a tag to compare
  • Separate inbound and outbound message listeners.
  • Fix error handling for messages sent over HTTP.

Full Changelog: v1.3.1...v1.4.0

1.3.1

11 Nov 07:28
Compare
Choose a tag to compare
  • Fix pre-ready message enqueueing in Firefox.

Full Changelog: v1.3.0...v1.3.1

1.3.0

24 Aug 10:31
Compare
Choose a tag to compare

Added authorisation functions:

  • auth.logOn
  • auth.logOff
  • auth.whoAmI

1.2.0

12 May 12:39
Compare
Choose a tag to compare

Meta has a new format now.

Before:

{
	"engine": "Foxtan/0.2.1",
	"res": "http://127.0.0.1:6749/src/",
	"thumb": "http://127.0.0.1:6749/src/thumb/",
	"ws": "ws://127.0.0.1:6749/ws"
}

After:

{
	"engine": "Foxtan/0.2.1",
	"res": {
		"path": "http://127.0.0.1:6749/src/"
	},
	"thumb": {
		"path": "http://127.0.0.1:6749/src/thumb/",
		"format": "webp",
		"width": 200,
		"height": 150
	},
	"ws":"ws://127.0.0.1:6749/ws"
}

1.1.2

07 Aug 15:03
Compare
Choose a tag to compare

Improve HTTP response handling

1.1.1

28 Jul 09:16
Compare
Choose a tag to compare
  • Manual and automatic reconnection
  • Simplified logs for requests made over HTTP