mdbook/crates
Eric Huss 800fb54aeb Rename Book.sections to Book.items
This renames the "sections" list to "items". In practice, this list has
contained more than just "sections" since parts were added. Also, the
rest of the code consistently uses the term "items", since the values it
contains are called `BookItem`s. Finally, the naming has always been a
little confusing to me.

This is a very disruptive change, and I'm not doing it lightly. However,
since there are a number of other API changes going into 0.5, I think
now is an ok time to change this.
2025-08-22 18:51:04 -07:00
..
mdbook-core Rename Book.sections to Book.items 2025-08-22 18:51:04 -07:00
mdbook-driver Rename Book.sections to Book.items 2025-08-22 18:51:04 -07:00
mdbook-html Rename Book.sections to Book.items 2025-08-22 18:51:04 -07:00
mdbook-markdown Enable smart-punctuation by default 2025-08-22 16:52:08 -07:00
mdbook-preprocessor Change PreProcessor::supports_renderer to return a Result 2025-08-16 13:26:01 -07:00
mdbook-renderer Switch all public types to non_exhaustive 2025-08-09 17:02:01 -07:00
mdbook-summary Rename Book.sections to Book.items 2025-08-22 18:51:04 -07:00