|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## [0.4.1](https://github.com/rezigned/keymap-rs/compare/v0.4.0...v0.4.1) (2024-11-24) |
| 3 | +## [1.0.0](https://github.com/rezigned/keymap-rs/compare/v0.4.1...v1.0.0) (2025-06-08) |
| 4 | + |
| 5 | +### ⚠ BREAKING CHANGES |
| 6 | + |
| 7 | +* v1.0.0 release 🎉 ([#17](https://github.com/rezigned/keymap-rs/issues/17)) |
| 8 | + |
| 9 | +### Features |
4 | 10 |
|
| 11 | +* v1.0.0 release 🎉 ([#17](https://github.com/rezigned/keymap-rs/issues/17)) ([8da2b52](https://github.com/rezigned/keymap-rs/commit/8da2b525ac0a628583bc8945a3eb74cd8a6c90dd)) |
| 12 | +* **Declarative key mapping** via config files (`yaml`, `json`, `toml`, etc.) |
| 13 | +* **Support for key sequences** like `ctrl-b n`, `g g`, etc. |
| 14 | +* **Pattern-matching key groups** (`@upper`, `@any`, etc.) |
| 15 | +* **Derive-based config parsing** via `keymap_derive` |
| 16 | +* **Backend-agnostic** design with support for `crossterm`, `termion`, `web_sys`, etc. |
| 17 | +* `Config<T>`: loads keys exclusively from config files |
| 18 | +* `DerivedConfig<T>`: merges config and `#[key("..")]` annotations |
| 19 | + |
| 20 | +## [0.4.1](https://github.com/rezigned/keymap-rs/compare/v0.4.0...v0.4.1) (2024-11-24) |
5 | 21 |
|
6 | 22 | ### Bug Fixes |
7 | 23 |
|
8 | 24 | * update dependencies ([#12](https://github.com/rezigned/keymap-rs/issues/12)) ([2d0bfda](https://github.com/rezigned/keymap-rs/commit/2d0bfda90e3eff9c2b89079f1096f08de666b600)) |
9 | 25 |
|
10 | 26 | ## [0.4.0](https://github.com/rezigned/keymap-rs/compare/v0.3.0...v0.4.0) (2023-10-11) |
11 | 27 |
|
12 | | - |
13 | 28 | ### Features |
14 | 29 |
|
15 | 30 | * Convert from Backend::Key to Node ([#10](https://github.com/rezigned/keymap-rs/issues/10)) ([2b46c7f](https://github.com/rezigned/keymap-rs/commit/2b46c7fe0fa4ec0f23555642c3f1464544cf59d4)) |
16 | 31 |
|
17 | 32 | ## [0.3.0](https://github.com/rezigned/keymap-rs/compare/v0.2.0...v0.3.0) (2023-09-24) |
18 | 33 |
|
19 | | - |
20 | 34 | ### Features |
21 | 35 |
|
22 | 36 | * Expose 'parse' function ([#7](https://github.com/rezigned/keymap-rs/issues/7)) ([3180c28](https://github.com/rezigned/keymap-rs/commit/3180c28992f30de63a48b1d2647f99637e4d020d)) |
23 | 37 |
|
24 | 38 | ## [0.2.0](https://github.com/rezigned/keymap-rs/compare/v0.1.0...v0.2.0) (2023-08-01) |
25 | 39 |
|
26 | | - |
27 | 40 | ### Features |
28 | 41 |
|
29 | 42 | * use char instead of u8 for parser's input to improve error message ([e1c1eb1](https://github.com/rezigned/keymap-rs/commit/e1c1eb1227443e86dbb3a806aee868ea14e9fe45)) |
0 commit comments