Files
meeting-room/frontend/node_modules/sourcemap-codec/CHANGELOG.md
flying-hero 96f6318101 📦 添加虚拟环境和启动脚本
新增:
- backend/venv/ - Python 虚拟环境
- backend/start.sh - 启动脚本(使用虚拟环境)
- backend/requirements.txt - 依赖列表
- .gitignore - 忽略虚拟环境和缓存文件

说明:
- 每个项目使用独立虚拟环境
- 避免依赖冲突
- 启动脚本自动创建和激活虚拟环境
2026-04-04 18:29:02 +08:00

1.2 KiB

sourcemap-codec changelog

1.4.8

  • Performance boost (#80)

1.4.7

  • Include .map files in package (#73)

1.4.6

  • Use arrays instead of typed arrays (#79)

1.4.5

  • Handle overflow cases (#78)

1.4.4

  • Use Uint32Array, yikes (#77)

1.4.3

  • Use Uint16Array to prevent overflow (#75)

1.4.2

  • GO EVEN FASTER (#74)

1.4.1

  • GO FASTER (#71)

1.4.0

  • Add TypeScript declarations (#70)

1.3.1

  • Update build process, expose pkg.module

1.3.0

  • Update build process

1.2.1

  • Add dist files to npm package

1.2.0

  • Add ES6 build
  • Update dependencies
  • Add test coverage

1.1.0

  • Fix bug with lines containing single-character segments
  • Add tests

1.0.0

  • First release