Skip to content

Releases: mendixlabs/generator-mendix

Release 1.3.6

26 May 12:54
Compare
Choose a tag to compare
  • Add fix #41 to Boilerplate, including this in the generator

Release 1.3.5

23 May 12:37
Compare
Choose a tag to compare
  • Update dependencies & devdependencies
  • Adding more tests
  • Add CSS Lint ( #12 & #13 )
  • Updating README.md with more information

Release 1.3.4

10 May 13:08
Compare
Choose a tag to compare

Release 1.3.3

04 Feb 14:26
Compare
Choose a tag to compare
v1.3.3

Forgot a few gitignores

Release 1.3.1

11 Jan 09:05
Compare
Choose a tag to compare
  • Fixing 'clean' task due to not working outside the cwd

Release 1.3.0

08 Jan 12:51
Compare
Choose a tag to compare
  • Now parsing a package.json correctly while upgrading your Gruntfile using the generator
  • Adding testFolderPath and testFolderFilename to package.json, so you can manually configure a testproject folder
  • Add grunt folders to test these paths

Release 1.2.0

04 Jan 08:58
Compare
Choose a tag to compare
  • Update AppStoreWidgetBoilerplate (test-project mx 5.19.0 so it can be upgraded to MX6)
  • Fix issue overwriting package.json #8

Release 1.1.0

18 Dec 16:29
Compare
Choose a tag to compare
  • Fix #2, you can now set any version number, as long as it's >=1.0.0
  • Add grunt version to set version of package.xml & package.json
  • Check if current folder is empty or not
  • Remove packageName, this will always be the same as widgetName
  • You can now use the generator to update an existing widget (adding package.json & Gruntfile.js), will use the name & version from package.xml
  • Fixing tests

Initial release

03 Dec 10:54
Compare
Choose a tag to compare

First release of the Mendix widget generator, using Yeoman