Skip to content

Releases: Enet4/generator-dicoogle-webplugin

v0.8.0

28 Feb 11:29
Compare
Choose a tag to compare

Changes

  • Generated projects now use Parcel as the builder (#19). The output is placed in folder dist by 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

29 Aug 18:28
Compare
Choose a tag to compare

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

15 Dec 15:41
Compare
Choose a tag to compare
v0.6.0-rc.1 Pre-release
Pre-release

New features

  • Include the experimental command (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 onReceiveData callback method becomes available

v0.5.1

06 Nov 16:20
Compare
Choose a tag to compare
  • The generated ts-loader was updated to v3.
  • Updated ts-loader configuration to compile properly in a TypeScript project.

v0.5.0: Update generated toolbase and output

06 Nov 15:32
Compare
Choose a tag to compare
  • Building a generated project for production now results in a minified "module.js".
  • The generated toolbase was updated to Webcore v3 and Babel v7.

v0.4.0

11 Jul 14:45
Compare
Choose a tag to compare

Support has been added for creating one of two types of projects:

  • Plain JavaScript project with Babel for full ECMAScript 2015/2016 support;
  • TypeScript project, contains type declarations for the webcore-extended Dicoogle API;