-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Roadmap 1.9 #161
Comments
Adding Firebase to list of supported DB's would be nice |
Good suggestion, @ccocker. My only concern is the size of 1.9, it might take too long to be released, so I might break it into 1.9:
1.10:
I'm still thinking about it, though. |
Alright, in order to have releases relatively close to each other, I'm removing the DB modifications and assigning it to 1.10.0. |
@ericmdantas when do you plan to release 1.9? It will take some time to release #173 |
@Abdizriel, if everything goes right, this weekend. If not, next week. |
@Abdizriel, but we can make room for that feature in 1.9, if you want. |
@ericmdantas I'll try to do that by tomorrow. It's better to add it in this release, since later it would be more and more harder to do. |
Pretty much. |
@ericmdantas, maybe you can add aurelia.io as an option to implement Rob Eisenberg left Angular 2 for it: Em qua, 22 de jun de 2016 às 15:01, Eric M. Dantas [email protected]
|
@bernardbr, nice suggestion. I've wanted to give Aurelia a try for a while now - but never got the time. Since I haven't used it yet, I'll play with it a bit first, and then, I might target it to |
Updates roadmap. |
Adds Vue to the list. |
As for features, the two left are: Aurelia and Less/Sass. The other changes are related to documentation and suchs. We're almost there! |
Adds flat structure to the todo list in 1.10. |
1.9 is 90% done. There are some minor bugs going on and I`ll have to take care of the docs before releasing it. |
Note to self: Vue 2.0 is out - update the client. |
Added babel/babili compilation step for |
Final steps: update the docs, do some manual tests and we're good to release |
Depending on labstack/echo#838. |
Added HTTP/2 in Node server to the list. |
Done. |
Some exciting additions are coming.
New web frameworks for the server: both Node and Go.
For Node, we're adding Koa to the stack, with its version 2.x - which will support
async
/await
.For Golang, we're adding Gin, a fast and stable web framework.
For the client side, we're adding the possibility to use either
LESS
orSASS
in your styles (see #25);We're also adding aurelia (ref) as an option for the client side.
And we'll also implement an option so the user can choose if he wants to work with tests side by side with the source code or in separated folders.
So, in short, this is what we have to finish to get through 1.9:
getById
on the boilerplate app - both in client and server (CRUD: Get by Id #179);Edit:
DB changes were moved to 1.11 (#170).
The text was updated successfully, but these errors were encountered: