-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.0.6 - Addition of several other typecast methods (#20)
* Vanity updates * Add type cast method to `bytes32` * Update to the natSpec comment on top of both libraries 😄 Though I really like Nick Johnson's string library this has been built entirely by me (as opposed to what the NatSpec comment in the top said since the last commit 😄) I just copied the comment layout on top of his library and forgot to change the author 😂 * Adding Solidity highlight to gitattribute 🎉 😄 * Update package versions & prepare for NPM publish * Create a NPM ignore file to keep `truffle.js` from being published * Syntax & pragmas updates for v0.5.0 * Update README to reflect NPM publish * Another README update * Support for typecasting into uint8, uint16, uint32 (#19) * Add uint8, uint16, uint32 * Unit test for uint8, uint16, uint32 * Removing Truffle as a dependency * Bump version to v0.0.6
- Loading branch information
Showing
6 changed files
with
141 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters