Skip to content

Releases: dennykorsukewitz/generator-sublime-package

0.1.0

30 Aug 22:15

Choose a tag to compare

Breaking Change: Requires Node.js >=16.0.0 with ES module support

Changed

  • Convert entire codebase from CommonJS to ES modules
  • Convert all generator files to ES module syntax (import/export)
  • Update all config.js files to use export default
  • Configure ESLint for ES modules (eslint.config.js)
  • Configure Jest for ES modules with experimental-vm-modules flag
  • Fix reserved keyword usage in github.js (package → packageJson)
  • Update test and coverage scripts for GitHub Actions compatibility
  • Bump version to 0.1.0

Dependencies

  • Bump actions/checkout from 3 to 4 (#3)
  • Bump actions/setup-node from 3 to 4 (#2)
  • Bump chalk from 2.4.2 to 5.3.0 (#7)
  • Bump yeoman-test from 6.3.0 to 10.0.1 (#4)
  • Bump eslint from 6.8.0 to 9.16.0 (#5)
  • Bump jest from 26.6.3 to 29.7.0 (#6)
  • Bump lint-staged from 9.5.0 to 15.2.11 (#8)
  • Bump interpolate-json from 2.3.3 to 3.0.0 (#10)
  • Bump change-case from 4.1.2 to 5.4.4 (#12)
  • Bump yosay from 2.0.2 to 3.0.0 (#13)
  • Bump eslint-config-xo from 0.27.2 to 0.48.0 (#16)
  • Bump yeoman-generator from 5.10.0 to 7.5.1 (#14)

Fixed

  • Eslint

0.0.5

15 Jan 13:39

Choose a tag to compare

Maintenance

Updated README.
Added gif.
Updated USAGE's. Removed obsolete 'Variables' in app USAGE.

New

Added additional option generator-description to shows the description of each sub-generator.

0.0.4

03 Jan 10:38

Choose a tag to compare

Maintenance

Fixed Snippet messages.
Restructured package directories.
Updated README.

New

Added completion generator.
Added macro generator.
Added mousemap generator.
Added project generator.
Added UnitTests.

0.0.3

28 Nov 20:53

Choose a tag to compare

Maintenance

Reduced npm dependencies.
Updated README.