mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 04:48:33 +07:00
Update Changelog
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
<a name="unreleased"></a>
|
||||
## [Unreleased]
|
||||
|
||||
### Bug Fixes
|
||||
- Show empty JSON properties, as 'null' for all types ([#166](https://github.com/segmentio/terraform-docs/issues/166))
|
||||
- Do not wrap multiline blocks in table with <code> ([#164](https://github.com/segmentio/terraform-docs/issues/164))
|
||||
- Show all JSON properties, empty or null ([#160](https://github.com/segmentio/terraform-docs/issues/160))
|
||||
- Do not escape strings inside code blocks ([#155](https://github.com/segmentio/terraform-docs/issues/155))
|
||||
- Read leading module header from main.tf ([#154](https://github.com/segmentio/terraform-docs/issues/154))
|
||||
|
||||
@@ -4,12 +4,14 @@
|
||||
<a name="unreleased"></a>
|
||||
## [Unreleased]
|
||||
{{ if .Unreleased.CommitGroups -}}
|
||||
{{ range .Unreleased.CommitGroups -}}
|
||||
{{ range .Unreleased.CommitGroups }}
|
||||
### {{ .Title }}
|
||||
{{ range .Commits -}}
|
||||
{{ if not (contains .Subject "<code>") -}}
|
||||
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ if .Subject }}{{ .Subject }}{{ else }}{{ .Header }}{{ end }}
|
||||
{{ end }}
|
||||
{{ end -}}
|
||||
{{ end -}}
|
||||
{{ end }}
|
||||
{{ else }}
|
||||
{{ range .Unreleased.Commits -}}
|
||||
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ if .Subject }}{{ .Subject }}{{ else }}{{ .Header }}{{ end }}
|
||||
@@ -30,12 +32,14 @@
|
||||
<a name="{{ .Tag.Name }}"></a>
|
||||
## {{ if .Tag.Previous }}[{{ .Tag.Name }}]{{ else }}{{ .Tag.Name }}{{ end }} - {{ datetime "2006-01-02" .Tag.Date }}
|
||||
{{ if .CommitGroups -}}
|
||||
{{ range .CommitGroups -}}
|
||||
{{ range .CommitGroups }}
|
||||
### {{ .Title }}
|
||||
{{ range .Commits -}}
|
||||
{{ if not (contains .Subject "<code>") -}}
|
||||
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ if .Subject }}{{ .Subject }}{{ else }}{{ .Header }}{{ end }}
|
||||
{{ end }}
|
||||
{{ end -}}
|
||||
{{ end -}}
|
||||
{{ end }}
|
||||
{{ else }}
|
||||
{{ range .Commits -}}
|
||||
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ if .Subject }}{{ .Subject }}{{ else }}{{ .Header }}{{ end }}
|
||||
|
||||
@@ -2,12 +2,14 @@
|
||||
|
||||
{{ range .Versions }}
|
||||
{{ if .CommitGroups -}}
|
||||
{{ range .CommitGroups -}}
|
||||
{{ range .CommitGroups }}
|
||||
### {{ .Title }}
|
||||
{{ range .Commits -}}
|
||||
{{ if not (contains .Subject "<code>") -}}
|
||||
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ if .Subject }}{{ .Subject }}{{ else }}{{ .Header }}{{ end }}
|
||||
{{ end }}
|
||||
{{ end -}}
|
||||
{{ end -}}
|
||||
{{ end }}
|
||||
{{ else }}
|
||||
{{ range .Commits -}}
|
||||
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ if .Subject }}{{ .Subject }}{{ else }}{{ .Header }}{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user