Skip to content

Releases: jdalrymple/gitbeaker

4.2.4

26 Nov 19:57
Compare
Choose a tag to compare

4.2.4 (2018-11-26)

Bug Fixes

  • Event properties using the incorrect boolean operator (5f21a46)

4.2.3

26 Nov 18:56
Compare
Choose a tag to compare

4.2.3 (2018-11-26)

Bug Fixes

  • Filtering all events shouldnt require an action or a target #61 (cda23b8)

4.2.2: Merge pull request #235 from casz/patch-1

16 Nov 01:37
0d241ce
Compare
Choose a tag to compare
fixes: #234 use correct XMLHttpRequest for GET req

4.2.1

29 Oct 15:08
Compare
Choose a tag to compare

4.2.1 (2018-10-29)

Bug Fixes

  • Updating application settings test to match updated API (dececa6)

4.2.0

10 Oct 01:25
Compare
Choose a tag to compare

4.2.0 (2018-10-10)

Bug Fixes

  • jest.config file to properly run tests again. Follow up issue to fix these exceptions (dcee7ac)

Features

4.1.1

25 Sep 22:31
Compare
Choose a tag to compare

4.1.1 (2018-09-25)

Bug Fixes

  • Updating ApplicationSettings test (0d345b7)

4.1.0

19 Sep 01:17
Compare
Choose a tag to compare

4.1.0 (2018-09-19)

Features

4.0.1

06 Sep 14:41
Compare
Choose a tag to compare

4.0.1 (2018-09-06)

Bug Fixes

  • Updating the package.lock (9b4b6f9)

4.0.0

05 Sep 16:41
Compare
Choose a tag to compare

4.0.0 (2018-09-5)

Bug Fixes

  • Fixed error while throwing an error in RequestHelper (#156)

  • Added rate limit support for all request types (#170)

  • test: Application settings API updated (#177)

  • dependency: Removed lodash.pick in favour of native js

  • package: Updated typescript to version 3.0.3

  • package: Updated @semantic-release/git to version 7.0.3

  • package: Updated @semantic-release/npm to version 5.0.4

  • package: Updated semantic-release to version 15.9.12

  • package: Updated codecov to version 3.1.0

  • package: Updated ts-jest to version 23.1.4

  • package: Updated tslint-config-airbnb to version 5.11.0

  • config: Removed npmignore in favour of the package.json files property

  • config: Updated codeclimate config

Features

  • Removed babel dependency and switched to typescript (#183)

  • Removed eslint in favour of tslint

  • Added Support for the rejectUnauthorized parameter (#164)

  • Removed token requirement (#176)

  • project: Adding project archive abilities

3.11.3

31 Aug 12:13
Compare
Choose a tag to compare

3.11.3 (2018-08-31)

Bug Fixes

  • Camelcasing broke the body params (e50f588)