ejs-electron

A lightweight, flexible module that allows ejs templating in an electronJS app.

MIT License

Downloads
1.5K
Stars
31
Committers
6

Bot releases are visible (Hide)

ejs-electron - v3.0.0 Latest Release

Published by bowheart 9 months ago

Upgrade ejs and mime versions. Update deprecated electron API usages. Huge thanks to @shft5410 for PR #22

Since this upgrades mime by a major version, we must also bump by a major version. Users on old electron versions should also not automatically upgrade to this version of ejs-electron since they may not have the new APIs. Hence ejs-electron is now on v3.0.0 🎉

ejs-electron - v2.1.1

Published by bowheart about 4 years ago

Upgrade ejs and mime dependencies. Nothing has changed with the APIs we use from them.

ejs-electron - v2.1.0

Published by bowheart over 4 years ago

The Buffer constructor has been deprecated in newer node versions. Use Buffer.from()

ejs-electron - v2.0.3

Published by bowheart over 6 years ago

Ouch! We upgraded a dependency that had a major version bump. Needless to say, stuff broke.

This patch completes the upgrade to [email protected].

ejs-electron - v2.0.2

Published by bowheart over 6 years ago

Upgraded package dependencies to kill the foolish security vulnerabilities.

ejs-electron - v2.0.1

Published by bowheart almost 7 years ago

We weren't decoding file urls 😦. See #8.

With this patch, ejs-electron now uses decodeURIComponent() to decode intercepted file urls.

ejs-electron - v2.0.0

Published by bowheart almost 7 years ago

  • Code Overhaul
  • API Overhaul
  • Add support for setting ejs options