page generated by push-f
from the caniuse.rs dataset
{{range .Versions}}
{{if .NonLibFeatures}}
{{- range .NonLibFeatures}}
- {{template "feature" .}}
{{- end}}
{{end}}
{{if .LibFeatures}}
library
{{- range .LibFeatures}}
- {{template "feature" .}}
{{- end}}
{{end}}
{{end}}
{{define "feature" -}}
{{.Title | formatBackticks}}
{{- end}}