Skip to content

v1.2.0

Compare
Choose a tag to compare
@leebyron leebyron released this 15 Feb 20:58
· 21 commits to master since this release

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)