Skip to content

Releases: sckott/serrano

serrano v0.2.1

20 Apr 18:52
Compare
Choose a tag to compare
  • Added some tests for Serrano.prefixes() and Serrano.types() methods

serrano v0.2.0

09 Mar 20:03
Compare
Choose a tag to compare
  • Added error classes to fail more gracefully, adapted from instagram gem (#4)
  • Added support for the cursor feature in the Crossref API for deep paging (#14)
  • Added disclaimer to docs that full text/abstracts aren't searched (#24)
  • Now passing user agent string with serrano version in each request (#25)

serrano v0.1.4.1

04 Mar 18:41
Compare
Choose a tag to compare

just a tiny bump to fix something small

serrano v0.1.4

05 Dec 00:32
Compare
Choose a tag to compare
  • Added csl_styles() method to get CSL styles info (#23)
  • note to docs that sample parameter is ignored unless works route used (#22)
  • note to docs that funderes without IDs don't show up in the funders route (#21)
  • Added hash and array method to extract links from output of any methods with works (#18)
  • Method Serrano.text for text mining removed. use the textminer gem (#13)

serrano v0.1.1

05 Dec 00:33
Compare
Choose a tag to compare
  • Improved documentation
  • licenses() loses ids param as it doesn't accept IDs
  • agency() method changed to registration_agency()
  • cn() method changed to content_negotiation()
  • random_dois() gains default value of sample = 10
  • New method get_styles() to get CSL styles

serrano v0.0.7

04 Nov 22:40
Compare
Choose a tag to compare

0.0.7 (2015-11-04)

  • First version to Rubygems