You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow searching by last_updated_date. (#93 by @xuanxu)
Add submitted_at for submission date querying. (#97)
This also changes last_updated_date from #93 to updated_at, and similarly for the last_updated and date_submittedsort-by criteria.
Minor changes
Update Arx() to match new Arx.search signature (from #92). (#94)
Change incorrect lastUpdated sort-by criterion to lastUpdatedDate. (#96)
Add to_s methods for Arx::Paper, Arx::Author and Arx::Category. (#99)