Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Releases: lesander/fritzbox.js

v2.0.1

30 Aug 09:02
Compare
Choose a tag to compare

This release fixes all npm installs since the source folder was missing from the published npm packages.

Commits on Aug 18, 2017
@lesander lesander Create .bettercodehub.yml 967b62a
@lesander lesander Include test folder for bch. bb4184f
@lesander lesander Fix Jekyll highlighter warning. f4b50f4

Commits on Aug 30, 2017
@lesander lesander Remove old npmignore configuration. 6dc49be
@lesander lesander 2.0.1 a50abc9
@lesander lesander Merge pull request #6 from lesander/patch-npm-src … 9b3d7ad

v2.0.0

12 Aug 19:16
Compare
Choose a tag to compare

Commits on Jan 16, 2017
@lesander Add markTamMessageAsRead & dialNumber c0d0dd1
@lesander Rename index to messageID & add tamID. 1c26256
@lesander Add version notice. 6e68ec3
@lesander Add notice for systems without users. 0a1d67e
@lesander Do not log error in internal functions. 577e8e3
@lesander Add downloadPhonebook function. 7c41efc
@lesander Ignore npm-stiv backup file. 6a9b580
@lesander Fix typos. 4ccffb7
@lesander Standard --fix … a0f7433
@lesander Add documentation for new functions. 98f7f4b
@lesander Add correct languages to code blocks. 0d90295
@lesander Do not let internal functions log error stack. 39df1f5
@lesander ID -> Id 952dca2
@lesander Rename downloadPhonebook to getPhonebook. 44b6a37
@lesander Ignore more files. 2b1c000
@lesander Return object instead of JSON string for getSmartDevices 527f416
@lesander Remove log dumps from test files. fa1e855
@lesander Fix getPhonebook test. c3ce3d8
@lesander Use test scripts locally. 1f7f7ba
@lesander Tweak readme. 6a95152
@lesander Add warning to readme. a5555b0
@lesander 1.3.0 df2bdd8
@lesander Standard --fix … 21f7a90

Commits on Jan 17, 2017
@lesander Fix example json object for tam messages. b2d463e
@lesander Move documentation to a separate file. e2d388d

Commits on Jan 18, 2017
@lesander Simplify toggle test. 100691e
@lesander Rename TAM download test. 6d01950
@lesander Tweak test ci script. a6957d3
@lesander Add support for url encoded POST requests for fritzRequest. 7377b1f
@lesander Add fritz.getActiveCalls() function. 49fb03e
@lesander Ignore research files. 93b8b63
@lesander Check request response for fritzFon.getPhonebook() 39aee98
@lesander 1.3.1 028b18c
@lesander Add babel-cli to dependencies. 71e4dca
@lesander Standard --fix … af03c1d
@lesander Add Babel presets and plugins. cda7ee9
@lesander Ignore correct directories. … 53e3f9d
@lesander Add more babel dependencies. 989337b

Commits on Feb 16, 2017
@lesander Update dependencies and babelrc 1037e41

Commits on Apr 01, 2017
@lesander Update tests. 1e1ba41
@lesander Update source comment headers. 7a7aa98
@lesander Use xml2json promise package. 0fa843b
@lesander Add unhandled rejection handler. fa80210
@lesander Use specific directory. b8d9f9e
@lesander Improve getting started section. f4875a4
@lesander Add callmonitor prototype eb5138f

Commits on Apr 02, 2017
@lesander Update test files to use await/async methods. 3dec4cc
@lesander Add call monitor port to default configuration 561e4ed
@lesander Rewrite src to async/await 9bc6f65
@lesander Update completion badge. b0e1698
@lesander Update package versions and add local test command. ad50d3f

Commits on Apr 04, 2017
@lesander Merge branch 'master' into 2.0.0 501da7a
@lesander Update readme files. 4f56f39

Commits on Apr 05, 2017
@lesander Standard --fix 2754195
@lesander Comply with StandardJS style 8e02b0b
@lesander Remove build and publish scripts for now. eb1c676
@lesander Forget about babel for now. 169d21d
@lesander Add command example. 165235b
@lesander Update basic example in documentation. 9a0fe4d
@lesander Fix typo. 990dd94

Commits on Apr 13, 2017
@lesander Add working CallMonitor. bae8b64
@lesander Add test for dialNumber. daea1f8
@lesander Apply StandardJS fixes. 345f684

Commits on Apr 14, 2017
@lesander Correctly exit test if encountered error. 627ca69
@lesander Moved version getters to fritzSystem module. … a722f9b
@lesander Improve handling of unhandled Promise rejections. 1668d43
@lesander Move callMonitor to fritzFon module. 75ddf57
@lesander Fix calls to version functions. 1fe8b09
@lesander Actually remove version functions from fritzLogin 9834694
@lesander Make codebase compatible with JSDoc bc768c2
@lesander Check for phoneNumber parameter. 0f1b65c
@lesander Return correct error object. 6fa9531
@lesander Remove old lib reference. 57fa6d7
@lesander Add StandardJS and JSDoc tests. 49261ea
@lesander Standard --fix b26354d
@lesander Add build-docs nom command. d268511
@lesander Add API documentation website 1210942
@lesander 2.0.0 527eeee
@lesander Ignore docs for StandardJS 2102516
@lesander Set completion status to 70% 8139897

