Releases: alphanull/jsdoc-plugin-esnext
Releases · alphanull/jsdoc-plugin-esnext
Integration Tests, Prevent duplicated mixin fields
[1.3.0] - 2025-11-09
Added
- Added integration tests that can be invoked by
npm run test - New Fix: Prevent duplicated mixin fields on classes with constructors. Resolves JSDoc Issue #2092
Export Plugin as CommonJS
[1.2.1] - 2025-09-21
Fixed
- Converted plugin from ES Modules to CommonJS format to resolve
ERR_REQUIRE_ESMerrors when JSDoc is used with older Versions of NodeJS and loads the plugin withrequire().- Resolves Issue #1
Patches JSDoc issues with static class properties and ES6 class mixin static members
[1.2.0] - 2025-09-01
Added
- Static class properties are now correctly parsed with static scope instead of instance scope.
- ES6 class mixin static members now retain their static scope during augmentation.
New fixes for default exports
[1.1.0] - 2025-08-07
Added
- Fix for ES6 default export issues: The plugin now corrects wrong names and structures for exported classes, functions, object literals, and their members.
Initial Release 🎉
[1.0.0] – 2025-07-06
Added
- This marks the first release of jsdoc-plugin-esnext
- Smart JSDoc plugin to support native ES2022+ class features like private fields, static members and arrow-bound methods.