@iota-pico/data
Version:
IOTA Pico Framework Data Structures and Helpers
74 lines (45 loc) • 1.2 kB
Markdown
# Changelog
## v1.0.0
* Final 1.0.0 Release
* Lib files shrunk with different WebPack options and babel removal
* Updated dependencies and README
## v0.9.9
* Updated dependencies and README
## v0.9.8
* Updated dependencies
## v0.9.7
* Reduced umd module size with externals
## v0.9.6
* Dependency Updates
* Object trytes converter conforms to JSON spec for data
## v0.9.5
* GitHub and Npm Version alignment
## v0.9.4
* Fixed repo links in readme and coverage config
## v0.9.3
* Added UnitsHelper.format for formatting IOTA with units
* Fixed UnitsHelper.convertUnits to have no decimals places if unitTo is 'i'
* Repo rename
* Updated webpack major ver
## v0.9.2
* Added support for root array in objectTrytesConverter
## v0.9.1
* Fix Release
## v0.9.0
* Added Address object
* Added Bundle object
* Added Hash object
* Added SignatureFragment object
* Added Tag object
* Added Transaction object
* Added TryteNumber object
* Trits toTritsArray renamed to toArray
* Trits fromTritsArray renamed to fromArray
* Trits toArray returns copy of data
* Added code coverage to testing
## v0.6.1
* Version bump
## v0.6.0
* Added TritsWordConverter
## v0.5.2
* First public release