Fixing Todos support. If todoId was not passed, an undefined value would be introduced into the url (cbeef18 (https://github.com/jdalrymple/node-gitlab/commit/cbeef18))
ResourceAwardEmojis API wasn't properly filtering based on awardId (70f4315 (https://github.com/jdalrymple/node-gitlab/commit/70f4315))
Removed xhr library in favour of ky, and switched request for got for a smaller package size and retry functionality
Fixing ci lint url (#278)
Fixing form data (#272)
Fixing randomstring usage (#271)
Incorrect http method used to update MR approvers #262
Features
Added the ability to add sudo to specific requests (780244f (https://github.com/jdalrymple/node-gitlab/commit/780244f))
Added the missing edit function to the Groups API
Added LDAP support to the Groups API
Added missing method for triggering pipelines (#275)
Implement jobToken property to allow authentication via CI job token (#269)
Documentation
Removing xml request docs
Updating imports to be named imports
Tests
Fixing integration test for ApplicationSettings (#273)