Skip to content

Commit b8df43a

Browse files
committed
1.4.0
- restructure to typescript
1 parent 3d7d060 commit b8df43a

File tree

11 files changed

+544
-198
lines changed

11 files changed

+544
-198
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,5 @@ typings/
8181
*.iml
8282
out
8383
gen
84+
85+
*.tsbuildinfo

.npmignore

Lines changed: 0 additions & 86 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ More important methods are `getItems(listUUID)`, `getItemsDetails(listUUID)`, `s
4545
`moveToRecentList(listUuid, itemName)` and `getAllUsersFromList(listUuid)`.
4646

4747
## Changelog
48+
### 1.4.0 (2021-08-12)
49+
* (foxriver76) restructure to typescript
50+
4851
### 1.3.1 (2021-04-29)
4952
* (foxriver76) fixed issue where error was used instead of the mssage on `getPendingInvitations`
5053

lib/bring.js renamed to build/bring.js

Lines changed: 57 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/bring.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)