Skip to content

Releases: gr2m/github-project

v5.4.1

01 Apr 21:48
39cbf11
Compare
Choose a tag to compare

5.4.1 (2024-04-01)

Bug Fixes

  • deps: update octokit monorepo (major) (#158) (39cbf11)

v5.4.0

30 Oct 19:28
e581c3d
Compare
Choose a tag to compare

5.4.0 (2023-10-30)

Features

v5.3.1

05 Oct 22:24
Compare
Choose a tag to compare

5.3.1 (2023-10-05)

Bug Fixes

  • remove console.log debug statements (7f278d9)

v5.3.0

05 Oct 21:16
26d7719
Compare
Choose a tag to compare

5.3.0 (2023-10-05)

Features

v5.2.0

05 Oct 06:18
c3afa6e
Compare
Choose a tag to compare

5.2.0 (2023-10-05)

Features

v5.1.0

05 Oct 04:20
b48e962
Compare
Choose a tag to compare

5.1.0 (2023-10-05)

Features

v5.0.0

21 Sep 05:17
9437ed7
Compare
Choose a tag to compare

BREAKING CHANGES

  • When a field could not be found, the message on the
    thrown error looked like this

    [github-project] "NOPE" could not be matched with any of the existing
    field names: "Title", "Assignees", "Status", "Labels", "Linked pull
    requests", "Reviewers", "Repository", "Milestone", "Text", "Number",
    "Date", "Single select", "Iteration". If the field should be considered
    optional, then set it to "nope: { name: "NOPE", optional: true}

    it is now

    Project field cannot be found

    The original message can still be retrieved using
    error.toHumanMessage()

  • When a user value cannot be matched with a field
    option, the message on the thrown error looked like this

    [github-project] "unknown" is an invalid option for "Single select"

    it is now

    Project field option cannot be found

    The original message can still be retrieved using
    error.toHumanMessage()

  • if a user tried to update a read-only field, the
    message on the thrown error looked like this

    [github-project] Cannot update read-only fields: "Assignees"
    (.assignees)

    it is now

    Project read-only field cannot be updated

Features

  • GitHubProjectError
  • GitHubProjectUnknownFieldError
  • GitHubProjectUnknownFieldOptionError
  • GitHubProjectUpdateReadOnlyFieldError

(#132) (9437ed7)

v4.0.0

20 Aug 18:18
f4c7bb6
Compare
Choose a tag to compare

4.0.0 (2023-08-20)

Bug Fixes

BREAKING CHANGES

v3.3.7

20 Aug 18:12
30c0c3c
Compare
Choose a tag to compare

3.3.7 (2023-08-20)

Bug Fixes

  • revert update of @octokit/core is it drops Node 16 support (#129) (30c0c3c), closes #125

v3.3.6

04 Aug 18:50
25f5fa5
Compare
Choose a tag to compare

3.3.6 (2023-08-04)

Bug Fixes