Releases: conekta/conekta-node
6.0.3
What's Changed
- Bump follow-redirects from 1.15.3 to 1.15.4 by @dependabot in #215
- Bump ts-jest from 29.1.1 to 29.1.2 by @dependabot in #220
- Bump axios from 1.6.2 to 1.6.5 by @dependabot in #212
- Bump axios from 1.6.5 to 1.6.7 by @dependabot in #222
- Bump @types/node from 12.20.55 to 20.11.7 by @dependabot in #223
- Bump @types/node from 20.11.7 to 20.11.10 by @dependabot in #224
- Bump @types/node from 20.11.10 to 20.11.11 by @dependabot in #225
- Bump @types/node from 20.11.11 to 20.11.14 by @dependabot in #226
- Bump @types/node from 20.11.14 to 20.11.16 by @dependabot in #228
- Bump @types/jest from 29.5.11 to 29.5.12 by @dependabot in #227
- Bump @types/node from 20.11.16 to 20.11.17 by @dependabot in #229
- Bump @types/node from 20.11.17 to 20.11.19 by @dependabot in #230
- Bump @types/node from 20.11.19 to 20.11.20 by @dependabot in #231
- Bump @types/node from 20.11.20 to 20.11.22 by @dependabot in #232
- Bump @types/node from 20.11.22 to 20.11.24 by @dependabot in #233
- Bump @types/node from 20.11.24 to 20.11.25 by @dependabot in #234
- Bump typescript from 4.9.5 to 5.4.2 by @dependabot in #235
- Bump @types/node from 20.11.25 to 20.11.26 by @dependabot in #236
- Bump @types/node from 20.11.26 to 20.11.28 by @dependabot in #239
- Bump axios from 1.6.7 to 1.6.8 by @dependabot in #238
- Bump @types/node from 20.11.28 to 20.11.29 by @dependabot in #241
- Bump @types/node from 20.11.29 to 20.11.30 by @dependabot in #242
- Bump typescript from 5.4.2 to 5.4.3 by @dependabot in #243
- Bump @types/node from 20.11.30 to 20.12.4 by @dependabot in #247
- Bump typescript from 5.4.3 to 5.4.4 by @dependabot in #246
- Bump @types/node from 20.12.4 to 20.12.6 by @dependabot in #249
- Bump typescript from 5.4.4 to 5.4.5 by @dependabot in #251
- Bump @types/node from 20.12.6 to 20.12.7 by @dependabot in #250
- Bump axios from 1.6.8 to 1.7.1 by @dependabot in #256
- Bump @types/node from 20.12.7 to 20.12.12 by @dependabot in #255
- Bump axios from 1.7.1 to 1.7.2 by @dependabot in #258
- Bump ts-jest from 29.1.2 to 29.1.3 by @dependabot in #257
- Bump @types/node from 20.12.12 to 20.14.0 by @dependabot in #262
- Bump ts-jest from 29.1.3 to 29.1.4 by @dependabot in #259
- Bump @types/node from 20.14.0 to 20.14.1 by @dependabot in #263
- Bump @types/node from 20.14.1 to 20.14.2 by @dependabot in #264
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #265
- Bump @types/node from 20.14.2 to 20.14.5 by @dependabot in #268
- Bump ts-jest from 29.1.4 to 29.1.5 by @dependabot in #267
- release 6.0.3 by @fcarrero in #269
Full Changelog: 6.0.2...6.0.3
6.0.2
6.0.1
What's Changed
- Bump @babel/traverse from 7.22.4 to 7.23.2 by @dependabot in #188
- new version 6.0.1 by @fcarrero in #206
Full Changelog: 6.0.0...6.0.1
6.0.0
What's Changed
- Update README by @fernandosaenzconekta in #122
- Fix dependabot issues by @fcarrero in #126
- Bump nock from 13.2.9 to 13.3.0 by @dependabot in #127
- replace request lib with axios by @fcarrero in #128
- Bump axios from 1.2.3 to 1.3.2 by @dependabot in #134
- Bump axios from 1.3.2 to 1.3.3 by @dependabot in #135
- Bump axios from 1.3.3 to 1.3.4 by @dependabot in #136
- Bump qs from 6.11.0 to 6.11.1 by @dependabot in #137
- Bump axios from 1.3.4 to 1.3.5 by @dependabot in #138
- Bump axios from 1.3.5 to 1.3.6 by @dependabot in #139
- Bump nock from 13.3.0 to 13.3.1 by @dependabot in #140
- Bump axios from 1.3.6 to 1.4.0 by @dependabot in #141
- Dre 72 openapi node by @fcarrero in #142
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
Full Changelog: 6.0.0-beta.1...6.0.0-beta.2
6.0.0-beta.1
set config deploy
v4.2.0
What's Changed
- Bump lodash from 4.17.15 to 4.17.19 by @dependabot in #108
- Adding Checkout Resource and Specs by @leofischer in #112
New Contributors
- @dependabot made their first contribution in #108
Full Changelog: 4.0.1...v4.2.0
4.0.1 - Core Rewrite
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
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
Updated node modules and deprecated dependencies in order to avoid security risks