versions follow SemVer
audit
: more possibly recoverable cases added
- Add
audit
function and correspondingisbn-audit
CLI command - Add
isbn-checksum
CLI command - Add dist files
./dist/isbn.js
and./dist/isbn.min.js
, both being browserified ES5 versions of the module
Fork from isbn2
BREAKING CHANGES
- accept approximately formatted ISBNs such as '978-4873113364' that would previously have return a
null
result - functions are now directly exposed on the module object:
require('isbn2').ISBN.parse('1933988037').codes.isbn13h // => '978-1-933988-03-0'
// becomes
require('isbn3').parse('1933988037').isbn13h // => '978-1-933988-03-0'
** Added features**
- added a command-line interface
- expose groups data on the module object
- recover common hyphenization mistake
979-1091146135