Skip to content

Releases: recurly/recurly-client-node

Release 3.4.1

20 Mar 23:07
2d99c23
Compare
Choose a tag to compare

Changelog

Unreleased

Full Changelog

Merged pull requests:

  • Updating .github_changelog_generator file for newer versions #88 (douglasmiller)
  • Fri Mar 20 17:44:13 UTC 2020 Upgrade API version v2019-10-10 #87 (douglasmiller)
  • Bump acorn from 6.0.4 to 6.4.1 #85 (dependabot[bot])
  • Add request for stack trace in issue report #84 (bhelx)
  • Generate and commit changelog after npm release not before #83 (bhelx)

3.4.0

20 Feb 22:10
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

  • Latest generated changes for v2019-10-10 #81 (bhelx)
  • Use new webhooks doc link #80 (bhelx)
  • Latest v2019-10-10 Changes #78 (bhelx)
  • Small tweaks to docs #77 (bhelx)
  • Use hub cli to publish release #76 (bhelx)

3.3.1

23 Dec 17:17
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • error TS2504: Type 'AsyncIterator<Plan, any, undefined>' must have a '[Symbol.asyncIterator]()' method that returns an async iterator. #73

Merged pull requests:

  • Pager: Use AsyncIterable not AsyncIterator #74 (bhelx)

3.3.0

19 Dec 18:46
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Typescript types #29

Merged pull requests:

  • Adding missing TransactionError test #70 (bhelx)
  • Typescript definitions #48 (bhelx)

3.2.1

10 Dec 19:31
cc7fc21
Compare
Choose a tag to compare

Convert Array params to CSV strings #69

3.2.0

03 Dec 22:46
Compare
Choose a tag to compare
  • Allow object attributes #65

3.1.1

22 Nov 18:01
e02d32e
Compare
Choose a tag to compare
  • Fixes Bug introduced in 3.1.0 #62

3.1.0

20 Nov 22:42
64fd168
Compare
Choose a tag to compare
  • Adds PDF support #60
  • Adds Item support #60
  • Adds 3ds support #59
  • Fix for docs #58
  • Fix package.json warning #56
  • Adds test coverage > 90% #55
  • Fix error handling when body is not present #54
  • Bump eslint #52
  • Fix import bug when running from jest #50
  • Adds check to prevent runtime dependencies #45

3.0.1

19 Oct 20:54
Compare
Choose a tag to compare
  • Fix import statement when run from jest #50

3.0.0

09 Oct 19:56
Compare
Choose a tag to compare

First official release of V3.

API Version: 2019-10-10
API Docs: https://developers.recurly.com/api/v2019-10-10/index.html

Upgrade Notes

If you are upgrading from version 3.0.0.beta.x see the ChangeLog entry 2019-10-10 listed here: https://developers.recurly.com/api/v2019-10-10/index.html#section/Getting-Started/Change-Log

If you are upgrading from V2, consider reading the V3 Upgrade Guide