Skip to content

Commit

Permalink
support cursor based pagination, update to v3.3.1 (#144)
Browse files Browse the repository at this point in the history
* support cursor based pagination, update to v3.3.1
  • Loading branch information
kmossco authored Oct 30, 2023
1 parent c8aa9f8 commit acc3d14
Show file tree
Hide file tree
Showing 200 changed files with 5,601 additions and 7,297 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
/tmp/
*.swp
vendor/bundle
/.idea
/.idea
.DS_Store
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# chartmogul-ruby Change Log

## Version 3.3.1 - October 27 2023
- Add support for cursor based pagination to `.all` endpoints.
- Add `.next` pagination method for all supported cursor based endpoints.
- Move `fixtures/` folder inside the `spec/` folder.
- Update `.merge!` methods to always return `true` when successful.
- Add new attributes to `ChartMogul::Customer` resource.
- Do not error when the server returns an empty body from `.custom!` methods.

## Version 3.3.0 - August 14 2023
- Fix an issue with creating using `SubscriptionEvents.create!(attrs)`.

Expand Down
2 changes: 1 addition & 1 deletion chartmogul-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'faraday-retry', '~> 2.2'

spec.add_development_dependency 'bundler', '~> 2'
spec.add_development_dependency 'pry', '~> 0.12.2'
spec.add_development_dependency 'pry', '~> 0.14.2'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'rubocop', '0.79'
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit acc3d14

Please sign in to comment.