Marcelo Shima
f1d6c51a6c
root can be arrays.
2022-11-18 10:34:54 -03:00
akash-55
99b2d8e551
Update syntax.md
2021-06-05 07:03:19 +05:30
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
a97afe3e9c
Merge branch 'docs/jsdoc/improve-type-information' of github.com:EB-Forks/ejs
2020-01-14 07:49:08 -08:00
ExE Boss
12beb5ccc0
fix: Cleanup remaining legacy preprocessor include code
2019-12-04 02:44:05 +01: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
ExE Boss
edc6025ecf
Merge branch 'master' into feat/destructured-locals
2019-09-10 01:53:08 +02:00
ExE Boss
e3d128b2f6
feat: Allow disabling legacy include preprocessor directives
2019-09-06 18:04:47 +02:00
ExE Boss
eb639428fe
feat: Add support for destructuring locals
2019-08-24 21:39:06 +02:00
Matthew Eernisse
ff15d6d588
Merge pull request #304 from tyduptyler13/master
...
Added custom open and close delimiters
2018-06-09 20:25:27 -07:00
Viko
bd5be52459
Update documentation for async functions
2018-02-25 12:21:13 -06:00
Viko
6b0e5b7e31
Add async option
2018-02-22 16:58:17 -06:00
Tyler Scott
ba49ed4491
Added custom open and close delimiters
2017-09-19 04:00:14 +00:00
xinglong.wangwxl
16c3a8e3aa
add fileloader doc
2017-01-24 10:54:57 +08:00
RyanZim
6c2663e347
Remove trailing whitespace, add eslint rule
2016-09-27 08:17:22 -04:00
cnwhy
27b7b9c2c8
Add "root" item in options
2016-06-27 21:57:31 +08:00
Ryan Zimmerman
e3e43a2014
Fix quotes
2016-06-22 08:27:01 -04:00
Roy Miloh
d0f5db2680
feat(literal): output literal %> with %%> close #153
2016-06-01 19:27:52 -04:00
RyanZim
b31ec24d8b
Remove reference to non-existent api.md
2016-05-04 19:35:39 -04:00
Matthew Eernisse
afa498ee4e
Merge pull request #138 from mde/update-docs
...
Update Documentation
2016-05-02 15:56:46 -07:00
RyanZim
7a53dae9fd
Clarify jsdocs for filename option
2016-04-13 13:31:33 -04:00
RyanZim
a78de10053
Fix typos
2016-04-11 18:55:24 -04:00
RyanZim
5cc5efdf24
Clarify docs on the client option
2016-04-09 15:48:22 -04:00
RyanZim
89e6155f0b
Add JSDocs for IncludeCallback
...
Fixes #144
2016-04-07 10:44:08 -04:00
RyanZim
af90a257fc
Improve Documentation for <%_ and _%>
...
Fixes #143
Also did some cleanup in the examples.
2016-03-31 19:54:09 -04:00
mde
f72b9829a7
Doc for whitespace slurp, updated CHANGELOG for version bump
2015-09-06 21:05:12 -07:00
Timothy Gu
832bba83b4
doc: Expand on the format of the path of included file
2015-03-18 18:38:14 -07:00
Timothy Gu
c745b46d7d
Add rmWhitespace mode
...
It is not a full-fledged HTML minifier, nor will it be. It is designed to
be as "safe" as possible.
Fixes #51 .
2015-02-14 08:51:47 -08:00
Timothy Gu
4b6946b905
Move jsdoc files to docs/jsdoc
2015-02-12 17:04:49 -08:00
Timothy Gu
fb12d44239
Further split the huge jsdoc file into bits and pieces
...
[ci skip]
2015-02-08 15:52:13 -08:00
Timothy Gu
3e4e9835da
Document the caching interface
...
[ci skip]
2015-02-08 15:52:07 -08:00
Timothy Gu
ea956d0b4a
Move some parts of the documentaton to docs/types.jsdoc
...
[ci skip]
2015-02-08 15:51:47 -08:00
Timothy Gu
7419ede521
Use curly quotes where appropriate
...
For md renders without smartypants support (e.g. GitHub).
2015-02-05 19:35:27 -08:00
Timothy Gu
36ce607125
Add syntax documentation
...
[ci skip]
2015-01-22 18:41:21 -05:00
mde
ad2c20eddd
Set up repo using original EJS
2014-12-31 09:56:37 -08:00
Vishi
8557826021
Migration to bootstrap 3 done. All tests passed, navbar glyphicons not working
2014-11-07 12:43:23 +00:00
mde
87ea2ee14c
Merge branch 'v0.12'
2014-06-29 15:54:23 -07:00
Lev Nazarenko
5abcfe3a1b
Update helpers.md
...
Mistake in code in `styleLink` section
2014-06-05 18:59:18 +04:00
mde
c4e589a91b
Fixed typo
2014-06-04 14:08:44 -07:00
Matthew Eernisse
7aa3ea3a66
Merge pull request #606 from tracylv/master
...
Add a "POST" example for request
2014-05-25 23:23:53 -07:00
Tracy Lv
f772eef6cf
Add a "POST" example for request
...
It needs to set 'Content-Type' in headers explicitly, when use geddy.request to do a "POST" request.
Or else the data parameters couldn't be passed in. And there is no 'POST' example there.
So add an example for 'POST' request. it's related to Issue #604 (https://github.com/geddy/geddy/issues/604 )
2014-05-26 13:51:00 +08:00
Matthew Eernisse
32f2d13769
Merge pull request #598 from troyastorino/v0.12
...
Updated documentation to expose behavior of validateWithParams
2014-05-10 20:46:49 -07:00
Troy Astorino
1645d21a5d
Updated documentation to expose behavior of validateWithParams
2014-05-10 13:23:06 -07:00
Ben
0af5b653ac
Merge pull request #583 from 3dd13/master
...
use query instead of key value
2014-04-03 11:59:58 -05:00
3dd13
e839924759
use query instead of key value
...
https://github.com/geddy/geddy/pull/581
2014-04-03 17:03:02 +08:00
Ben
5781aec9c5
Merge pull request #582 from 3dd13/master
...
Adding code snippet to demonstrate switching locale
2014-04-03 03:53:44 -05:00
3dd13
d5f022b283
Adding code snippet to demonstrate switching locale
2014-04-03 15:09:06 +08:00
Matthew Eernisse
de280f2f00
Merge pull request #581 from 3dd13/master
...
add example of the variation of remove method
2014-04-02 22:49:26 -07:00
Eddie Lau
7f4a0e98f9
add example of the variation of remove method
2014-04-03 13:13:08 +08:00