Releases: sckott/serrano
Releases · sckott/serrano
serrano v0.2.1
- Added some tests for
Serrano.prefixes()
andSerrano.types()
methods
serrano v0.2.0
- 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
just a tiny bump to fix something small
serrano v0.1.4
- Added
csl_styles()
method to get CSL styles info (#23) - note to docs that
sample
parameter is ignored unlessworks
route used (#22) - note to docs that
funderes
without IDs don't show up in thefunders
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 thetextminer
gem (#13)
serrano v0.1.1
- Improved documentation
licenses()
losesids
param as it doesn't accept IDsagency()
method changed toregistration_agency()
cn()
method changed tocontent_negotiation()
random_dois()
gains default value ofsample = 10
- New method
get_styles()
to get CSL styles
serrano v0.0.7
0.0.7 (2015-11-04)
- First version to Rubygems