This repository was archived by the owner on Mar 14, 2026. It is now read-only.
Releases: photostructure/ejs
Releases · photostructure/ejs
v5.0.0
Immutable
release. Only release title and notes can be modified.
- Renamed package from
@mceachen/ejsto@photostructure/ejsand moved repository to github.com/photostructure/ejs - Added TypeScript type definitions (
index.d.ts)
Full Changelog: v4.1.1...v5.0.0
v4.1.1
Full Changelog: v4.1.0...v4.1.1
v4.1.0
Full Changelog: v4.0.1...v4.1.0
v4.0.1
- Merge remote-tracking branch 'upstream/main' (afa3afc)
- Merge pull request mde#685 from mde/dependabot/npm_and_yarn/shell-quote-1.7.3 (5919964)
- Merge pull request mde#687 from i8-pi/cli-relative-path (fc78c01)
- Make relative paths in include work for cli (2e9e3cd)
- Bump shell-quote from 1.7.2 to 1.7.3 (d263c9f)
- Version bump in Express example (f6ba7f3)
- Version 3.1.8 (5126ff5)
- Merge branch 'main' of github.com:mde/ejs into main (7d5a1c6)
- Minor mitigation (551949d)
- Merge pull request mde#664 from netcode/patch-1 (66f7471)
- Version 3.1.7 (820855a)
- Don't use template literal (076dcb6)
- Skip test -- error message vary depending on JS runtime (faf8b84)
- Update packages (c028c34)
- derp... fix npm badge (b60fab5)
- fix badges (bce5744)
- replace package urls (this shouldn't be merged!) (1797479)
- Update SECURITY.md (839ad20)
- Update README.md (c040180)
- Create SECURITY.md (59db520)
v3.1.8
Version 3.1.8
v3.1.7
Version 3.1.7
v4.0.0
This is (hopefully!) a temporary fork: no code changes were made, other than to remove cli support and fix broken tests or build infrastructure.
- fix Payment Required error (f3e44d8)
- switch to mocha RC file (1c4913e)
- more package cleanup (c7f1249)
- remove publishTask global (fca6401)
- ok... jake doesn't seem to work with the latest version of git (!?). Disabling jakefile publishing and switching to release-it. (bca78ca)
- clean up package contents (b073f10)
- don't try to publish to
ejs. Tidy up published files. (bc5cff1) - fix badges. add more fork info (6589b01)
- fix clean and test tasks (c960992)
- Add support
npm run jake test(432be26) - fix badges (fee2d2f)
- support older versions of node (90b9672)
- enable github actions (6f9cc25)
- Upgrade all dependencies with
ncu -u. Update lru-cache uses to use new ctor args. Updatemochato usetdd. (6bb52b7) - libraries shouldn't have package-locks (47e059e)
- Delete CLI. Move
jaketo a devDependency. (b39df25)