Skip to content

Releases: pivotal-cf/bookbinder

Bookbinder v9.3.0

26 Apr 23:53
Compare
Choose a tag to compare

This release includes a feature.

Feature

  • The search results page now includes a subnav.
  • The search results page now does not display the site name information as part of the results.
  • The CUSTOM_ROOT environment variable allows you to identify links outside of a specified version branch as broken. For example, CUSTOM_ROOT='/1.6' bundle exec bookbinder bind remote (or local) would show a link from
    docs.pivotal.io/1.6/pivotalcf/ to a topic in docs.pivotal.io/pivotalcf/ as being broken.

Bookbinder v9.2.1

21 Apr 16:58
Compare
Choose a tag to compare

This release includes a bug fix.

Bug Fix

A typographical error in the bookbinder.gemspec file stated that Bookbinder requires Ruby version 2.0.0, instead of Ruby version 2.0.0 or later. This issue has been corrected.

Bookbinder v9.2.0

21 Apr 00:46
Compare
Choose a tag to compare

This release includes new features and a bug fix.

Features

  • Bookbinder no longer requires Ruby 2.3.0. You can run Bookbinder with Ruby 2.0.0p481 and later.
  • Bookbinder can now use Elastic Search instead of GCSE.

Bug Fix

Subnav generation would fail when the name of a directory included a .. Bookbinder no longer parses these directory incorrectly.

Bookbinder v9.0.0

14 Apr 17:06
Compare
Choose a tag to compare

This release includes a breaking change.

Breaking Change

Certain Bookbinder commands were created with restrictive assumptions about deployment environments. This release removes these commands.

Commands removed:

  • build_and_push_tarball
  • push_local_to <environment>
  • push_to_prod [build_#]
  • run_publish_ci

Bookbinder v8.5.0

13 Apr 17:14
Compare
Choose a tag to compare

This release includes command deprecation messages.

Deprecated Commands

Certain Bookbinder commands were created with restrictive assumptions about deployment environments.
This release deprecates the following commands:

  • build_and_push_tarball
  • push_local_to <environment>
  • push_to_prod [build_#]
  • run_publish_ci

Bookbinder v8.4.1

08 Apr 21:15
Compare
Choose a tag to compare

This release includes bug fix.

Bug Fix

Fixes missing ExecJS thing.

Bookbinder v8.4.0

08 Apr 20:47
Compare
Choose a tag to compare

This release includes a new feature.

Feature

Error surfacing: Bookbinder now surfaces errors even when verbose mode has not been enabled.

Bookbinder v8.3.2

06 Apr 22:16
Compare
Choose a tag to compare

This release includes a bug fix.

Bug Fix

bookbinder watch should no longer generate error pages instead of displaying content.

Bookbinder v8.3.1

04 Apr 19:17
Compare
Choose a tag to compare

This release includes a bug fix.

Bug Fix

Gemfile.lock fixed for template app

Bookbinder v8.3.0

04 Apr 17:58
Compare
Choose a tag to compare

This release includes a new feature.

Feature

Bookbinder now allows files to be served when mounted from a non-root path.