135 Commits

Author SHA1 Message Date
isk
01a91d7409 fix: ejs evalerror with browser extension 2023-08-18 12:52:20 +02:00
mde
29b076cdbb Added header 2023-05-27 09:54:19 -07:00
mde
7690404e2f Added security banner to README 2023-05-27 09:53:12 -07:00
Marcelo Shima
9cc37d7c35 Update README.md 2022-11-18 10:35:30 -03:00
Eslam Salem
c040180203 Update README.md
Update the readme to add the security note
2022-04-13 04:46:40 +02:00
mde
9f69c0a176 Better doc-generation, document the doc commands 2020-09-10 08:20:56 -07:00
mde
fac12271cb Merge branch 'master' of github.com:mde/ejs 2020-05-24 22:13:44 -07:00
mde
3bb302479b Fixed README errors 2020-05-24 22:13:22 -07:00
Leonardo Matos
247c0e2b41 docs(includer): edit function parameters names (originalPath, parsedPath) to be more descriptive 2020-05-16 18:03:12 -03:00
Leonardo Matos
1fb829a935 docs(includer): simple includer function reference on options 2020-05-14 02:25:19 -03:00
mde
c41904f0a1 Words 2020-04-26 22:01:37 -07:00
mde
6f8e138ca4 But put them in the right place 2020-04-26 21:59:42 -07:00
mde
9595c642d3 Examples, plural 2020-04-26 21:57:17 -07:00
mde
f13a5c87a8 Updated tests and docs 2020-04-26 21:55:36 -07:00
zjopy
5de081262f fix(docs): grammar 2020-04-21 03:19:33 +02:00
zjopy
b151bfe9f5 fix(docs): grammar 2020-04-21 03:17:12 +02:00
zjopy
8bfa8fefb7 fix(docs): fix wording 2020-04-21 03:15:40 +02:00
zjopy
e1bd792434 fix(docs): missing doc for open and close delimiters 2020-04-21 03:04:33 +02:00
Leonardo Matos
0f5cba852c docs(readme): add views to options reference 2020-04-13 13:28:49 -03:00
Leonardo Matos
4b07fc523e docs(readme): update 'root' option reference (can be array) 2020-03-23 16:52:11 -03: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
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
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
b489b6cb57 docs: Fix EJS code block language 2019-10-20 13:14:34 +02:00
ExE Boss
9edca4e0bf docs: Add information about destructuring to README.md 2019-09-10 01:51:06 +02:00
Mark Smith
b6c13e5e45 Add link to the examples folder 2018-11-19 01:09:39 +07:00
mde
423d21d082 Added doc for the async rendering option 2018-05-05 11:43:34 -07:00
mde
c4f68f628c Document the outputFunctionName feature 2018-04-22 13:57:02 -07:00
mde
9cfe8d537d Clean up README 2018-04-19 21:15:04 -07:00
Betanu701
92142fd1ef Adding IDE Integrations
Adding VSCode EJS integration to the readme.
2018-01-25 18:16:06 -05:00
NV4RE
fc834ed24b Move leading comma (#313) 2017-10-24 11:06:27 -04:00
mde
45fb3bdc46 Updated readme with vulnerabilities info 2017-03-25 13:16:11 -07:00
xinglong.wangwxl
16c3a8e3aa add fileloader doc 2017-01-24 10:54:57 +08:00
xinglong.wangwxl
d456f05a9a Feat: fileloader should be independent
For security reasons, Sometimes the template file may have some
pre-processing.For example, inserts some checking data in the form of
time reading the html file.

This amendment provides similar 'cache' to set custom fileloader.

resolve mde/ejs#125
2017-01-23 14:04:23 +08:00
Ryan Zimmerman
5cb2225cbd Add link to ejs-playground (#195)
https://ionicabizau.github.io/ejs-playground/
2016-08-27 18:45:13 -04:00
RyanZim
dc0775e424 Fix broken link in README 2016-08-16 15:41:06 -04:00
cnwhy
27b7b9c2c8 Add "root" item in options 2016-06-27 21:57:31 +08:00
Ionică Bizău
1cc283471b Highlight inline code 2016-06-10 18:54:24 +03:00
Roy Miloh
d0f5db2680 feat(literal): output literal %> with %%> close #153 2016-06-01 19:27:52 -04:00
RyanZim
eb93a68a7a Add whitespace slurping tags to README
Also link to syntax.md from the README
2016-05-13 16:15:52 -04:00
Ryan Zimmerman
24e7034b55 Merge pull request #112 from rpaterson/escape-docco
Test and document `escape` option
2016-05-13 16:02:19 -04:00
Matthew Eernisse
afa498ee4e Merge pull request #138 from mde/update-docs
Update Documentation
2016-05-02 15:56:46 -07:00
RyanZim
3780dc1de8 Fix more mistakes 2016-04-25 08:56:27 -04:00
RyanZim
66b2679e3f Fix Mistakes 2016-04-19 10:24:51 -04:00
RyanZim
bc66935d28 Add warning for ejs.render(dataAndOptions) 2016-04-18 16:04:17 -04:00
RyanZim
4317116bf0 Document JSDoc scripts in the README 2016-04-16 14:08:45 -04:00
RyanZim
ad0889e5e2 Make suggested changes 2016-04-12 10:12:37 -04:00