v1.2.0
New:
Iterall now publishes .mjs files alongside .js files which contain native export statements. This allows its use with other libraries which seek to publish .mjs files and allows for tree shaking to drop any functions you might not be using with packagers like rollup or webpack. (#34)