Skip to content

Releases: conekta/conekta-node

6.0.3

18 Jun 21:03
6335e48
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.0.2...6.0.3

6.0.2

26 Dec 15:28
7995645
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.0.1...6.0.2

6.0.1

15 Dec 16:35
ba375f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.0.0...6.0.1

6.0.0

30 Jun 17:14
23c84d1
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @fernandosaenzconekta made their first contribution in #122
  • @fcarrero made their first contribution in #126

Full Changelog: v4.2.0...6.0.0

6.0.0-beta.2

30 Jun 16:32
3b65014
Compare
Choose a tag to compare
6.0.0-beta.2 Pre-release
Pre-release

6.0.0-beta.1

29 Jun 20:55
9408358
Compare
Choose a tag to compare
6.0.0-beta.1 Pre-release
Pre-release
set config deploy

v4.2.0

30 Nov 22:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.1...v4.2.0

4.0.1 - Core Rewrite

10 Jan 04:12
78c687e
Compare
Choose a tag to compare

4.0.1 - 2020-01-09

This version is a massive rewrite of the core functionality, and though the public interfaces should remain unchanged, we suggest that you test your integration as we correct a lot of non-intuitive behavior from the previous version. Please open an issue in conekta-node if you find any bugs and we will respond in short order.

Fixes

  • Massive overhaul of the Resource object and the addition of ResourceList object. This should address issues 90, 84, 83 and 60
  • Fixes subscription spec inter-dependencies
  • nextPage return object

Cleanup

  • Dependency updates
  • Changes Nesh for Repl
  • Prefixes several private methods (buildChildren, listObjectsToArray, post, del, put, custom) with _

Features

  • Alternative nested object querying { customer: { email: 'example@example.com' }}
  • Adding previousPage method

4.0.0 - Core Rewrite - Deprecated

10 Jan 03:30
1e885ff
Compare
Choose a tag to compare

4.0.0 - 2020-01-09

This version is a massive rewrite of the core functionality, and though the public interfaces should remain unchanged, we suggest that you test your integration as we correct a lot of non-intuitive behavior from the previous version. Please open an issue in conekta-node if you find any bugs and we will respond in short order.

Fixes

  • Massive overhaul of the Resource object and the addition of ResourceList object. This should address issues 90, 84, 83 and 60
  • Fixes subscription spec inter-dependencies
  • nextPage return object

Cleanup

  • Dependency updates
  • Changes Nesh for Repl
  • Prefixes several private methods (buildChildren, listObjectsToArray, post, del, put, custom) with _

Features

  • Alternative nested object querying { customer: { email: 'example@example.com' }}
  • Adding previousPage method

Updating modules and dependencies

01 Aug 00:21
197fb3f
Compare
Choose a tag to compare

Updated node modules and deprecated dependencies in order to avoid security risks