Files
owl/roadmap.md
T

49 lines
1.0 KiB
Markdown
Raw Normal View History

2019-10-17 18:14:29 +02:00
# 🦉 OWL Roadmap 🦉
2019-11-13 15:43:29 +01:00
- Current version: 1.0.0-alpha3
2019-10-17 18:14:29 +02:00
- Status: mostly stable
This roadmap is only an attempt at predicting Owl's future. Everything may
change!
2019-10-30 16:19:52 +01:00
### November 2019
2019-10-17 18:14:29 +02:00
2019-10-30 16:19:52 +01:00
Owl will be used in various Odoo projects. We plan to:
2019-10-17 18:14:29 +02:00
2019-10-30 16:19:52 +01:00
- fix any issues encountered
- maybe cleanup slightly the router API
- improve the documentation
- improve error handling, add more helpful error messages
### December 2019
2019-10-17 18:14:29 +02:00
2019-10-30 16:19:52 +01:00
If all goes well, Owl will be upgraded to beta status. From then, no API change,
even small, is expected.
2019-10-17 18:14:29 +02:00
### End of 2019
Release v1.0
- API should be stable,
- we will use semantic versioning,
- we will maintain a changelog and an upgrade guide.
### 1.x
- add chrome and firefox devtools,
- add support for single file components,
- fix every bugs,
- improve documentation,
- small backward compatible improvements.
### 2.x (2021? 2022?)
Maybe:
- reimplement vdom to use *block* system, like Vue 3,
- refactor `QWeb` to use an intermediate representation (some kind of AST) to
allow additional optimisations.