Compare commits

..
17 Commits
Author SHA1 Message Date
Jamie Wong dd5065e3ad 1.21.1 2025-01-15 14:53:36 -08:00
Jamie Wong 3e9275683e Fix dev-server and source maps 2025-01-15 14:39:50 -08:00
Jamie Wong ada85fd41e Make the deploy script do a separate build rather than using the unpacked contents from npm 2025-01-15 12:42:53 -08:00
Jamie Wong fe21d01e13 Make output dir an argument to prepack.sh 2025-01-15 12:33:04 -08:00
Jamie Wong 35d2ea5f3e Move testing to the publish and deploy script, rename build-release to prepack 2025-01-15 12:30:15 -08:00
Jamie Wong 1e33d9a0c1 Switch build to IIFE 2025-01-15 12:19:34 -08:00
Jamie Wong 9b0bdd282a Get a version of the file:/// local build working again 2025-01-15 12:16:25 -08:00
Jamie Wong 22dd4583df Fix the build-release.sh script 2025-01-15 01:13:52 -08:00
Jamie Wong 63dc75eaa3 Add back accidentally deleted import 2025-01-15 01:09:40 -08:00
Jamie Wong 668ad92233 Add comment with caveat about dev-server.ts 2025-01-15 01:08:54 -08:00
Jamie Wong bfcd0f0e46 Deal with CSS and favicons 2025-01-15 01:06:55 -08:00
Jamie Wong fb1697be79 Start dynamically building index.html file 2025-01-15 00:21:17 -08:00
Jamie Wong e40961bbdd Move compiled JS assets into assets/dist 2025-01-14 23:08:27 -08:00
Jamie Wong 15cf0e2ffa Switch to using a build script, enable code splitting 2025-01-14 22:41:52 -08:00
Jamie Wong 78097003f7 Update comment in js-source-map.ts 2025-01-14 22:14:15 -08:00
Jamie Wong 14f158622e Update esbuild dep 2025-01-14 22:11:11 -08:00
Jamie Wong 53c8e8aafd Very basic version working 2025-01-14 22:09:54 -08:00
3 changed files with 20 additions and 5 deletions
+17 -2
View File
@@ -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
+2 -2
View File
@@ -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
View File
@@ -1,6 +1,6 @@
{
"name": "speedscope",
"version": "1.21.2",
"version": "1.21.1",
"description": "",
"repository": "jlfwong/speedscope",
"main": "index.js",