Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dd5065e3ad | ||
|
|
3e9275683e | ||
|
|
ada85fd41e | ||
|
|
fe21d01e13 | ||
|
|
35d2ea5f3e | ||
|
|
1e33d9a0c1 | ||
|
|
9b0bdd282a | ||
|
|
22dd4583df | ||
|
|
63dc75eaa3 | ||
|
|
668ad92233 | ||
|
|
bfcd0f0e46 | ||
|
|
fb1697be79 | ||
|
|
e40961bbdd | ||
|
|
15cf0e2ffa | ||
|
|
78097003f7 | ||
|
|
14f158622e | ||
|
|
53c8e8aafd |
+17
-2
@@ -1,6 +1,21 @@
|
||||
## [1.21.2] - 2025-01-15
|
||||
## [1.21.1] - 2025-01-15
|
||||
|
||||
- Switch from parcel to esbuild [[#432](https://github.com/jlfwong/speedscope/pull/432)] (by @jlfwong)
|
||||
- Fix dev-server and source maps
|
||||
- Make the deploy script do a separate build rather than using the unpacked contents from npm
|
||||
- Make output dir an argument to prepack.sh
|
||||
- Move testing to the publish and deploy script, rename build-release to prepack
|
||||
- Switch build to IIFE
|
||||
- Get a version of the file:/// local build working again
|
||||
- Fix the build-release.sh script
|
||||
- Add back accidentally deleted import
|
||||
- Add comment with caveat about dev-server.ts
|
||||
- Deal with CSS and favicons
|
||||
- Start dynamically building index.html file
|
||||
- Move compiled JS assets into assets/dist
|
||||
- Switch to using a build script, enable code splitting
|
||||
- Update comment in js-source-map.ts
|
||||
- Update esbuild dep
|
||||
- Very basic version working
|
||||
- Revert "Upgrade to parcel 2.13.3" [[#492](https://github.com/jlfwong/speedscope/pull/492)] (by @jlfwong)
|
||||
- Upgrade to parcel 2.13.3 [[#492](https://github.com/jlfwong/speedscope/pull/492)] (by @jlfwong)
|
||||
- Add link to async-profiler wiki page to README
|
||||
|
||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "speedscope",
|
||||
"version": "1.21.2",
|
||||
"version": "1.21.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "speedscope",
|
||||
"version": "1.21.2",
|
||||
"version": "1.21.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"open": "7.2.0"
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "speedscope",
|
||||
"version": "1.21.2",
|
||||
"version": "1.21.1",
|
||||
"description": "",
|
||||
"repository": "jlfwong/speedscope",
|
||||
"main": "index.js",
|
||||
|
||||
Reference in New Issue
Block a user