Skip to content

Releases: Kabe0/rollup-plugin-typescript-projects

0.5.10 Release

16 Mar 23:15
Compare
Choose a tag to compare

This release now includes the ability to use sourcemaps which can be used for debugging purposes.

  • Added in support for sourceMaps. These are toggled through Rollup and the tsconfig. A warning will be thrown if the settings mismatch.
  • Added in the sourcemap data type to the internal definitions.
  • Added in a validation tool to help throw warnings or exceptions if any issues are found before rollup continues. Currently, mostly placeholder aside from sourcemap config.
  • Provided SolutionBuilderPlugin.ts property that can be used to retrieve the final project configs used.
  • Tested with JavaScript unit testing and confirmed that debugging now works on these multi-projects with sourcemap enabled. Compression solutions can cause problems with debuggers, so it's recommended to turn those off if wanting to use that option.

0.5.8 Release

15 Mar 02:22
de3dacc
Compare
Choose a tag to compare

This version includes multiple improvements plus integration with Vite.

  • Cleaned up the project so it properly loads when used in an ESM module. Ran into multiple issues with the overall configuration. Hopefully Types will also work now.
  • Added a new disableDeclarations flag which will override declaration generation which normally cannot be turned off on project configurations. Due to the files being stored temporarily in ram, we can control the output better.
  • Added in new tests and README.md on configuration options.

0.5.3 Pre-Release

14 Dec 18:04
Compare
Choose a tag to compare
0.5.3 Pre-Release Pre-release
Pre-release

Hotfix release for .mjs file loading. Had to incorporate a similar rollup process to the original plugin to distribute both the mjs and js files.

0.5.1 Pre-Release

13 Dec 08:56
Compare
Choose a tag to compare
0.5.1 Pre-Release Pre-release
Pre-release

Pushing up the first early release of the project. It's currently being used by our own internal projects and has been deployed to NPM.

This is an pre-release! Use at your own discretion.