8000 Tags · trusktr/rosnodejs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: trusktr/rosnodejs

Tags

3.0.2

Toggle 3.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update package.json

3.0.1

Toggle 3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update package.json

3.0.0

Toggle 3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version to 2.2.0

2.1.1

Toggle 2.1.1's commit message
 Bump version to 2.1.1

Preparing for npm release.

2.1.0

Toggle 2.1.0's commit message
Bump version to 2.1.0

Preparing for npm release.

2.0.1

Toggle 2.0.1's commit message
Merge pull request RethinkRobotics-opensource#52 from chris-smith/npm…

…Ignore

Add .npmignore

1.1

Toggle 1.1's commit message
Small bug fix for constants in on-the-fly message classes (RethinkRob…

…otics-opensource#33) (RethinkRobotics-opensource#34)

Prior to this commit constant values like "1.0", i.e., floats that are
integer, were not correctly treated in the md5sum calculation -- they
were abbreviated to "1", causing incorrect md5sums. This commit fixes
that by using the original string value for md5sum calculation (up to
the start of a comment (for strings) or the first whitespace character
for any other field type).

- also fixing some wrong logic for null values
0