Skip to content

Releases: binduwavell/generator-alfresco

Fix issue with archetype package expansion

08 Jan 16:49
Compare
Choose a tag to compare
0.9.23

Bump version before publishing to npm [ci skip]

Initial support for SDK 3

06 Jan 05:25
2c2e334
Compare
Choose a tag to compare
SDK3 (#177)

This is the initial pass on adding SDK 3 support. See Issue #171 for some details.

- Embeds AIO archetypes
- JS native archetype install
- Support SDK 3
- Support jars
- Support new project structure

Fix for Windows path issue

27 Mar 13:16
Compare
Choose a tag to compare

Resolves issue where project is generated on Windows and then run from Linux. The backslash path elements leaked into the tomcat context files (and also the module registry in the project config file.)

Most of the fix was done in generator-alfresco-common. We updated to module registry code to replace backslash with forward slash in module path elements when adding a module to the registry and also when the registry is read.

Due to an a dependency breaking yarn when installed via npm, this also changes how yarn is installed for our tests.

Update to yeoman-generator 1.1.1

26 Mar 19:50
Compare
Choose a tag to compare

Format for using the Base generator has changed
Format for composeWith has changed.
Argument and option handling updates

  • Enable eslint
    Previous attempt to use default eslint config ended up turning eslint off altogether. Re-enabling it now.
    Fix eslint errors

  • Misc
    Fix tests, and some issues discovered via tests
    Replace deprecated os.tmpDir() with os.tmpdir()

Add Node 7, remove Node 0.10 and 0.12

25 Mar 23:36
Compare
Choose a tag to compare
  • Drop node 0.10 & 0.12, add 7, deps++, fix test
  • Update dependencies
  • Bump version and update README.md
  • Add OOTB Support Tools to README.md
  • Use yarn instead of npm install in .travis.yml