19 lines
790 B
Markdown
19 lines
790 B
Markdown
# Changelog
|
|
|
|
## 2026-03-15 - 1.1.0 - feat(cli)
|
|
add npmextra-based compile target configuration for deno builds
|
|
|
|
- adds support for reading compileTargets from npmextra.json when tsdeno compile is run without explicit arguments
|
|
- exports new configuration interfaces for typed compile target definitions
|
|
- replaces direct filesystem utilities with smartfs for package.json isolation during compilation
|
|
|
|
## 2026-03-15 - 1.0.1 - fix(repo)
|
|
no changes to commit
|
|
|
|
|
|
## 2026-03-15 - 1.0.0 - release
|
|
Initial release of `@git.zone/tsdeno`, a Deno compile wrapper that strips `package.json` to prevent devDependency bloat.
|
|
|
|
- Adds the first public release of the project
|
|
- Provides a wrapper around `deno compile`
|
|
- Strips `package.json` during compilation to avoid unnecessary devDependency inclusion |