We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144bd4c commit 695bda3Copy full SHA for 695bda3
CHANGES.md
@@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
## 3.2.0 (pre)
6
- Switch markdown parser from `kramed` to `markup-it`
7
- Fix support of `|` in tables
8
+- Fix access to `output.name` in templating
9
+- Improve options of default search indexer (keywords, disabling per pages)
10
+- Improve pertinence of search results
11
12
## 3.1.1
13
- Fix order of plugins during loading
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gitbook",
3
- "version": "3.2.0-pre.0",
+ "version": "3.2.0-pre.1",
4
"homepage": "https://www.gitbook.com",
"description": "Library and cmd utility to generate GitBooks",
"main": "lib/index.js",
0 commit comments