3201 Commits

Author SHA1 Message Date
Sunny Luo
e527cd2cd9 Update cli.js 2020-04-21 15:14:32 +08:00
Sunny Luo
755d70c170 Fix wrong output file option in cli 2020-04-21 15:08:11 +08: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
mde
685f5ef0bc Syntax 2020-04-19 14:12:24 -07:00
mde
113cfa13a2 Added bin directory to package 2020-04-19 14:12:05 -07:00
mde
0cc5af0416 More linting 2020-04-19 14:10:27 -07:00
mde
d1570b7a85 Merge branch 'master' of github.com:mde/ejs 2020-04-19 14:09:07 -07:00
mde
78aff10607 Linting 2020-04-19 14:08:52 -07:00
mde
a26db5486f Minor version bump 2020-04-19 14:03:59 -07:00
mde
968cb9d5cb Updated deps 2020-04-19 14:00:47 -07:00
mde
e9349bdbc7 Document CLI opts 2020-04-19 14:00:25 -07:00
mde
8046119337 Basic tests for CLI 2020-04-19 14:00:08 -07:00
mde
a7928c23e0 Use kebab-case for opt 2020-04-19 13:59:44 -07:00
mde
82a0309858 Implemented CLI 2020-04-19 12:02:25 -07:00
Matthew Eernisse
9caa8c8665 Merge pull request #501 from leomp12/feat/root-array
LGTM
2020-04-16 18:24:26 -07:00
Leonardo Matos
f1f0e26f84 perf(resolve-paths): replace tryPathsList with 'global' resolvePaths 2020-04-13 14:51:39 -03:00
Leonardo Matos
0f5cba852c docs(readme): add views to options reference 2020-04-13 13:28:49 -03:00
Matthew Eernisse
82b685a93d Merge pull request #507 from timgates42/bugfix_typo_preceding
docs: Fix simple typo, preceeding -> preceding
2020-04-09 09:35:26 -07:00
Tim Gates
0f88383409 docs: Fix simple typo, preceeding -> preceding
There is a small typo in docs/syntax.md.

Should read `preceding` rather than `preceeding`.
2020-04-09 06:19:58 +10:00
mde
e7ae463db4 Version 3.0.2 2020-03-29 11:40:13 -07:00
mde
ea219ebcac Obligatory disabling over-eager lint rule for escaping 2020-03-29 11:37:12 -07:00
mde
122035987a Clearer conditional in postinstall 2020-03-29 11:27:04 -07:00
mde
7cb4ca8ec3 Merge branch 'master' of github.com:mde/ejs 2020-03-29 11:25:37 -07:00
mde
3035e3ab99 Use --harmony flag for strict-mode features in older Nodes 2020-03-29 11:25:05 -07:00
Leonardo Matos
3d5f346a30 test: testing root include (with array) 2020-03-23 16:52:46 -03:00
Leonardo Matos
4b07fc523e docs(readme): update 'root' option reference (can be array) 2020-03-23 16:52:11 -03:00
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