eta (η) v1.6.2 Release Notes

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

    👉 User-facing changes

    • 👀 Eta now supports the "exports" field in package.json, meaning it should work with Skypack, Pika CDN, etc. (see pikapkg/skypack-cdn#47).
    • We turned on TypeScript declaration maps, to hopefully make IntelliSense and source code browsing easier

    Developer changes

    • 🚀 After a lot of experimenting with release scripts, we decided that manual releases through np are best for now.
    • 🚀 We added the /dist folder to .gitignore. It is generated on locally before every build, and before release.

    Commits

    • ⚡️ Update dev dependencies 198a84b
    • ➕ Add 'exports' field to package.json 6294739
    • ⚡️ Update version 7bf5fe3
    • Rebuild 23b7bf8
    • 🚀 Use manual release instead of script f012233
    • 🛠 Fix Travis CI script so it builds before testing 45cad11
    • 🚀 Update release script 9111771
    • ➕ Add np as a dev dependency e680239
    • 🚀 Release script fixes 4e817a6
    • Resolve node_modules with __dirname eaefbfc
    • ⚡️ Update path to node_modules 8794e1e
    • 🚀 Simplify release script 28edaf0
    • 🚀 Update tools/release.ts to work correctly with interactive io 4a2cf0c
    • ✂ Remove dist, deno_dist from master branch 7f4c4b4
    • ➕ Add dist, deno_dist to .gitignore b98598e
    • 🔀 Merge branch 'declaration-maps' into master ef5da68
    • 🚀 Create release script allowing for tracking of the dist/ and deno_dist/ directories in a separate branch 6603050
    • Enable TypeScript declaration maps 4796a9e

    v1.6.0...v1.6.2