mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 18:15:28 +03:00
21 lines
896 B
Markdown
21 lines
896 B
Markdown
|
|
<a id='changelog-1.2.0'></a>
|
|
## 1.2.0 — 2026-02-07
|
|
|
|
### Added
|
|
|
|
- 100% coverage of the code base with tests
|
|
- 100% coverage with typhints
|
|
- 100% coverage of public API documentation in two languages - Russian and English
|
|
- cli attributes: highlighting valid commands, redesigned input history with auto-completion, interactive autocomplete selection menu for multiple candidates
|
|
- a metrics module that allows you to test the performance of various library units
|
|
- implementing a dependency injection pattern through an ioc container
|
|
- implementation of a context object for transferring data between handlers within a session
|
|
- adding a changelog
|
|
|
|
### Changed
|
|
|
|
- increased performance by several times (there will be real numbers in the next releases)
|
|
- reworking the internal API, highlighting different layers and reducing connectivity
|
|
- reworking the README and adding a translation for it
|