Skip to content

Version 1.0.2

Compare
Choose a tag to compare
@nebrelbug nebrelbug released this 10 Apr 02:49

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