Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 697 Bytes

CHANGELOG.md

File metadata and controls

23 lines (18 loc) · 697 Bytes

v0.0.2

  • api.getBookByISBN can now be called with a string instead of an object. api.getBookByISBN('…') is a shortcut for api.getBookByISBN({query:'…'}).
  • BooksList is now an Array-like, the .books attribute has been removed.
  • BooksList#fetchAll has been added, to fetch all books.
  • api.set, api.unset and api.getVar functions added to set/unset/get global config variables.
  • Entities caching added.

Minor changes

  • ISBN & EAN codes’ hyphens are now stripped
  • Encoding issue (#3) has been resolved, no more '�' in strings
  • All attributes are now correctly parsed (#1)
  • Book#isAvailable attribute fixed.

v0.0.1

First version.