github eta-dev/eta v1.0.2
Version 1.0.2

latest releases: v3.4.0, v3.3.0, v3.2.0...
4 years ago

BREAKING CHANGES

Eta no longer supports using @include and includeFile because our implementation added bundle size and complexity and was inflexible (ex. await @include did not work).

I decided not to release a new breaking version, since to my knowledge no projects are using Eta yet. If you do need to transition, change <% @include(...) to <%~ E.include(...) %> (think E for "Eta"), and the same for includeFile.

Commits

  • Move away from using @ for partials 0c00222
  • Move away from using @ for partials 48a0c80

v1.0.1...v1.0.2

Don't miss a new eta release

NewReleases is sending notifications on new releases.