All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.2.3 (2018-07-12)
1.1.0 (2017-10-22)
- config add possibility to declare nuxtent options
api
key as a function given theisStatic
parameter to adjust Axios options when usingnuxt generate
, fixes #92
{
content: {
page: '/_slug',
permalink: '/:year/:slug',
generate: ['get', 'getAll']
},
api: function(isStatic) {
return {
browserBaseURL: isStatic ? 'http://production-url.com' : ''
}
}
}
-
config all nuxtent options present in
api
key are now forwarded toaxios
-
module allow
.yml
file extension for content files (a6b240a), closes #69
-
prism change Prism implementation to include classes (4dad625)
-
module harmonize date format of posts and pages (2154c45), fixes #98
-
module do not expose
filePath
to the browser (7311294), fixes #96 -
module: fix
generate
router permalink concatenation (f553cda), closes #103
1.0.2 (2017-09-29)
- module: replace wrong
rootDir
path bysrcDir
when looking for components (89a9081)
1.0.1 (2017-09-29)
- example: fix
multiple-content-types
example config and pages (061bf2a) - examples: replace
nuxtent generate
bynuxt generate
command (e91676a) - module: properly detect static mode (
nuxt generate
) (cd148a2), closes #83 #88 #89
1.0.0 (2017-09-25)
- module: fix "dependency not found ~\content" (#78) (9866b7d)
- module: remove automatic content permalink prefixing (8ff853d)
- package: remove
nuxtent
binary (845aa8d)
- module: verify your content permalinks, possibly add the missing content type prefix
- package: replace
nuxtent generate
bynuxt generate
in your project's package.json scripts