Skip to content

Releases: rjocoleman/labelary

Add support for Labelary API Business SaaS Endpoint

10 May 21:55
93276f0
Compare
Choose a tag to compare

This release adds support for the Labelary API Business SaaS Endpoint

Credits to @basex #10

v0.5.0

02 Mar 20:33
8350ffb
Compare
Choose a tag to compare

This is a breaking change for some users

In this release if the response is multiple pages all will now be returned by default.

The previous behaviour was to return just the first page.
The new behaviour is to return all pages.

To restore the previous setting of returning the first page and ignoring subsequent pages:

# config/initializers/labelary.rb
Labelary.configure do |config|
  config.index = 0 # this is an index, 0 for page 1, 1 for page 2 and so on, '' for all pages (default)
end

https://rubygems.org/gems/labelary/versions/0.5.0

0.3.0

04 Jan 22:34
Compare
Choose a tag to compare

Update Faraday dependencies
Bump version