Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release a new version #82

Merged
merged 1 commit into from
Feb 8, 2022
Merged

Release a new version #82

merged 1 commit into from
Feb 8, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 11, 2021

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@qualifyze/[email protected]

Major Changes

  • #88 b2569be Thanks @vubogovich! - [BREAKING CHANGE] Introduce AirtableError extending Error to bring the stack trace very useful for debugging.
    The consumers should check their code for usage of Airtable.Error from the official client and replace it with the one from this library.

  • #73 f434e51 Thanks @vubogovich! - [BREAKING CHANGE] Make AirtableRecord.data non-nullable.
    It's always an object once any operation is executed, and it's inconvenient
    to cast it to non-nullable in the calling code. The consumers should check
    their code for AirtableRecord constructor or data property usage.

Minor Changes

  • #87 3ec4b07 Thanks @vubogovich! - Add table method findOrNull which returns null when the record is not found by id.

  • #89 e65c839 Thanks @vubogovich! - Improve data validations:

    • make the final error message more concise
    • include record id to the record validation context
    • don't stop validating multiple records on first error
    • cover with tests

Patch Changes

@github-actions github-actions bot requested a review from a team August 11, 2021 13:18
Copy link
Contributor

@vubogovich vubogovich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 3 of 3 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @github-actions[bot])

a discussion (no related file):
The changes are good but blocking this PR as there are more breaking changes to come.


@github-actions github-actions bot force-pushed the changeset-release/main branch from dee281e to c63d79d Compare November 24, 2021 09:40
@gsuess
Copy link
Contributor

gsuess commented Nov 24, 2021

This change is Reviewable

@github-actions github-actions bot force-pushed the changeset-release/main branch from c63d79d to b4b648e Compare November 24, 2021 10:19
@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 47f112a to 25f70a9 Compare January 27, 2022 20:19
@vubogovich vubogovich self-assigned this Jan 27, 2022
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 03adeb9 to 3fcea23 Compare February 7, 2022 14:23
@github-actions github-actions bot force-pushed the changeset-release/main branch from 3fcea23 to df014bf Compare February 8, 2022 09:41
@vubogovich vubogovich assigned vubogovich and unassigned vubogovich Feb 8, 2022
Copy link
Contributor

@vubogovich vubogovich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 8 of 8 files at r2, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @github-actions[bot])

a discussion (no related file):

Previously, vubogovich (Vladimir Ubogovich) wrote…

The changes are good but blocking this PR as there are more breaking changes to come.

All changes are in.


@vubogovich vubogovich merged commit a145bdd into main Feb 8, 2022
@vubogovich vubogovich deleted the changeset-release/main branch February 8, 2022 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants