-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3ec4b07
commit 25f70a9
Showing
6 changed files
with
20 additions
and
25 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,26 @@ | ||
# @qualifyze/airtable | ||
|
||
## 1.1.2 | ||
## 2.0.0 | ||
|
||
### Major Changes | ||
|
||
- [#73](https://github.com/Qualifyze/airtable/pull/73) [`f434e51`](https://github.com/Qualifyze/airtable/commit/f434e510ab0b033cc094e29314f75b8f5d8b8665) Thanks [@vubogovich](https://github.com/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](https://github.com/Qualifyze/airtable/pull/87) [`3ec4b07`](https://github.com/Qualifyze/airtable/commit/3ec4b07f8fe7b134952c08d08e5ef7346c4edcde) Thanks [@vubogovich](https://github.com/vubogovich)! - Add table method `findOrNull` which returns `null` when the record is not found by id. | ||
|
||
### Patch Changes | ||
|
||
- [#86](https://github.com/Qualifyze/airtable/pull/86) [`15d5113`](https://github.com/Qualifyze/airtable/commit/15d5113dd44b962327f982d344e8c730b105f81c) Thanks [@vubogovich](https://github.com/vubogovich)! - Bump airtable to 0.11.1. | ||
|
||
* [#85](https://github.com/Qualifyze/airtable/pull/85) [`65ce99e`](https://github.com/Qualifyze/airtable/commit/65ce99ed91fad10e52a604176d2a93714456c727) Thanks [@vubogovich](https://github.com/vubogovich)! - Bugfix: use partial type for the update operations to align with Airtable API. | ||
|
||
## 1.1.2 | ||
|
||
### Patch Changes | ||
|
||
- [#75](https://github.com/Qualifyze/airtable/pull/75) [`05225a5`](https://github.com/Qualifyze/airtable/commit/05225a5b35f5c550ce28bf3a379f1f3df5b5ae7d) Thanks [@vubogovich](https://github.com/vubogovich)! - Setup [changesets](https://github.com/atlassian/changesets) for the repo. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters