CHANGELOG.md in vimeo_ruby-0.4.3 vs CHANGELOG.md in vimeo_ruby-0.5.0
- old
+ new
@@ -1,6 +1,14 @@
## [Unreleased]
+- Extract shared/mutual attributes for `vimeo_id` and `additional_info` from `VimeoRuby::User` and `VimeoRuby::Video` to parent class `VimeoRuby::Base`.
+- Use consistent style when defining class or module level methods.
+- Switch to set Authorization header with `access_token` aka `ENV["VIMEO_ACCESS_TOKEN"]` value and use for authorization when accessing public Vimeo API endpoints vs the previous basic_auth strategy.
+- Change method signature for `VimeoRuby::get_user` method, now takes kwarg of `access_token`. Rename param in `VimeoRuby::get_video` method.
+- `VimeoRuby::Base` now initializes with access_token
+- Drop `Base::access_token` method.
+- Add kwarg for access_token in `Base::get` method.
+
## [0.4.3] - 2022-12-29
- Inject `VimeoRuby::User` class in `VimeoRuby::Video::new` as default arg.
## [0.4.2] - 2022-12-29