Skip to content

v0.2.0

Latest

Choose a tag to compare

@fansenze fansenze released this 15 Jan 06:56
· 15 commits to main since this release
3ca8d78

What's Changed

New Features ๐ŸŽ‰

  • @rslint/tsgo: Add new @rslint/tsgo package with typescript-go compatibility support (#432)
  • Multi-platform npm distribution: Add 6 platform-specific packages for @rslint/tsgo (#433)
    • @rslint/tsgo-darwin-x64
    • @rslint/tsgo-darwin-arm64
    • @rslint/tsgo-linux-x64
    • @rslint/tsgo-linux-arm64
    • @rslint/tsgo-win32-x64
    • @rslint/tsgo-win32-arm64
  • @rslint/core reorganization: Move rslint platform packages from npm/* to npm/rslint/* for consistency (#433)

Bug Fixes ๐Ÿž

  • no-misused-new rule: Fix crash caused by missing node.Name().Text() in ComputedPropertyName node (#419)
  • rslib config: Enable dts.bundle option in rslib.config.ts to avoid website build error (#435)

Other Changes

  • Update test command in release workflow to use npm instead of pnpm -r test (#434)
  • Update tests to ensure compatibility with VSCode stable version and 1.106.3 (#420)
  • Copy typescript-go lib files to @rslint/tsgo platform packages (#436)
  • Update typescript-go submodule commit (#437)
  • Upgrade TypeScript to v5.9.3 (#418)
  • Upgrade @rstest/core to v0.7.0 (#413)

Full Changelog: v0.1.14...v0.2.0