Commits on Apr 24, 2017
@lesander Ignore Jekyll site build folder. caa6b8f
@lesander Add documentation watch command to package.json a0685a2
@lesander Fix legal sentence 0cbf6c1
@lesander Update docs. 629fe6f
@lesander Add link to docs. 6e9a110

Commits on Aug 01, 2017
@lesander Update text on version requirements of NodeJS. 601ce8b

Commits on Aug 12, 2017
@lesander Fix #4b39c5d4
@lesander Standard --fix 1daf405
@lesander Migrate to Buffer.from … 1de0826
@lesander Add a simple landing page for the project. 926729d
@lesander Add Migrating section to readme. 798c61b
@lesander re-arrange some readme parts. 5f56767
@lesander Add note about storage of the SID. edc2539
@lesander Merge pull request #3 from lesander/2.0.0 … c08fc3b
@lesander Create CNAME 4369e0e
@lesander Fix typos in readme. 7999e9a
@lesander Let BCH ignore the docs folder. 17f42c2

v1.3.1

18 Jan 15:54
Compare
Choose a tag to compare

Commits on Jan 17, 2017
@lesander Fix example json object for tam messages. ecbf032
@lesander Move documentation to a separate file. b6c8916

Commits on Jan 18, 2017
@lesander Simplify toggle test. b2bb192
@lesander Rename TAM download test. dcc8246
@lesander Tweak test ci script. a30a099
@lesander Add support for url encoded POST requests for fritzRequest. 2fe519f
@lesander Add fritz.getActiveCalls() function. 9986fe4
@lesander Ignore research files. 2373d47
@lesander Check request response for fritzFon.getPhonebook() 6ce3f35
@lesander 1.3.1 4eb9e39
@lesander Standard --fix … d36f1d8

v1.3.0

16 Jan 20:55
Compare
Choose a tag to compare

Commits on Jan 16, 2017
@lesander Add markTamMessageAsRead & dialNumber 26dcf26
@lesander Rename index to messageID & add tamID. b88cce4
@lesander Add version notice. 0d2a841
@lesander Add notice for systems without users. 1657a25
@lesander Do not log error in internal functions. 21bcff9
@lesander Add downloadPhonebook function. bffd836
@lesander Ignore npm-stiv backup file. 0d58fb7
@lesander Fix typos. 5d3501c
@lesander Standard --fix … 6a4d64c
@lesander Add documentation for new functions. f3f4297
@lesander Add correct languages to code blocks. 06dcab1
@lesander Do not let internal functions log error stack. fc6e9b9
@lesander ID -> Id 6c2a97c
@lesander Rename downloadPhonebook to getPhonebook. 0b8ee91
@lesander Ignore more files. 0627f28
@lesander Return object instead of JSON string for getSmartDevices cff989b
@lesander Remove log dumps from test files. 06a03e3
@lesander Fix getPhonebook test. f2148bb
@lesander Use test scripts locally. 0048a12
@lesander Tweak readme. 490d11e
@lesander Add warning to readme. 9cb04b3
@lesander 1.3.0 f4b653c
@lesander Standard --fix … 196f378

v1.2.0

15 Jan 20:32
Compare
Choose a tag to compare

Commits on Jan 14, 2017
@lesander Add HTTPS support. f9c1c76

Commits on Jan 15, 2017
@lesander Reject promise instead of throwing an error. 4d5b7fd
@lesander Add pipe function to fritzRequest module. c261867
@lesander Tidy up index file. 85b95eb
@lesander Rename module in log. f308270
@lesander Move code to new module called fritzFormat. 3ad4426
@lesander Rename module in log. b23c956
@lesander Pipe tam messages to disk. 4e6ba80
@lesander Update test files. cb6f72f
@lesander Add param to docs. 3ebb51c
@lesander Standard --fix … db2f145
@lesander Standard --fix … 8e59ea8
@lesander Clean up 5c62a10
@lesander Add some documentation to the readme file. 202aea7
@lesander Recycle SID if one is available. f2c6ebd
@lesander Check for configuration. 88d62aa
@lesander 1.2.0 3ade6c5
@lesander Fix caching for GitHub Release badge. d1de76a
@lesander Standard --fix … 8f4d40e

v1.1.0

12 Jan 20:34
Compare
Choose a tag to compare

@lesander Fix GitHub release badge. f8b8ddf
@lesander Add travis.yml & ci.sh 3716a8d
@lesander Fix path in TravisCI test script. cfe007d
@lesander Set NodeJS version to 7.2.1 for TravisCI. 401d68e
@lesander Add CodeClimate badge. a99c417
@lesander Standard --fix … fbd1154
@lesander Remove unnecessary escape characters bfd50f3
@lesander Add CodeClimate files. 9738b9d
@lesander Move fritz functions to separate files. 3fae2fb
@lesander Standard --fix … 63672ac
@lesander Removed unreachable code. adb01e2
@lesander Standard --fix … 23ecb0f
@lesander Add function to check for HTTP request response codes. a370be8
@lesander Add some comments. 2a542f0
@lesander Update Code Climate badge url. 38052c6
@lesander Increase duplication mass threshold. e9eb53b
@lesander Increase duplication mass threshold again. 1042da2
@lesander Caching can be a b*tch 00e2358
@lesander Add version string and debug bool to fritz object. 6ead0bc
@lesander Add debug value to options object. 00caeca
@lesander Fix typo. 53d5bf2
@lesander 1.1.0 58697a9

v1.0.0

12 Jan 10:49
Compare
Choose a tag to compare

Initial release.