* ⚡The speed of the router is improved to more than twice as fast. ([20](https://github.com/Daxexs/flet-easy/issues/20))
* Ways to install Flet-Easy. ([25](https://github.com/Daxexs/flet-easy/issues/25)) [[Doc](https://daxexs.github.io/flet-easy/0.2.4/installation/)]
* Add `go_back` method. ([21](https://github.com/Daxexs/flet-easy/issues/21)) [[Doc](https://daxexs.github.io/flet-easy/0.2.4/how-to-use/#methods/)]
* Ruff configuration update (>=0.4.4) ([22](https://github.com/Daxexs/flet-easy/issues/22))
* Supporting the use of class to create a view ([24](https://github.com/Daxexs/flet-easy/issues/24)) [[Doc](https://daxexs.github.io/flet-easy/0.2.4/add-pages/through-classes/)]
* Bug fixes found in previous changes.
* Documentation improvements and updates. ([26](https://github.com/Daxexs/flet-easy/issues/22)) [[view](https://daxexs.github.io/flet-easy/)]
**Changes in the api:**
New method added in Datasy (data) [[Doc](https://daxexs.github.io/flet-easy/0.2.4/how-to-use/#datasy-data/)]
* `history_routes` : Get the history of the routes.
* `go_back` : Method to go back to the previous route.
**🔎Note**
* Now `page.go()` and `data.go()` work similarly to go to a page (View), the only difference is that `data.go()` checks for url redirects when using `data.redirect()`.
* The 'clear' parameter of `Pagesy` and the `page` decorator is deprecated, it will be removed in future versions.