riboseinc / asciidoctor-bibliography

Citations in AsciiDoc
MIT License
30 stars 8 forks source link

Globs on `bibliography-database` #74

Closed paolobrasolin closed 6 years ago

paolobrasolin commented 6 years ago

This closes #67, introduces the feature and bumps a minor to v0.8.0 The AsciidoctorBibliography::Database already allowed initialization with multiple files, so it was just a matter of expanding the globs. I added a hard check that halts compilation if conflicting ids are found among the imported databases. An error message is shown and they are printed out.

ronaldtse commented 6 years ago

@paolobrasolin are we ready to merge this? Thanks!