|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## [unreleased] |
| 3 | +## [1.5.1] - 2026-03-23 |
4 | 4 |
|
5 | | -### ⚙️ Miscellaneous Tasks |
| 5 | +### 🐛 Bug Fixes |
6 | 6 |
|
7 | | -- _(ci)_ Simplify git-cliff config and upgrade GitHub Actions to v5 |
| 7 | +- *(ci)* Use annotated tags so --follow-tags pushes them |
8 | 8 |
|
| 9 | +### ⚙️ Miscellaneous Tasks |
| 10 | + |
| 11 | +- *(ci)* Simplify git-cliff config and upgrade GitHub Actions to v5 |
9 | 12 | ## [1.5.0] - 2026-03-23 |
10 | 13 |
|
11 | 14 | ### 🚀 Features |
12 | 15 |
|
13 | 16 | - Improve tests |
14 | 17 | - Remove memos |
15 | | -- _(tests)_ Github actions reporter |
| 18 | +- *(tests)* Github actions reporter |
16 | 19 | - Add agent skill and improve readonly type safety |
17 | | -- _(react)_ Use useEffectEvent for effect event handlers |
18 | | -- _(ci)_ Add automated releases with git-cliff and npm trusted publishing |
| 20 | +- *(react)* Use useEffectEvent for effect event handlers |
| 21 | +- *(ci)* Add automated releases with git-cliff and npm trusted publishing |
19 | 22 |
|
20 | 23 | ### 🐛 Bug Fixes |
21 | 24 |
|
22 | 25 | - Remove unecesary dependency |
23 | 26 | - Upgrade node version |
24 | | -- _(tests)_ Revert to default reporter |
| 27 | +- *(tests)* Revert to default reporter |
25 | 28 | - Disable no-shadow lint rule and remove dead code in query |
26 | 29 |
|
27 | 30 | ### 📚 Documentation |
|
37 | 40 | - Migrate from eslint+prettier to oxlint+oxfmt |
38 | 41 | - Bump version to 1.5.0 |
39 | 42 | - Update all dev dependencies to latest versions |
40 | | -- _(release)_ V1.5.0 |
41 | | - |
| 43 | +- *(release)* V1.5.0 |
42 | 44 | ## [1.4.0] - 2025-10-26 |
43 | 45 |
|
44 | 46 | ### 🚀 Features |
45 | 47 |
|
46 | 48 | - Bump version to 1.3.0 |
47 | 49 | - Upgrade deps + fix linting errors |
48 | | -- _(react)_ React compiler |
| 50 | +- *(react)* React compiler |
49 | 51 | - Bump version to 1.4.0 |
50 | 52 | - Add .nvmrc file |
51 | 53 |
|
|
58 | 60 | - Typo in ci |
59 | 61 | - Remove wildcard from ignore dist in eslint |
60 | 62 | - Query on provider |
61 | | -- _(react)_ Preserve hooks and component names and fixes to broadcast channel |
| 63 | +- *(react)* Preserve hooks and component names and fixes to broadcast channel |
62 | 64 |
|
63 | 65 | ### 💼 Other |
64 | 66 |
|
65 | | -- _(ci)_ Only build if pr to main |
| 67 | +- *(ci)* Only build if pr to main |
66 | 68 |
|
67 | 69 | ### ⚙️ Miscellaneous Tasks |
68 | 70 |
|
69 | | -- _(ci)_ Rename ci jobs |
| 71 | +- *(ci)* Rename ci jobs |
70 | 72 | - Rename prettier config file |
71 | | - |
72 | 73 | ## [1.3.0] - 2025-09-09 |
73 | 74 |
|
74 | 75 | ### 🚀 Features |
|
80 | 81 | ### 🐛 Bug Fixes |
81 | 82 |
|
82 | 83 | - Wrong name on test file |
83 | | - |
84 | 84 | ## [1.2.0] - 2025-02-22 |
85 | 85 |
|
86 | 86 | ### 🚀 Features |
87 | 87 |
|
88 | | -- _(react)_ Prefetching + prefetch tags |
89 | | -- _(package)_ Update dependencies |
| 88 | +- *(react)* Prefetching + prefetch tags |
| 89 | +- *(package)* Update dependencies |
90 | 90 |
|
91 | 91 | ### 🐛 Bug Fixes |
92 | 92 |
|
93 | | -- _(react)_ Fix useQueryBasic's initial render |
94 | | -- _(react)_ Export prefetch tags |
95 | | -- _(package)_ Update lock |
96 | | - |
| 93 | +- *(react)* Fix useQueryBasic's initial render |
| 94 | +- *(react)* Export prefetch tags |
| 95 | +- *(package)* Update lock |
97 | 96 | ## [1.1.1] - 2025-02-15 |
98 | 97 |
|
99 | 98 | ### 🚀 Features |
100 | 99 |
|
101 | | -- _(react)_ Add useQueryBasic hook + update dependencies |
102 | | -- _(package)_ Update package version |
| 100 | +- *(react)* Add useQueryBasic hook + update dependencies |
| 101 | +- *(package)* Update package version |
103 | 102 |
|
104 | 103 | ### 🐛 Bug Fixes |
105 | 104 |
|
106 | | -- _(react)_ Simplified initial state |
107 | | - |
| 105 | +- *(react)* Simplified initial state |
108 | 106 | ## [1.1.0] - 2025-01-27 |
109 | 107 |
|
110 | 108 | ### 🚀 Features |
111 | 109 |
|
112 | | -- _(query)_ Separate types |
113 | | -- _(ci)_ Add ci for tests |
| 110 | +- *(query)* Separate types |
| 111 | +- *(ci)* Add ci for tests |
114 | 112 |
|
115 | 113 | ### 🐛 Bug Fixes |
116 | 114 |
|
117 | | -- _(query,react)_ Fixes to implementation |
118 | | -- _(tests)_ Remove ts expect err |
119 | | -- _(tests)_ React global act |
120 | | - |
| 115 | +- *(query,react)* Fixes to implementation |
| 116 | +- *(tests)* Remove ts expect err |
| 117 | +- *(tests)* React global act |
121 | 118 | ## [1.0.0] - 2025-01-04 |
122 | 119 |
|
123 | 120 | ### 🚀 Features |
|
126 | 123 | - New release |
127 | 124 | - Snapshot |
128 | 125 | - Caches + events |
129 | | -- _(core)_ Refactor to lambda query |
130 | | -- _(core)_ Add keywords |
| 126 | +- *(core)* Refactor to lambda query |
| 127 | +- *(core)* Add keywords |
131 | 128 |
|
132 | 129 | ### 🐛 Bug Fixes |
133 | 130 |
|
134 | | -- _(core)_ Types |
135 | | -- _(query)_ Default generic type |
| 131 | +- *(core)* Types |
| 132 | +- *(query)* Default generic type |
136 | 133 |
|
137 | 134 | ### ⚙️ Miscellaneous Tasks |
138 | 135 |
|
|
0 commit comments