associativearray
Version:
36 lines (25 loc) • 754 B
Markdown
### v3.0.3 ( 24 aug 2018 )
* splice bug fix
### v3.0.2 ( 6 jun 2018 )
* import bug fix
### v3.0.1 ( 6 jun 2018 )
* forEach break bug fix
### v3.0.0 ( 6 jun 2018 )
* forEach(id, value) => forEach(value, id)
### v2.1.0 ( 6 jun 2018 )
* declaration
### v2.0.0 ( 2 jan 2018 )
* Dictionary<T> is released
### v1.2.2 ( 23 dec 2017 )
* AssociativeArray doesn't have field 'type' anymore
* isAssociativeArray instanceof realization
### v1.2.1 ( 15 dec 2017 )
* AssociativeArray has field 'type' now
* isAssociativeArray object.constructor.name fix
## v1.2.0 ( 10 dec 2017 )
* isAssociativeArray
## v1.1.0 ( 10 dec 2017 )
Export to array form and import from it
* AssociativeArray -> Array form -> AssociativeArray
## v1.0.0 ( 9 dec 2017 )
Hello world!