eta (η) v1.7.0 Release Notes

Release Date: 2020-09-15 // over 3 years ago
  • TL;DR

    • Some minor formatting changes (removal of trailing commas)
    • 🛠 To be compatible w/ Deno 1.4.0, we now use explicit import type and export type syntax. Fixed with a PR by @asos-craigmorten
      • Note: there is a chance this may cause breaking changes if you are using TypeScript versions older than 3.8

    Commits

    • 🚀 Update release command ff25c8d
    • 🔀 Merge pull request #20 from asos-craigmorten/fix/support-deno-1.4.0 7690d06
    • Rebuild a4c28ee
    • ✂ Remove unnecessary comment f10eddb
    • 🛠 fix(deno): support Deno 1.4.0 strict type checks de96f9b
    • ✂ Removed 'prettier' field from package.json which was overriding .prettierrc and creating trailing commas 416d966

    v1.6.2...v1.7.0