You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments