Skip to content

v1.1.1

Compare
Choose a tag to compare
@sohkai sohkai released this 25 Oct 09:33
· 70 commits to master since this release

Patch release to fix radspec not being built correctly in some bundlers.

The library as previously not using the ES6 modules syntax for importing / exporting, and this caused problems when importing libraries that would switch their behaviour based on how they were being imported.

Fixes:

  • Import date-fns via ES6 modules syntax (#45)
  • Add source-maps to distribution (#47)