What's Changed
- Ensure the action works for projects with >100 items by @maxdanilov in #4
- Add a read option by @maxdanilov in #6
- docs: correct input parameter name by @LayZeeDK in #9
- Support all types of field values, including all-digit single-select IDs by @maxdanilov in #8
- Update the action to use the new output format by @keifgwinn in #10
- Rewrite in TypeScript by @benbalter in #11
- Fix input parameter alignment: github_token instead of token by @maxdanilov in #25
- Fix reading operation by @maxdanilov in #29
- Fix NPE when reading or writing from a field that was empty before by @maxdanilov in #33
- read owner from the organization input parameter by @maxdanilov in #28
- Pull request support by @dsanders11 in #135
Maintenance
- Bump actions/checkout from 2 to 3 by @dependabot in #15
- Bump @octokit/graphql from 5.0.4 to 5.0.5 by @dependabot in #17
- Bump @vercel/ncc from 0.34.0 to 0.36.1 by @dependabot in #18
- Bump eslint from 8.31.0 to 8.32.0 by @dependabot in #20
- Bump @typescript-eslint/parser from 5.48.0 to 5.49.0 by @dependabot in #16
- Bump typescript from 4.7.4 to 4.9.4 by @dependabot in #22
- Bump @typescript-eslint/eslint-plugin from 5.48.0 to 5.49.0 by @dependabot in #21
- Recompile for the recent code changes by @maxdanilov in #27
- Update build by @github-actions in #31
- Bump eslint-plugin-jest from 26.9.0 to 27.2.1 by @dependabot in #23
- Bump prettier from 2.7.1 to 2.8.3 by @dependabot in #19
- Bump actions/setup-node from 3 to 4 by @dependabot in #150
- Bump actions/checkout from 3 to 4 by @dependabot in #140
- Various Dependabot security updates
New Contributors
- @maxdanilov made their first contribution in #4
- @LayZeeDK made their first contribution in #9
- @keifgwinn made their first contribution in #10
- @dependabot made their first contribution in #15
- @github-actions made their first contribution in #31
- @dsanders11 made their first contribution in #135
Full Changelog: v2...v3