Skip to content

Tags: dyllanzhou/webthing-python

Tags

v0.12.0

Toggle v0.12.0's commit message

Unverified

This user has not yet uploaded their public signing key.
Update changelog.

v0.11.3

Toggle v0.11.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Switch from netifaces to ifaddr. (WebThingsIO#50)

ifaddr is pure Python, so it doesn't require a toolchain like
netifaces does.

v0.11.2

Toggle v0.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Handle tornado 6.X versions. (WebThingsIO#47)

Fixes WebThingsIO#46

v0.11.1

Toggle v0.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for Python 2.7 and 3.4. (WebThingsIO#41)

Fixes WebThingsIO#40

v0.11.0

Toggle v0.11.0's commit message

Unverified

This user has not yet uploaded their public signing key.
Update CHANGELOG.

v0.10.0

Toggle v0.10.0's commit message

Unverified

This user has not yet uploaded their public signing key.
Update CHANGELOG.

v0.9.2

Toggle v0.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Validate property values with JSON schema validator. (WebThingsIO#31)

v0.9.1

Toggle v0.9.1's commit message

Unverified

This user has not yet uploaded their public signing key.
Fix typo.

Fixes WebThingsIO#29

v0.9.0

Toggle v0.9.0's commit message

Unverified

This user has not yet uploaded their public signing key.
Bump version.

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add better property value validation. (WebThingsIO#26)