Skip to content

Commit f72c9c4

Browse files
🗃️ update CHANGELOG.md
1 parent 01c9fcd commit f72c9c4

File tree

1 file changed

+52
-14
lines changed

1 file changed

+52
-14
lines changed

CHANGELOG.md

+52-14
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,68 @@
33

44
## unreleased
55

6-
> 2021-08-19
6+
> 2021-08-20
7+
8+
### :art: Structure/Formating
9+
10+
- <a href="https://github.com/tami5/sql.nvim/commit/eb5d787c9d88cf76dc8f93fb6f482899e7d6c187"><tt>eb5d787</tt></a> should be sufficient now
11+
12+
- <a href="https://github.com/tami5/sql.nvim/commit/6c51bac31b3b0adb66ed16a58b6194f334c7e42e"><tt>6c51bac</tt></a> make changelog template more readable
13+
14+
- <a href="https://github.com/tami5/sql.nvim/commit/ac7f878657539b7258462d6d8b3ed88763eadbb7"><tt>ac7f878</tt></a> use builtin commit style
15+
16+
- <a href="https://github.com/tami5/sql.nvim/commit/9be469a1e3480cb0a90865de313289986f8a5044"><tt>9be469a</tt></a> update changelog item format
17+
18+
- <a href="https://github.com/tami5/sql.nvim/commit/2d24f865daf5ec9931ceff84a0c5e5a8da87eb39"><tt>2d24f86</tt></a> update changelog item format (closes <a href="https://github.com/tami5/sql.nvim/issues/81"> #81</a>)
719

8-
### :art: structure/code formating
9-
10-
- [9be469a](https://github.com/tami5/sql.nvim/commit/9be469a1e3480cb0a90865de313289986f8a5044): update changelog item format
11-
12-
- [2d24f86](https://github.com/tami5/sql.nvim/commit/2d24f865daf5ec9931ceff84a0c5e5a8da87eb39): update changelog item format ([#81](https://github.com/tami5/sql.nvim/issues/81))
1320

1421
### :bug: Bug Fixes
15-
16-
<dl><dd><details><summary><a href="https://github.com/tami5/sql.nvim/commit/2b500b77c379356d401ee2f37a1c9cf9c1e311e6" >2b500b7</a>: each map sort failing due to closed connection</summary>
22+
23+
- <a href="https://github.com/tami5/sql.nvim/commit/94cf350a1b842c010cf2225e22624cf82332268d"><tt>94cf350</tt></a> <a href="https://github.com/tami5/sql.nvim/pull/82">#82</a>
24+
25+
- <a href="https://github.com/tami5/sql.nvim/commit/1f48ba7eedfdc51b4f0ddeeb0cd364e675a760da"><tt>1f48ba7</tt></a> spaceing after subject?
26+
27+
- <a href="https://github.com/tami5/sql.nvim/commit/eb585bb076d876fb1c629afb893ff3201fd35765"><tt>eb585bb</tt></a> comma separated issues
28+
29+
<dl><dd><details><summary><a href="https://github.com/tami5/sql.nvim/commit/2b500b77c379356d401ee2f37a1c9cf9c1e311e6"><tt>2b500b7</tt></a> each map sort failing due to closed connection</summary>
1730

1831
make map, sort, each, support executing sqlite queries regardless of connection status.
1932

2033
- 🐛 func(row) returning nil causing error
2134
- 🐛 running some tbl function without checking conn
35+
2236
</details></dd></dl>
2337

2438

39+
### :construction_worker: CI Updates
40+
41+
- <a href="https://github.com/tami5/sql.nvim/commit/01c9fcdc3d1c3c4fc8e857d960a83733a8f219e5"><tt>01c9fcd</tt></a> update config and commit emoji
42+
43+
- <a href="https://github.com/tami5/sql.nvim/commit/7324d297eb7c728ed4fc74e53eb70bb553eda189"><tt>7324d29</tt></a> hover for commit tags
44+
45+
- <a href="https://github.com/tami5/sql.nvim/commit/93b0090674cf71d096406f1e8a42c585cb979cc5"><tt>93b0090</tt></a> changelog run once every two days (closes <a href="https://github.com/tami5/sql.nvim/issues/86"> #86</a>)
46+
47+
2548
### :recycle: Code Refactoring
26-
27-
<dl><dd><details><summary><a href="https://github.com/tami5/sql.nvim/commit/4d0302f8ccb3ab647f3d5709d3adf4d3c8810060" >4d0302f</a>: favor delete/remove accepting where key</summary>
49+
50+
- <a href="https://github.com/tami5/sql.nvim/commit/196f183dc6814b8d83b3c1e04e33efe49d3788e3"><tt>196f183</tt></a> finally a descent result
51+
52+
- <a href="https://github.com/tami5/sql.nvim/commit/ffb1867307fdf23533bbf05a19d2ad4a34da5453"><tt>ffb1867</tt></a> try to make it a bit readable
53+
54+
- <a href="https://github.com/tami5/sql.nvim/commit/71fdf5fcd8cb3d906cfe0f455df8bf2c991e4c30"><tt>71fdf5f</tt></a> total removal of duplications
55+
56+
- <a href="https://github.com/tami5/sql.nvim/commit/a7609e4272358f670110f37ff43f2a65d09c0e6a"><tt>a7609e4</tt></a> try to remove duplication
57+
58+
<dl><dd><details><summary><a href="https://github.com/tami5/sql.nvim/commit/4d0302f8ccb3ab647f3d5709d3adf4d3c8810060"><tt>4d0302f</tt></a> favor delete/remove accepting where key</summary>
2859

2960
No breaking changes here :)
61+
3062
</details></dd></dl>
3163

3264

3365
### :sparkles: Features
34-
35-
<dl><dd><details><summary><a href="https://github.com/tami5/sql.nvim/commit/5944a91d05f34f1d36ef33a62344cfc301fc49b4" >5944a91</a>: table each and map accept function as first argument (<a href="https://github.com/tami5/sql.nvim/issues/97">#97</a>)</summary>
66+
67+
<dl><dd><details><summary><a href="https://github.com/tami5/sql.nvim/commit/5944a91d05f34f1d36ef33a62344cfc301fc49b4"><tt>5944a91</tt></a> table each and map accept function as first argument (closes <a href="https://github.com/tami5/sql.nvim/issues/97"> #97</a>)</summary>
3668

3769
still compatible with query as first argument ✅
3870

@@ -43,12 +75,18 @@ tbl:each(function(row) .. end) -- execute a function on all table rows
4375
tbl:each(function(row) .. end, {...} ) -- execute a function on all table rows match the query
4476
-- map work the same way, but return transformed table
4577
```
78+
4679
</details></dd></dl>
4780

48-
49-
<dl><dd><details><summary><a href="https://github.com/tami5/sql.nvim/commit/88f14bf3148c8c31c4ba17818d80eedc33cc9f12" >88f14bf</a>: auto changelog ([#80](https://github.com/tami5/sql.nvim/issues/80))</summary>
81+
<dl><dd><details><summary><a href="https://github.com/tami5/sql.nvim/commit/88f14bf3148c8c31c4ba17818d80eedc33cc9f12"><tt>88f14bf</tt></a> auto changelog (<a href="https://github.com/tami5/sql.nvim/pull/80">#80</a>)</summary>
5082

5183
Here goes nothing 🤞. Please CI don't fail me.
84+
5285
</details></dd></dl>
5386

5487

88+
### :white_check_mark: Add/Update Test Cases
89+
90+
- <a href="https://github.com/tami5/sql.nvim/commit/2f791b390f34b3f04bd2dcd3fad83e2e2cbe3cd9"><tt>2f791b3</tt></a> one last try (closes <a href="https://github.com/tami5/sql.nvim/issues/1"> #1</a>, <a href="https://github.com/tami5/sql.nvim/issues/4"> #4</a>, <a href="https://github.com/tami5/sql.nvim/issues/5"> #5</a>)
91+
92+

0 commit comments

Comments
 (0)