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
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,26 +5,24 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [Unreleased]
8
+
## Unreleased
9
9
10
+
## 2.0.0 - 2024-09-27
10
11
### Added
11
-
12
12
-**ES6 Module Support**: Switched from `require()` to ES6 `import` for better compatibility with modern JavaScript frameworks.
13
13
-**Parallel Page Rendering**: Introduced parallel rendering of PDF pages using `Promise.all()` for improved performance.
14
14
-**GlobalWorkerOptions Setup**: Added explicit `GlobalWorkerOptions.workerSrc` to handle workers in ES6 environments more effectively.
15
15
-**Examples and Server Setup**: Added detailed examples and a simple Node.js server setup in the "examples" directory.
16
16
-**Improved Error Handling**: Added more informative error messages for invalid page numbers, dimensions, and scale values.
17
17
-**Updated `package.json` Keywords**: Added new keywords such as `es6`, `esm`, and `module` to improve discoverability in modern JavaScript environments.
18
18
19
-
### Fixed
19
+
### Changed
20
+
-**README**: Revised the `README.md` to reflect new features and usage examples.
20
21
22
+
### Fixed
21
23
-**Security**: Addressed a critical security vulnerability in previously used npm packages by updating `pdfjs-dist` to the latest versions.
22
24
-**Scaling Logic**: Refined the handling of `width`, `height`, and `scale` parameters to cover more edge cases in image rendering.
23
25
24
-
### Changed
25
-
26
-
-**README**: Revised the `README.md` to reflect new features and usage examples.
0 commit comments