Skip to content

Releases: bowheart/ejs-electron

v3.0.0

06 Feb 15:40

Choose a tag to compare

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 🎉

v2.1.1

10 Aug 13:38

Choose a tag to compare

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

v2.1.0

15 Jul 13:21

Choose a tag to compare

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

v2.0.3

11 May 01:07
d014eed

Choose a tag to compare

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

This patch completes the upgrade to mime@2.3.1.

v2.0.2

11 May 01:05

Choose a tag to compare

Upgraded package dependencies to kill the foolish security vulnerabilities.

v2.0.1

01 Dec 00:35

Choose a tag to compare

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

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

v2.0.0

01 Dec 00:29

Choose a tag to compare

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