Skip to content

Releases: probot/octokit-plugin-config

v1.1.1

13 Jul 00:56
153cc37
Compare
Choose a tag to compare

1.1.1 (2021-07-13)

Bug Fixes

  • deps: bump @types/js-yaml from 4.0.1 to 4.0.2 (153cc37)

v1.1.0

26 May 19:32
3704bf6
Compare
Choose a tag to compare

1.1.0 (2021-05-26)

Features

  • set correct accept header when using media type previews (#93) (3704bf6)

v1.0.5

26 Apr 15:44
dc241ab
Compare
Choose a tag to compare

1.0.5 (2021-04-26)

Bug Fixes

  • deps: bump @types/js-yaml from 4.0.0 to 4.0.1 (dc241ab)

v1.0.4

19 Apr 23:20
da4ca70
Compare
Choose a tag to compare

1.0.4 (2021-04-19)

Bug Fixes

  • deps: bump js-yaml from 4.0.0 to 4.1.0 (c527b1e)

v1.0.3

11 Jan 16:34
eaf7a91
Compare
Choose a tag to compare

1.0.3 (2021-01-11)

Bug Fixes

  • deps: bump @types/js-yaml from 3.12.5 to 4.0.0 (592b676)

v1.0.2

04 Jan 18:38
3975be2
Compare
Choose a tag to compare

1.0.2 (2021-01-04)

Bug Fixes

  • deps: bump js-yaml from 3.14.1 to 4.0.0 (#40) (3975be2)

v1.0.1

14 Dec 06:54
b423cdd
Compare
Choose a tag to compare

1.0.1 (2020-12-14)

Bug Fixes

  • deps: bump js-yaml from 3.14.0 to 3.14.1 (ad8d5ed)

v1.0.0

23 Sep 17:49
4d524b7
Compare
Choose a tag to compare

Features

  • octokit.config.get({ owner, repo, filename, defaults }), fallback to .github repository
  • options.defaults as function
  • add support for _extends with shallow merge
  • _extends with support for custom merge strategy via defaults(configs)
  • handle recursion
  • support JSON files for configuration
  • handle unknown file extensions
  • handle malformed json
  • handle handle malformed YAML
  • handle unsafe YAML
  • support _extends values with owner (other-owner/repo), custom path (repo:path/to/config.yml), or a combination of the two
  • branch parameter