Skip to content

Releases: StellarFw/stellar

1.0.3

22 Oct 15:11
Compare
Choose a tag to compare
  • 🌟 add the test command to run the API tests
  • 🌟 define a default valid salt hash to prevent execution errors
  • 🌟 implement --update option to use with the run command (issue #30)
  • 💪 bump mongoose version to 4.6.4
  • 💪 the event system nows uses promises
  • 💪 utils functions are now a satellite
  • 💪 major rewrite of the validation system
  • 💪 reduce the number of transpilations to ES5
  • 💪 improve the code generated by the make commands
  • 💪 now action can be called internally without passing parameters or a callback
  • 🐛 fix some comments typos
  • 🐛 add the client lib and the automatic documentation to the .gitignore

1.0.2

17 Sep 21:21
Compare
Choose a tag to compare
  • 🌟 add makeListener command
  • 🌟 add lint check to the source code
  • 🌟 model schema definition can be a function
  • 🌟 add a .gitignore file on project initialization process
  • 💪 improve startCluster command
  • 🔥 remove lodash dependency
  • 🔥 gulp is no longer a dependency
  • 🐛 restore console colors after command execution