|
| 1 | +# 8.2.0 |
| 2 | + |
| 3 | +* feat(command): `equals` method in Command |
| 4 | +* feat(history): consider equal commands for linear history |
| 5 | +* feat(history): histories can consider equal commands |
| 6 | +* feat(history): standard history has size methods |
| 7 | +* feat(history): tree history has size methods |
| 8 | + |
| 9 | + |
| 10 | +* fix(history): linear history, setsize had incorrect behavior |
| 11 | +* fix(code): smells removed |
| 12 | +* fix(interaction): fixes `touches` in three and four touch data |
| 13 | + |
| 14 | + |
| 15 | +* chore(ci): removing the jenkins file |
| 16 | +* chore(deps): updating deps |
| 17 | +* chore(ts): moving to TS 5.6 |
| 18 | + |
| 19 | + |
| 20 | +* refactor(interaction): fsm impl are now hidden from the interaction class declaration |
| 21 | +* refactor(interaction): reducing the use of DSM handlers |
| 22 | +* refactor(interaction): removing FSM data handler |
| 23 | +* refactor(interaction): removing the useless interface `InteractionData` |
| 24 | +* refactor(interaction): simplifying the code of dble clicks and draglock |
| 25 | +* refactor(interaction): use of the satisfies keyword |
| 26 | +* refactor(code): various code cleaning operations |
| 27 | + |
| 28 | + |
| 29 | +* Tests cleaned |
| 30 | +* Tests added: tests for two touch data |
| 31 | + |
| 32 | + |
| 33 | +* docs(readme): readme updated |
| 34 | +* docs(ts): fix typo |
| 35 | + |
| 36 | + |
1 | 37 | # 8.1.0 |
2 | 38 | * feat(interaction): tap interaction |
| 39 | + |
| 40 | + |
3 | 41 | * fix(interaction): tap must be taps |
4 | 42 | * fix(undo): tree redo issue |
5 | 43 |
|
| 44 | + |
6 | 45 | * chore(deps): test deps updated |
7 | 46 | * chore(pkg): moving to TS 5.3 |
8 | 47 | * chore(rollup): use of terser for compressing the pkg |
|
40 | 79 | * feat(fsm): can visit FSMs |
41 | 80 | * feat(not): cancelling interaction operator (#87) |
42 | 81 |
|
| 82 | + |
43 | 83 | * build(ci): ignoring some files |
44 | 84 | * build(pkg): commit msg linter |
45 | 85 | * chore(ci): master to main |
|
49 | 89 | * config(ci): Github ci |
50 | 90 | * doc(readme): readme updated |
51 | 91 |
|
| 92 | + |
52 | 93 | * fix(binding): removing useless types |
53 | 94 | * fix(cmd): better undo name of setProperty |
54 | 95 | * fix(code): activating id length rule |
|
0 commit comments