Commit Graph

3072 Commits

Author SHA1 Message Date
Leonardo Matos
3b07434a1c chore(ignore): git ignore npm lockfile 2020-03-23 16:51:31 -03:00
Leonardo Matos
b63fced2ad feat(root-array): add support to list of 'root' directories 2020-03-23 16:51:08 -03:00
Matthew Eernisse
2346fbc0e7 Merge pull request #495 from Tusko/patch-1
upd postinstall.js
2020-02-20 12:10:22 -08:00
Tusko Trush
89b5ae091d upd postinstall.js
Fix console "Thank you" siteurl
2020-02-20 22:02:07 +02:00
Matthew Eernisse
27db564bc5 Merge pull request #489 from rosenfeld/patch-1
Explain how to use ES6 features and documents the beautify option
2020-01-23 15:48:59 -08:00
Rodrigo Rosenfeld Rosas
d29007d63f Explain how to use ES6 features and documents the beautify option
The beautify option documentation was missing.
2020-01-20 10:57:12 -03:00
Matthew Eernisse
275e552902 Merge pull request #471 from EB-Forks/docs/readme/improve-main-heading
docs(README): Improve main heading
2020-01-17 08:11:57 -08:00
mde
a97afe3e9c Merge branch 'docs/jsdoc/improve-type-information' of github.com:EB-Forks/ejs 2020-01-14 07:49:08 -08:00
ExE Boss
8e48aa8344 docs(README): Remove dead link
Fixes https://github.com/mde/ejs/issues/481
2019-12-22 14:34:45 +01:00
niamurrell
d8ae91d97e Update README (#478)
Clarifies that include preprocessor directives are no longer supported in versions above 3.0.

Alternative: remove this note altogether.
2019-12-06 20:00:07 -05:00
ExE Boss
9c823bf556 docs(changelog): Complete v2.7.x 2019-12-04 03:23:04 +01:00
ExE Boss
12beb5ccc0 fix: Cleanup remaining legacy preprocessor include code 2019-12-04 02:44:05 +01:00
mde
8ed85896bf Version 3.0.1 2019-11-23 17:38:59 -08:00
mde
e6fd45d2c4 Cleanup after removing preprocessor include 2019-11-23 17:38:26 -08:00
mde
4836295f30 Major version bump, v3 2019-11-23 17:32:30 -08:00
mde
2b56f6ee82 Removed support for ancient Nodes 2019-11-23 17:27:47 -08:00
mde
c6bca15b0a Removed legacy preprocessor include 2019-11-23 17:22:03 -08:00
mde
a8be7ecb8a Removed test for hacky require 2019-11-23 16:38:10 -08:00
mde
18c03ab52a Merge branch 'master' of github.com:mde/ejs 2019-11-23 16:35:03 -08:00
mde
7c15b78163 Removed hacky require support 2019-11-23 16:34:29 -08:00
mde
1fe67b49c9 Version 2.7.4 2019-11-19 11:15:13 -08:00
mde
9d80803113 Removed istanbul 2019-11-19 11:10:36 -08:00
mde
7477c2a621 Get Jake out of the test loop 2019-11-19 11:10:19 -08:00
mde
4f8eeaa799 Force strict mode for tests 2019-11-19 11:03:26 -08:00
mde
0729c2a323 Need package script for test 2019-11-19 10:54:45 -08:00
mde
5e42d6cef1 Attempt to restore Node v4 support 2019-11-19 10:50:00 -08:00
mde
2d4e004b14 Removed support for Node 4 2019-11-18 18:02:46 -08:00
mde
5cd81afdc5 Version 2.7.3 2019-11-18 17:59:48 -08:00
mde
228d8e45b7 More discreet post-install 2019-11-18 17:58:56 -08:00
mde
bd3f7c8b2d Version 2.7.2 2019-11-13 12:52:08 -08:00
mde
b9b6ddde9b Added postinstall message 2019-11-13 12:51:46 -08:00
mde
7ce8c08659 Cleaning is a prereq of linting 2019-11-13 12:51:19 -08:00
mde
7875569f81 Change Jakefile to jakefile.js in package task 2019-11-13 12:43:23 -08:00
mde
2c20ec6d2a Removed ad hoc package scripts, documented build tasks 2019-11-13 12:22:21 -08:00
mde
81cc34f82e Updated Jake version 2019-11-13 12:18:58 -08:00
mde
631f7e775f Changed Jakefile to jakefile.js 2019-11-13 12:17:35 -08:00
mde
5d650d754d Removed specific contributors' list -- we have too many of them to list 2019-11-13 12:16:41 -08:00
ExE Boss
9d5b8d57ec docs(README): Improve main heading 2019-11-05 23:17:03 +01:00
ExE Boss
ed3f88eb6a docs(README): Use consistent badge style 2019-11-05 23:03:54 +01:00
ExE Boss
e9ee6b24d0 test: Improve test summary in environments without async support 2019-11-05 22:59:59 +01:00
ExE Boss
8abc892a49 refactor(rethrow): Avoid changing input params 2019-11-05 22:44:39 +01:00
Matthew Eernisse
8cdf6460b9 Merge pull request #470 from nwoltman/concat-string
Use string concatenation to build the output string
2019-10-31 18:35:16 -07:00
Nathan Woltman
4434314d53 Use string concatenation to build the output string
Switching from pushing to an array and using .join() to using simple string concatenation yields performance gains up to 260%.
2019-10-30 22:55:14 -04:00
Matthew Eernisse
da51ca331a Merge pull request #465 from EB-Forks/docs/fix-ejs-code-block-language
docs: Fix EJS code block language
2019-10-29 22:58:05 -07:00
Matthew Eernisse
12a75410b7 Merge pull request #466 from EB-Forks/feat/set-function-name
feat: Set compiled function name
2019-10-29 22:51:55 -07:00
ExE Boss
ef38defe3d test: Add tests for compiled function name 2019-10-20 18:45:17 +02:00
ExE Boss
45e6f9276d docs(JSDoc): Add type annotations to variables in Template.compile() 2019-10-20 14:36:47 +02:00
ExE Boss
92f33141fd feat: Set compiled function name 2019-10-20 14:30:26 +02:00
ExE Boss
b489b6cb57 docs: Fix EJS code block language 2019-10-20 13:14:34 +02:00
ExE Boss
64eca526cb docs(JSDoc): Improve type information 2019-10-20 13:03:52 +02:00