You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -398,7 +398,7 @@ Based on this [Changelog post](https://developers.pipedrive.com/changelog/post/r
398
398
## [19.0.1] - 2023-04-27
399
399
### Changed
400
400
- Updated `label` field data type in response examples from number -> string for Deals related endpoints
401
-
Changed `active_flag`, `enabled_flag`, and `selectable` body parameters and response examples data type from number -> boolean for all Products related endpoints
401
+
- Changed `active_flag`, `enabled_flag`, and `selectable` body parameters and response examples data type from number -> boolean for all Products related endpoints
402
402
403
403
## [19.0.0] - 2023-04-04
404
404
### Removed
@@ -470,12 +470,12 @@ Based on this [Changelog post](https://developers.pipedrive.com/changelog/post/b
470
470
471
471
## [18.0.3] - 2023-01-11
472
472
### Updated dependencies
473
-
- Updated `json5` from 2.2.1 to 2.2.3
474
-
- Updated `qs` from 6.9.3 to 6.11.0
475
-
- Updated `formidable` from 2.0.1 to 2.1.1
476
-
- Updated `decode-uri-component` from 0.2.0 to 0.2.2
477
-
- Updated `minimatch` from 3.0.4 to 3.1.2
478
-
- Updated `mocha` from 8.4.0 to 10.1.0
473
+
- Updated `json5` from 2.2.1 to 2.2.3
474
+
- Updated `qs` from 6.9.3 to 6.11.0
475
+
- Updated `formidable` from 2.0.1 to 2.1.1
476
+
- Updated `decode-uri-component` from 0.2.0 to 0.2.2
477
+
- Updated `minimatch` from 3.0.4 to 3.1.2
478
+
- Updated `mocha` from 8.4.0 to 10.1.0
479
479
480
480
## [18.0.2] - 2022-12-22
481
481
### Fixed
@@ -487,8 +487,8 @@ Based on this [Changelog post](https://developers.pipedrive.com/changelog/post/b
487
487
488
488
## 18.0.0
489
489
### Security
490
-
- Removed `.instance` static property from sdk client to prevent race conditions when using it as a singleton
491
-
See the updated examples in the readme to get an overview of the necessary code changes.
490
+
- Removed `.instance` static property from sdk client to prevent race conditions when using it as a singleton.
491
+
See the updated examples in the readme to get an overview of the necessary code changes.
492
492
493
493
## 17.5.2
494
494
### Changed
@@ -637,8 +637,11 @@ Based on this [Changelog post](https://developers.pipedrive.com/changelog/post/b
0 commit comments