Skip to content

Commit 3ea6d5d

Browse files
v1.2.8 (#35)
* Update customField.ts (#28) display object property contains only cardFront property. All other properties should be outside display object property. * CHANGELOGS updated --------- Co-authored-by: FiliRezGelly <[email protected]>
1 parent 908ef4b commit 3ea6d5d

File tree

6 files changed

+2332
-1301
lines changed

6 files changed

+2332
-1301
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Trello.js changelog
22

3+
### v1.2.8 (2025-04-21)
4+
5+
- Fixes
6+
- Fixed return type interface for the following methods:
7+
- `boards.getBoardCustomFields`
8+
- `customFields.createCustomField`
9+
- `customFields.getCustomField`
10+
- `customFields.updateCustomField`
11+
**Thanks to** [FiliRezGelly](https://github.com/FiliRezGelly) for the fix in PR [#28](https://github.com/MrRefactoring/trello.js/pull/28).
12+
313
### 1.2.7
414

515
- [#25](https://github.com/MrRefactoring/trello.js/issues/25): `before` and `since` parameters added to `getMemberActions` endpoint.

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<img alt="Trello.js logo" src="https://svgshare.com/i/U4A.svg"/>
2+
<img alt="Trello.js logo" src="https://bad37fb3-cb50-4e0b-9035-a3e09e8afb3b.selstorage.ru/trello.js%2Flogo.svg"/>
33

44
<a href="https://www.npmjs.com/package/trello.js"><img alt="NPM version" src="https://img.shields.io/npm/v/trello.js.svg?maxAge=3600&style=flat-square" /></a>
55
<a href="https://www.npmjs.com/package/trello.js"><img alt="NPM downloads per month" src="https://img.shields.io/npm/dm/trello.js.svg?maxAge=3600&style=flat-square" /></a>
@@ -40,6 +40,12 @@ Install with the yarn:
4040
yarn add trello.js
4141
```
4242

43+
Install with the pnpm:
44+
45+
```bash
46+
pnpm add trello.js
47+
```
48+
4349
## Usage
4450

4551
#### Key and token pair issuing

0 commit comments

Comments
 (0)