Collect Version Histories For Vendor Products
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

15 lines
614 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/lighttpd.R
\name{lighttpd_version_history}
\alias{lighttpd_version_history}
\title{Retrieve lighttpd Version Release History}
\usage{
lighttpd_version_history()
}
\description{
Reads from the \code{lighttpd} releases and snapshot downloads to build a
data frame of version release numbers and dates. The caller is responsible
for extracting out the version components due to the non-standard
semantic versioning used. The \code{\link[=is_valid_semver]{is_valid_semver()}} function can be used to test the
validity of version strings.
}