Skip to content

Releases: Salamek/huawei-lte-api-ts

Fixing release

23 Feb 13:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1...0.1.1

New release

16 Feb 16:37
Compare
Choose a tag to compare

What is new

  • Browser support using webpack (bundle is in dist.browser/bundle.js, example html in examples/browser.html)
  • Updated axios and axios-cookiejar-support deps

Full Changelog: 0.0.12...0.1

Fixing release

25 Jan 13:21
Compare
Choose a tag to compare

Fixes

  • Issue with special characters in password (#20)

Fixing release

29 Dec 02:38
Compare
Choose a tag to compare

Fixes

  • Issue with sending SMS on from Huawei 3372h-320 (by @icetee)
  • Fixed example code (by @icetee)

Features

  • Recognize 100005 error as request format error

Fixing release

21 Dec 20:01
Compare
Choose a tag to compare

Fixes

  • Do not pass Auth info in URL to router, some routers don't like that

Fixing release

20 Dec 20:04
Compare
Choose a tag to compare

Fixes

  • Allow empty XML tags instead of self closing
  • Replace deprecated url.resolve with new URL

New release

25 Apr 12:23
38806ff
Compare
Choose a tag to compare

Fixes

  • Added promise handling of wlan hostList (@zinen)

Fixing release

14 Mar 00:16
57ebf09
Compare
Choose a tag to compare

Fixes (by @ioull)

#5 Bad JSON format in responses
#3 Send SMS API not working
#1 Missing exports in index.ts

0.0.2

12 Oct 06:39
Compare
Choose a tag to compare
Merge branch 'master' of github.com:Salamek/huawei-lte-api-ts into ma…