* Fix Rails 6.0 deprecation on `class.parent`
* Update Changelog
* Switch travis to openJDK
* Lock bundler on appveyor
* Rejigger gemfile to fix sqlite issue
* Lock nokogiri for ruby < 2.4
* Use rubygems < 3 to fix travis
* Use specific bundler version and do not try to uninstall
Uninstalling bundler is not allowed since it is a default gem
* Lock rake for ruby < 2.2
* Downgrade rake further to support ruby 1.9.3
* Lock rake down further, and lock simplecov
* Fix rubocop/parser and minitest version deps in CI
* Lock sprockets version
* Try fixing jruby builds
* Try remove bad gem version for jruby on CI
* Try downgrading rubygems a different way
* Do not update rubygems on jruby
* Lock gems for jruby
* Fix sprockets version lock
Use
github-changes --owner rails-api --repository active_model_serializers
--branch 0-9-stable --tag-name v0.9.4 --file CHANGELOG.new.md
--date-format "YYYY-MM-DD HH:mm Z" --use-commit-body --only-pulls
but something's not quite right with how it identifies the tag
Make it more consistent.
I've added some PR titles to 0.7, I'm not sure it's 100% comprehensive like this :(
The version numbers must match rubygems versions, I fixed it here.
Thanks
By default, the serialization scope uses current_user, and you can
now reference the scope as "current_user" in the serializer. If you
override the scope using "serialization_scope" in your controller,
it will use that method name instead.