Skip to content

Releases: andersonvom/adp-downloader

v0.2.5

12 Sep 05:10
Compare
Choose a tag to compare

Gracefully handle empty tax or pay statements

If a user is new at a particular company, they may not have tax or pay
statements yet, so this handles this case appropriately by just
returning empty arrays when ADP's response is empty.

v0.2.3

09 Aug 22:30
Compare
Choose a tag to compare
Bump v0.2.3

v0.2.1: Fix Tempfile usage for ruby v2.0.0

23 Jan 13:25
Compare
Choose a tag to compare
In earlier versions of ruby, you can create a new Tempfile without
passing a default name, but not in older versions.

Closes #3

v0.2.0: Bump 0.2.0

20 Jan 18:20
Compare
Choose a tag to compare

This version changes the way statements are organized to the following
structure:

yyyy/
  yyyy-ID.json
  yyyy-ID.pdf
  yyyy-mm-dd-ID.json
  yyyy-mm-dd-ID.pdf

where yyyy, mm, and dd refer to the years, months and days of
those statements.

It also uses a different ID scheme, since the PDF ID is always
available and the JSON ID is not necessary always present.

You might want to backup your existing statements before upgrading the
gem and manually merge older statements that might not be available
through the API anymore.

Contributors:

v0.1.4

20 Jan 18:28
Compare
Choose a tag to compare
Bump 0.1.4

v0.1.3

20 Jan 18:29
Compare
Choose a tag to compare
Bump v0.1.3

v0.1.2

20 Jan 18:30
Compare
Choose a tag to compare
Bump v0.1.2