mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-26 20:01:39 +00:00
Add absURL and relURL to release notes
This commit is contained in:
parent
bec839e652
commit
be16e5ffb9
1 changed files with 3 additions and 2 deletions
|
@ -33,8 +33,9 @@ Work In Progress.
|
||||||
* Configurable RSS output filename
|
* Configurable RSS output filename
|
||||||
* New template functions:
|
* New template functions:
|
||||||
* `getenv`
|
* `getenv`
|
||||||
* String functions `substr` and `slicestr`
|
* The string functions `substr` and `slicestr`
|
||||||
* Add `seq`, a sequence generator very similar to its Gnu countepart
|
*`seq`, a sequence generator very similar to its Gnu countepart
|
||||||
|
* `absURL` and `relURL`, both of which takes the `BaseURL` setting into account
|
||||||
* To get variable and function names in line with the rest of the Go community, a set of variable and function names has been deprecated: These will still work in 0.14, but will be removed in 0.15. What to do should be obvious by the build log; `getJson` to `getJSON`, `getCsv` to `getCSV`, `safeHtml` to `safeHTML`, `safeCss` to `safeCSS`, `safeUrl` to `safeURL`, `Url` to `URL`, `UrlPath` to `URLPath`, `BaseUrl` to `BaseURL`, `Recent` to `Pages`, `Indexes` to `Taxonomies`.
|
* To get variable and function names in line with the rest of the Go community, a set of variable and function names has been deprecated: These will still work in 0.14, but will be removed in 0.15. What to do should be obvious by the build log; `getJson` to `getJSON`, `getCsv` to `getCSV`, `safeHtml` to `safeHTML`, `safeCss` to `safeCSS`, `safeUrl` to `safeURL`, `Url` to `URL`, `UrlPath` to `URLPath`, `BaseUrl` to `BaseURL`, `Recent` to `Pages`, `Indexes` to `Taxonomies`.
|
||||||
|
|
||||||
## **0.13.0** Feb 21, 2015
|
## **0.13.0** Feb 21, 2015
|
||||||
|
|
Loading…
Reference in a new issue