Skip to content

Commit d4d4d5a

Browse files
committed
release: v6.0.0.
1 parent b28783c commit d4d4d5a

File tree

1 file changed

+45
-30
lines changed

1 file changed

+45
-30
lines changed

CHANGELOG.md

Lines changed: 45 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# quickjs-build changelog
22

3+
## 2023-04-28 Version 6.0.0, @NickNaso
4+
5+
### Notable changes
6+
7+
* Update QuickJS to version 2022-03-07.
8+
* Fixed error build for Windows.
9+
10+
### Commits
11+
12+
* \[[`b28783c9be`](https://github.com/nodejs/node/commit/b28783c9be)] - Merge pull request #14 from gengjiawen/feat/bump (Nicola Del Gobbo)
13+
* \[[`c7cf621319`](https://github.com/nodejs/node/commit/c7cf621319)] - update README (Jiawen Geng)
14+
* \[[`720973720f`](https://github.com/nodejs/node/commit/720973720f)] - Update quickjs-build.yml (Jiawen Geng)
15+
* \[[`bc86489e59`](https://github.com/nodejs/node/commit/bc86489e59)] - **fix**: windows (gengjiawen)
16+
* \[[`fc4f6fc14b`](https://github.com/nodejs/node/commit/fc4f6fc14b)] - **feat**: sync quickjs to 20220307 (gengjiawen)
17+
318
## 2021-08-25 Version 5.3.0, @NickNaso
419

520
### Notable changes
@@ -19,8 +34,8 @@
1934

2035
### Notable changes
2136

22-
- Added executable for `run-test262`.
23-
- Auto source generation.
37+
* Added executable for `run-test262`.
38+
* Auto source generation.
2439

2540
### Commits
2641

@@ -33,7 +48,7 @@
3348

3449
### Notable changes
3550

36-
- Added executable for `quickjs` and `qjsc`.
51+
* Added executable for `quickjs` and `qjsc`.
3752

3853
### Commits
3954

@@ -46,15 +61,15 @@
4661

4762
### Notable changes
4863

49-
- Fixed the build on *nix systems.
50-
- QuickJS version 2021-03-27.
64+
* Fixed the build on *nix systems.
65+
* QuickJS version 2021-03-27.
5166

5267
### QuickJS changes:
5368

54-
- Faster Array.prototype.push and Array.prototype.unshift.
55-
- Added JS_UpdateStackTop().
56-
- Fixed Windows console.
57-
- Misc bug fixes.
69+
* Faster Array.prototype.push and Array.prototype.unshift.
70+
* Added JS_UpdateStackTop().
71+
* Fixed Windows console.
72+
* Misc bug fixes.
5873

5974
### Commits
6075

@@ -70,10 +85,10 @@
7085

7186
### QuickJS changes
7287

73-
- Improved function parameter initializers.
74-
- Added `std.setenv()`, `std.unsetenv()` and `std.getenviron()`.
75-
- Added JS_EvalThis().
76-
- Misc bug fixes.
88+
* Improved function parameter initializers.
89+
* Added `std.setenv()`, `std.unsetenv()` and `std.getenviron()`.
90+
* Added JS_EvalThis().
91+
* Misc bug fixes.
7792

7893
### Commits
7994

@@ -83,17 +98,17 @@
8398

8499
### Notable changes
85100

86-
- Update the assets for the release only when the release has been published.
87-
- QuickJS version 2020-09-06.
101+
* Update the assets for the release only when the release has been published.
102+
* QuickJS version 2020-09-06.
88103

89104
### QuickJS changes
90105

91-
- Added logical assignment operators.
92-
- Added IsHTMLDDA support.
93-
- Faster for-of loops.
94-
- os.Worker now takes a module filename as parameter.
95-
- qjsc: added -D option to compile dynamically loaded modules or workers.
96-
- Misc bug fixes.
106+
* Added logical assignment operators.
107+
* Added IsHTMLDDA support.
108+
* Faster for-of loops.
109+
* os.Worker now takes a module filename as parameter.
110+
* qjsc: added -D option to compile dynamically loaded modules or workers.
111+
* Misc bug fixes.
97112

98113
### Commits
99114

@@ -104,16 +119,16 @@
104119

105120
### Notable changes
106121

107-
- QuickJS version 2020-07-05.
122+
* QuickJS version 2020-07-05.
108123

109124
### QuickJS changes
110125

111-
- Modified JS_GetPrototype() to return a live value.
112-
- REPL: support unicode characters larger than 16 bits.
113-
- Added os.Worker.
114-
- Improved object serialization.
115-
- Added std.parseExtJSON.
116-
- Misc bug fixes.
126+
* Modified JS_GetPrototype() to return a live value.
127+
* REPL: support unicode characters larger than 16 bits.
128+
* Added os.Worker.
129+
* Improved object serialization.
130+
* Added std.parseExtJSON.
131+
* Misc bug fixes.
117132

118133
### Commits
119134

@@ -123,8 +138,8 @@
123138

124139
### Notable changes
125140

126-
- Initial implementation for the project.
127-
- QuickJS version 2020-07-05.
141+
* Initial implementation for the project.
142+
* QuickJS version 2020-07-05.
128143

129144
### Commits
130145

0 commit comments

Comments
 (0)