2019-10-17 18:14:29 +02:00
|
|
|
# 🦉 OWL Roadmap 🦉
|
|
|
|
|
|
2020-02-21 09:47:01 +01:00
|
|
|
- Current version: 1.0.5
|
2020-01-09 14:37:36 +01:00
|
|
|
- Status: stable
|
2019-10-17 18:14:29 +02:00
|
|
|
|
|
|
|
|
This roadmap is only an attempt at predicting Owl's future. Everything may
|
|
|
|
|
change!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### 1.x
|
|
|
|
|
|
|
|
|
|
- add chrome and firefox devtools,
|
|
|
|
|
- fix every bugs,
|
|
|
|
|
- improve documentation,
|
|
|
|
|
- small backward compatible improvements.
|
|
|
|
|
|
2020-01-24 15:41:39 +01:00
|
|
|
### 2.x (2020? 2021? 2022?)
|
2019-10-17 18:14:29 +02:00
|
|
|
|
|
|
|
|
Maybe:
|
|
|
|
|
|
2019-12-03 08:52:04 +01:00
|
|
|
- reimplement vdom to use *block* system, like Vue 3, which should make Owl
|
|
|
|
|
much faster
|
2019-10-17 18:14:29 +02:00
|
|
|
- refactor `QWeb` to use an intermediate representation (some kind of AST) to
|
|
|
|
|
allow additional optimisations.
|
|
|
|
|
|
|
|
|
|
|