Releases: code-found/rts.js
Releases · code-found/rts.js
v0.0.14
Patch Changes
-
Improve runtime reliability and release safety across resolver, CLI, and testing workflows.
- Fix resolver file lookup edge cases, including explicit extension handling and directory index resolution.
- Improve CLI/runtime behavior by refining register selection and consolidating run/watch execution flow.
- Add real runtime integration tests that execute fixture files through built dist register hooks.
- Add PR CI coverage for runtime integration checks and tighten AVA test file matching.
- Add pre-commit tooling updates and related workflow polish for safer releases.
v0.0.12
v0.0.11
v0.0.10
v0.0.9
What's Changed
- fix(package): correct exports configuration by @pallyoung in #10
Full Changelog: v0.0.7...v0.0.9
v0.0.5
v0.0.4
Full Changelog: v0.0.3...v0.0.4
v0.0.3
Full Changelog: v0.0.2...v0.0.3
v0.0.2
add register module for node -r runtime support
Full Changelog: 0.0.1...v0.0.2
v0.0.1
-
feat: first version of rts,with auto transform ts feature.
- Complete the feature of customize the resolver and loader of Node.js.
- Create Chinese README documentation (docs/zh/README.md)
- Add Chinese version link to English README
- Optimize package.json publish config with object format bin
- Add files field to explicitly specify package contents
- Add inline build functionality in release.ts
Full Changelog: https://github.com/pallyoung/rts/commits/0.0.1