Skip to content

ISBN

Latest
Compare
Choose a tag to compare
@brianvoe brianvoe released this 26 Jun 11:25
· 1 commit to master since this release

πŸ“š New Feature: ISBN Generation

This release adds support for generating valid ISBN identifiers, perfect for mock book data or publishing applications.

Generate a valid ISBN-10 or ISBN-13 string with customizable separator.

gofakeit.ISBN(ISBNOptions{Version: "13", Separator: "-"}) // "978-1-2345-6789-0"

🧰 Options

Field Description
Version "10" or "13" (default is "13")
Separator Custom string separator (e.g. "-", "")

Thanks to @phoenisx , gofakeit is even more versatile for testing systems that work with books, publishing tools, or educational content.