aboutsummaryrefslogtreecommitdiff
path: root/src/html/template/escape.go
AgeCommit message (Expand)Author
7 days[release-branch.go1.26] html/template: properly track JS template literal bra...Roland Shoemaker
2026-03-05[release-branch.go1.26] html/template: properly escape URLs in meta content a...Roland Shoemaker
2024-09-11html/template: use maps.Copy in escaper.escapeListConditionallyJes Cok
2024-08-27html/template: track continue nodes correctly when escapingcuishuang
2023-10-02html/template: support parsing complex JS template literalsRoland Shoemaker
2023-09-06html/template: properly handle special tags within the script contextRoland Shoemaker
2023-09-06html/template: support HTML-like comments in script contextsRoland Shoemaker
2023-05-19html/template: expose ErrJSTemplatecuiweixie
2023-05-02html/template: emit filterFailsafe for empty unquoted attr valueRoland Shoemaker
2023-04-25html/template: fix unavailable urlcui fliter
2023-04-04html/template: disallow actions in JS template literalsRoland Shoemaker
2022-04-11all: gofmt main repoRuss Cox
2022-03-06all: fix some typosDan Kortschak
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-09-23html/template, text/template: implement break and continue for range loopsRuss Cox
2020-08-28text/template: add CommentNode to template parse treeAriel Mashraki
2018-06-22text/template/parse: undo breaking API changesDaniel Theophanes
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-04-04text/template: add variable assignmentsDaniel Martí
2018-02-20all: remove duplicate word "the"Ryuma Yoshida
2018-02-19html/template: remove unused funcDaniel Martí
2018-01-10html/template: check for duplicates when inserting escapersSamuel Tan
2017-12-14html/template: add srcset content typeMike Samuel
2017-07-14html/template: use the same escaper across multiple template executionsSamuel Tan
2017-06-14html/template: only search identifier nodes for predefined escapersSamuel Tan
2017-05-05html/template: allow safe usage of predefined escapers in pipelinesSamuel Tan
2017-04-25html/template: use bytes.ContainsAnyDaniel Martí
2017-04-10html/template: panic if predefined escapers are found in pipelines during rew...Samuel Tan
2016-10-19html/template: adjust ambiguous URL context textRuss Cox
2016-09-29html/template: check "type" attribute in <script>Nodir Turakulov
2016-04-04html/template: prefix the internally-used FuncMap values with an underscoreRob Pike
2016-03-02all: single space after period.Brad Fitzpatrick
2015-06-27html/template: prevent panic while escaping pipelinesDidier Spezia
2015-06-01html/template: prevent panic when escaping actions involving chain nodesDidier Spezia
2015-05-08html/template: fix pipeline sanitizationDidier Spezia
2014-09-08build: move package sources from src/pkg to srcRuss Cox