Releases: VictorAvelar/mollie-api-go
Releases · VictorAvelar/mollie-api-go
v3.0.0
Changelog
- e426a2a WIP adding context and fixing tests
- 6474fb7 Update tests for connect subpackage
- b05b17f Update release notes
- f7d737f Update project dependencies
- ac44eb7 Update import path in tests
- 1d21dc4 Update go modules
- d3ded2b Update generated documentation and v3 release notes
- 993427a Update generated documentation
- b4976ca Update documentation and module files
- ea2ebb4 Update documentation
- 53540b2 Update documentation
- 80a6c75 Update documentation
- ca1e71e Update dependencies
- 6e8d623 Tweaks to payment_methods.go
- b90625a Tidy up go modules
- 1d247d0 Returns response instance from CustomersService actions
- 40aa8e7 Returns response from orders actions
- 9b1c78c Returns response from onboarding actions
- 6bf36e9 Returns response from MandatesService actions
- 67158b7 Return response from subscriptions actions
- 0dbb11c Return response from shipments actions
- 9eda0dc Return response from settlements actions
- 07ae34e Return response from refunds actions
- a995a17 Return response from profiles actions
- 0d58a0e Return response from permissions actions
- 777f9f9 Return response from payment-links actions
- b5f4d12 Return response from payment actions
- 2214c4c Return response from organizations actions
- 2e15198 Return response from miscellaneous actions
- 221fc19 Return response from InvoicesService actions
- 885a94e Return response from ChargebacksService actions
- 9d1f027 Return response for CapturesService actions
- 6638276 Return request from partners actions
- c85a2fa Replace nil with context.TODO
- 680bd57 Rename and fix methods -> PaymentMethods
- b58678c Remove v1.16 from workflows
- 9dd570a Remove examples folder
- e45b9ca Remove context check
- 1889f38 Rearrange test helpers
- ab56dfc Migrate subscriptions.go tests to testify
- 9298f82 Migrate subscriptions.go tests to testify
- 465deb4 Migrate shipments.go tests to testify
- a5eb8f6 Migrate settlements.go tests to testify
- 0b5e7aa Migrate refunds.go tests to testify
- 1f70ef1 Migrate profiles.go tests to testify
- fd15656 Migrate permissions.go tests to testify
- 13a9e06 Migrate payments.go tests to testify
- fdf2d76 Migrate payment_links.go tests to testify
- 66ddb18 Migrate partners.go tests to testify
- 145b41f Migrate organizations.go tests to testify
- 1f77081 Migrate orders.go tests to testify
- 8532785 Migrate onboarding.go tests to testify
- 368e45c Migrate mollie.go tests to testify
- 79c2c53 Migrate miscellaneous.go tests to testify
- e69242f Migrate methods.go tests to testify
- 6260c8b Migrate mandates.go tests to testify
- aaf521e Migrate invoices.go tests to testify
- 5da7c2a Migrate customers.go tests to testify
- e630d05 Migrate config.go tests to testify
- f0ef672 Migrate common_types.go tests to testify
- 63fcf1e Migrate chargebacks.go tests to testify
- 165cb36 Migrate chaargebacks.go tests to testify
- ba4404f Migrate captures.go tests to testify
- 07b3545 Merge branch 'master' into v3-dev
- 1d7ec60 Make customers test suite un-exported
- 8f8b275 Fixed typos found on v3-upgrade.md
- 959b33e Fix security policy and scrutinizer config
- c8cc2a6 Fix permissions testing suite reference
- 038d5f4 Fix other linter reported errors
- 40b16a1 Fix linter errors
- de583a2 Fix broken tests
- 86a0a5b Files affected by renamed symbols
- bf7be55 Change response from struct value to pointers
- 90ba931 Bump module version in go mod path
- 030102a Automatic fix for style errors
- bdeb707 Add utility to change to access token pre-run
- f92f399 Add testify to module dependency list
- 620ba7c Add query params receiver
- 66085b1 Add new errors implementation
- d9e579c Add missing parameter
- ba0dda7 Add image common type
- ae5e2df Add html coverage report
- 68a60d7 Add error tests
- aa963a2 Add api helpers to base Client