Skip to content

Releases: ukatech/jsstp-lib

v3.2.0.0

16 Jun 10:07
Compare
Choose a tag to compare

npm ver: 3.2.0

What's Changed

Full Changelog: v3.1.1.3...v3.2.0.0

v3.1.1.3

15 Mar 14:14
Compare
Choose a tag to compare

npm ver: 3.1.4

What's Changed

Full Changelog: v3.1.1.2...v3.1.1.3

v3.1.1.2

01 Mar 13:29
Compare
Choose a tag to compare

npm ver: 3.1.3

  • Further updated type declaration files

Full Changelog: v3.1.0.2...v3.1.1.2

v3.1.0.2

15 Feb 11:36
Compare
Choose a tag to compare

npm ver: 3.1.2

  • Doc fixes
  • Further dist volume compression

Full Changelog: v3.1.0.1...v3.1.0.2

v3.1.0.1

14 Jan 06:19
Compare
Choose a tag to compare

npm ver: 3.1.1

  • Doc fixes

Full Changelog: v3.1.0.0...v3.1.0.1

v3.1.0.0

02 Jan 02:38
Compare
Choose a tag to compare

npm ver: 3.1.0

What's Changed

New Features

  • Added jsstp.list_info_t to handle list type SSTP response
  • Added jsstp.Get* index reflector to Execute Get* commands conveniently
const { jsstp } = require('jsstp')
var SSPver=await jsstp.GetShortVersion()
console.log(SSPver)
var names=await jsstp.GetNames()
for(var name of names)
	console.log(name)
  • Added jsstp.Set* index reflector to Execute Set* commands conveniently
const { jsstp } = require('jsstp')
await jsstp.SetCookie('name','value')

Breaking Changes

Documentation

Other improvements

  • Use packer to further compress dist
  • Refactored the dist and dts generation process

New Contributors

Full Changelog: v3.0.0.1...v3.1.0.0

v3.0.0.1

01 Nov 14:40
Compare
Choose a tag to compare

npm ver: 3.0.1

  • Updating @Taromatibot 's workflow logic to fix issues in bot-generated dist code
  • More code compression
  • Updated readme file to instruct users on how to set the language of hints.
  • Web page updates

Full Changelog: v3.0.0.0...v3.0.0.1

v3.0.0.0

30 Aug 11:36
Compare
Choose a tag to compare

npm ver: 3.0.0

  • Removed jsstp.then, now you can safely use jsstp as the return value of an async function or use await on it without worrying about the whole program or page getting stuck in a dead loop.
  • Added jsstp.if_available as a replacement.

Full Changelog: v2.0.4.2...v3.0.0.0

v2.0.4.2

16 Aug 11:37
Compare
Choose a tag to compare

npm ver: 2.4.2

  • Updating @Taromatibot 's workflow logic to fix issues in bot-generated dist code
  • More code compression

Full Changelog: v2.0.4.1...v2.0.4.2

v2.0.4.1

12 Aug 09:47
Compare
Choose a tag to compare

npm ver: 2.4.1

  • Updating @Taromatibot 's workflow logic to fix issues in bot-generated dist code

Full Changelog: v2.0.4.0...v2.0.4.1