Skip to content

Commit

Permalink
🗃️ update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 20, 2021
1 parent 3447223 commit c1c3fd4
Showing 1 changed file with 25 additions and 14 deletions.
39 changes: 25 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,46 @@

## unreleased

> 2021-08-19
> 2021-08-20
### :art: Structure/Formating

- <a href="https://github.com/tami5/sql.nvim/commit/9be469a1e3480cb0a90865de313289986f8a5044"><tt>9be469a</tt></a> update changelog item format

- <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>)

### :art: structure/code formating

- [9be469a](https://github.com/tami5/sql.nvim/commit/9be469a1e3480cb0a90865de313289986f8a5044): update changelog item format

- [2d24f86](https://github.com/tami5/sql.nvim/commit/2d24f865daf5ec9931ceff84a0c5e5a8da87eb39): update changelog item format ([#81](https://github.com/tami5/sql.nvim/issues/81))

### :bug: Bug Fixes
<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>

<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>

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

- 🐛 func(row) returning nil causing error
- 🐛 running some tbl function without checking conn

</details></dd></dl>


### :construction_worker: CI Updates

- <a href="https://github.com/tami5/sql.nvim/commit/3447223239ce2e0ab322db756ee1aa0374e20551"><tt>3447223</tt></a> update changelog template (<a href="https://github.com/tami5/sql.nvim/pull/90">#90</a>) (closes <a href="https://github.com/tami5/sql.nvim/issues/82"> #82</a>)

- <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>)


### :recycle: Code Refactoring
<dl><dd><details><summary><a href="https://github.com/tami5/sql.nvim/commit/4d0302f8ccb3ab647f3d5709d3adf4d3c8810060" >4d0302f</a>: favor delete/remove accepting where key</summary>

<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>

No breaking changes here :)

</details></dd></dl>


### :sparkles: Features
<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>

<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>

still compatible with query as first argument ✅

Expand All @@ -43,12 +53,13 @@ tbl:each(function(row) .. end) -- execute a function on all table rows
tbl:each(function(row) .. end, {...} ) -- execute a function on all table rows match the query
-- map work the same way, but return transformed table
```

</details></dd></dl>


<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>
<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>

Here goes nothing 🤞. Please CI don't fail me.

</details></dd></dl>


0 comments on commit c1c3fd4

Please sign in to comment.