Releases: StellarFw/stellar
Releases · StellarFw/stellar
1.0.3
- 🌟 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 therun
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
- 🌟 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