-
Notifications
You must be signed in to change notification settings - Fork 7
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
Showing
23 changed files
with
31,422 additions
and
68,471 deletions.
There are no files selected for viewing
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,12 +1,13 @@ | ||
## Description of Changes | ||
*Describe what has been changed, any new features or bug fixes* | ||
|
||
## API | ||
_Describe what has been changed, any new features or bug fixes_ | ||
|
||
- [ ] This is an API breaking change to the SDK | ||
## API | ||
|
||
*If the API is breaking, please state below what will break* | ||
- [ ] This is an API breaking change to the SDK | ||
|
||
_If the API is breaking, please state below what will break_ | ||
|
||
## Requires SpacetimeDB PRs | ||
*List any PRs here that are required for this SDK change to work* | ||
|
||
_List any PRs here that are required for this SDK change to work_ |
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
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"tabWidth": 2, | ||
"useTabs": false, | ||
"semi": true, | ||
"singleQuote": false, | ||
"arrowParens": "always", | ||
"jsxSingleQuote": false, | ||
"trailingComma": "es5", | ||
"endOfLine": "auto", | ||
"printWidth": 80 | ||
} |
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
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
Oops, something went wrong.