Releases: dicoogle/generator-dicoogle-webplugin
Releases · dicoogle/generator-dicoogle-webplugin
v0.9.0
What's Changed
- Added
minimumVersion3.5.1 and dropped support for versions of Dicoogle below 3.1.0 - The minimum Node.js version supported is now 22
- Updated to yeoman-generator 8
Misc
- dropped Jest for running the tests, using
node --testinstead - Dev dependencies: yeoman-test 11, yeoman-environment 6, force @yeoman/adapter to v4
- updated tests
- converted everything to ES modules
- updated other dependencies
Full Changelog: v0.8.0...v0.9.0
v0.8.0
Changes
- Generated projects now use Parcel as the builder (#19). The output is placed in folder
distby default. Minimum Node.js version is 16. - Dropped option for targeting Dicoogle v2.4.0 (#18)
New
- Added option for Dicoogle v3.3.2, which allows you to retrieve search result selection data starting from version 3.3.2 (#18)
Miscellaneous
Full Changelog: v0.7.0...v0.8.0
v0.7.0
Changes
- Dropped support for Node.js 12: use at least Node.js 14 for generating the project and for working on the project produced (#11)
- Generator now uses yeoman-generator v5 (#6)
- New minimum Dicoogle version option 3.1.0, which is the recommended option for working with the latest versions of Dicoogle (#12)
- Fix issue in package.json generation (#10)
Miscellaneous
- CI via GitHub Actions, with tests for the generator (#1, #10)
- Update package manifest and dependencies (#5, #7, #8, #9)
Full Changelog: v0.6.0...v0.7.0
v0.6.0-rc.1
New features
- Include the
experimentalcommand (e.g.yo dicoogle-webplugin experimental) to include questions to experimental features. - Added the possibility of creating a web plugin as a React component (still experimental, not guaranteed to work)
- Added a question for the supported version of Dicoogle
- on version 2.5.0, the
onReceiveDatacallback method becomes available
- on version 2.5.0, the
v0.5.1
v0.5.0: Update generated toolbase and output
- Building a generated project for production now results in a minified "module.js".
- The generated toolbase was updated to Webcore v3 and Babel v7.