Hello guys.
We are (me and my team) going to move our architecture to moleculer. We have checked documentation and found the phraze:
Until Moleculer reaches a 1.0 release, breaking changes will be released with a new minor version. For example 0.13.1, and 0.13.4 will be backward compatible, but 0.14.0 will have breaking changes.
After reading this phraze we began to doubt use moleculer now or wait for 0.14.0.
Is it possible to answer for a couple simple questions for us ?
Questions:
1) What breaking changes will be in 0.14.0 ?
2) Where we can find moleculer roadmap ?
I second that!
Simple roadmap: https://github.com/moleculerjs/moleculer/projects/5
@intech thx!
@sizovilya 0.14 beta is available. Stable 0.14 will be released at the end of October.
@icebob thx!
@icebob can i start project with this beta version?
project template is compatible with 0.14?
Yes, the template is made for 0.13 but compatible with 0.14 as well. After init, you should update the packages with npm i moleculer@next moleculer-web@next --save
Most helpful comment
Yes, the template is made for 0.13 but compatible with 0.14 as well. After init, you should update the packages with
npm i moleculer@next moleculer-web@next --save