Skip to content

Commit 99e4058

Browse files
committed
👷 fix changelog links
1 parent f9326aa commit 99e4058

File tree

2 files changed

+88
-31
lines changed

2 files changed

+88
-31
lines changed

.github/chglog/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ style: "github"
22
template: CHANGELOG.tpl.md
33
info:
44
title: CHANGELOG
5-
repository_url: https://github.com/tami5/sql.nvim
5+
repository_url: https://github.com/tami5/sqlite.lua
66
options:
77
refs:
88
actions:

CHANGELOG.md

Lines changed: 87 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,33 @@
11

22
<a name="unreleased"></a>
33

4-
## [unreleased](https://github.com/tami5/sql.nvim/compare/v1.2.0...unreleased)
4+
## [unreleased](https://github.com/tami5/sqlite.lua/compare/v1.2.0...unreleased)
5+
6+
### :bug: Bug Fixes
7+
8+
<dl><dd><details><summary><a href="https://github.com/tami5/sqlite.lua/commit/f9326aa0443592968a24970fc55c5ee609a5dba8"><tt>f9326aa</tt></a> sqlite:tbl(...) doesn't pass schema</summary>
9+
10+
This what happens with dealing with function that can take self or
11+
other.
12+
13+
Refs: https://github.com/AckslD/nvim-neoclip.lua/pull/20
14+
15+
</details></dd></dl>
16+
17+
18+
### :construction_worker: CI Updates
19+
20+
- <a href="https://github.com/tami5/sqlite.lua/commit/22c0dd980340c78d5be5415c522319aa44b718fe"><tt>22c0dd9</tt></a> fix changelog links
21+
522

623

724
<a name="v1.2.0"></a>
825

9-
## [v1.2.0](https://github.com/tami5/sql.nvim/compare/v1.1.0...v1.2.0)
26+
## [v1.2.0](https://github.com/tami5/sqlite.lua/compare/v1.1.0...v1.2.0)
1027

1128
### :bug: Bug Fixes
1229

13-
<dl><dd><details><summary><a href="https://github.com/tami5/sql.nvim/commit/edf642e2f2088a7a4bafa5a3850fd2b338566c2c"><tt>edf642e</tt></a> fix Emmylua completion</summary>
30+
<dl><dd><details><summary><a href="https://github.com/tami5/sqlite.lua/commit/edf642e2f2088a7a4bafa5a3850fd2b338566c2c"><tt>edf642e</tt></a> fix Emmylua completion</summary>
1431

1532
This used to work, but maybe with new versions of sumneko_lua. It
1633
stopped working.
@@ -20,17 +37,17 @@ stopped working.
2037

2138
### :sparkles: Features
2239

23-
- <a href="https://github.com/tami5/sql.nvim/commit/3d89dc149b10ab72c0ba78d89b92ebeb83e921b9"><tt>3d89dc1</tt></a> add Bookmark Manager Example
40+
- <a href="https://github.com/tami5/sqlite.lua/commit/3d89dc149b10ab72c0ba78d89b92ebeb83e921b9"><tt>3d89dc1</tt></a> add Bookmark Manager Example
2441

2542

2643

2744
<a name="v1.1.0"></a>
2845

29-
## [v1.1.0](https://github.com/tami5/sql.nvim/compare/v1.0.0...v1.1.0)
46+
## [v1.1.0](https://github.com/tami5/sqlite.lua/compare/v1.0.0...v1.1.0)
3047

3148
### :bug: Bug Fixes
3249

33-
<dl><dd><details><summary><a href="https://github.com/tami5/sql.nvim/commit/43f5e0c80a93f588d788fbb3e3a3d4daaa43b85f"><tt>43f5e0c</tt></a> luarocks auto-generate script (closes <a href="https://github.com/tami5/sql.nvim/issues/115"> #115</a>)</summary>
50+
<dl><dd><details><summary><a href="https://github.com/tami5/sqlite.lua/commit/43f5e0c80a93f588d788fbb3e3a3d4daaa43b85f"><tt>43f5e0c</tt></a> luarocks auto-generate script (closes <a href="https://github.com/tami5/sqlite.lua/issues/115"> #115</a>)</summary>
3451

3552
Having "/" in the start of path breaks luarocks installation.
3653

@@ -39,14 +56,14 @@ Having "/" in the start of path breaks luarocks installation.
3956

4057
### :sparkles: Features
4158

42-
- <a href="https://github.com/tami5/sql.nvim/commit/5b395267bb1938c165099991a59497a9cc4ca8a1"><tt>5b39526</tt></a> activate release workflow
59+
- <a href="https://github.com/tami5/sqlite.lua/commit/5b395267bb1938c165099991a59497a9cc4ca8a1"><tt>5b39526</tt></a> activate release workflow
4360

4461

4562
### :zap: Performance Improvements
4663

47-
- <a href="https://github.com/tami5/sql.nvim/commit/ca8233f8cb09b9adc7ea11f81ab903154ce07e86"><tt>ca8233f</tt></a> improve handling of sqlite builtin functions (closes <a href="https://github.com/tami5/sql.nvim/issues/114"> #114</a>)
64+
- <a href="https://github.com/tami5/sqlite.lua/commit/ca8233f8cb09b9adc7ea11f81ab903154ce07e86"><tt>ca8233f</tt></a> improve handling of sqlite builtin functions (closes <a href="https://github.com/tami5/sqlite.lua/issues/114"> #114</a>)
4865

49-
<dl><dd><details><summary><a href="https://github.com/tami5/sql.nvim/commit/f9a10606806142a521e971437b4a2e41d688c85b"><tt>f9a1060</tt></a> improve require time (<a href="https://github.com/tami5/sql.nvim/pull/11">#111</a>)</summary>
66+
<dl><dd><details><summary><a href="https://github.com/tami5/sqlite.lua/commit/f9a10606806142a521e971437b4a2e41d688c85b"><tt>f9a1060</tt></a> improve require time (<a href="https://github.com/tami5/sqlite.lua/pull/11">#111</a>)</summary>
5067

5168
decrease require time (cost on startup) from `0.791636 ms` to `4.140682` (423% faster)
5269

@@ -60,27 +77,39 @@ decrease require time (cost on startup) from `0.791636 ms` to `4.140682` (423% f
6077

6178
### :art: Structure/Formating
6279

63-
- <a href="https://github.com/tami5/sql.nvim/commit/9be469a1e3480cb0a90865de313289986f8a5044"><tt>9be469a</tt></a> update changelog item format
80+
- <a href="https://github.com/tami5/sqlite.lua/commit/2751ecefbec06efd369ff1311719727c2347d8a2"><tt>2751ece</tt></a> lint
81+
82+
- <a href="https://github.com/tami5/sqlite.lua/commit/fad57dbf98cefd04d7b994aa810a22c50331b552"><tt>fad57db</tt></a> update emmyclass, avoid camel_casing
6483

65-
- <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>)
84+
- <a href="https://github.com/tami5/sqlite.lua/commit/9be469a1e3480cb0a90865de313289986f8a5044"><tt>9be469a</tt></a> update changelog item format
85+
86+
- <a href="https://github.com/tami5/sqlite.lua/commit/2d24f865daf5ec9931ceff84a0c5e5a8da87eb39"><tt>2d24f86</tt></a> update changelog item format (closes <a href="https://github.com/tami5/sqlite.lua/issues/81"> #81</a>)
6687

6788

6889
### :boom: Breaking Changes
6990

70-
<dl><dd><details><summary><a href="https://github.com/tami5/sql.nvim/commit/a6bd3d1cae9d3a075bd3cf1d059a1b47e0fb5ecf"><tt>a6bd3d1</tt></a> sql.schema return detailed description of table.</summary>
91+
- <a href="https://github.com/tami5/sqlite.lua/commit/810bf471ddee03e8c93bf8db575aa80a30bc53b7"><tt>810bf47</tt></a> change what sqlite module export
92+
93+
<dl><dd><details><summary><a href="https://github.com/tami5/sqlite.lua/commit/3eedee687717a2569a6de9e46794d3fb5544b208"><tt>3eedee6</tt></a> change namespace to sqlite</summary>
94+
95+
TODO: Add deprecation warning later
96+
97+
</details></dd></dl>
98+
99+
<dl><dd><details><summary><a href="https://github.com/tami5/sqlite.lua/commit/a6bd3d1cae9d3a075bd3cf1d059a1b47e0fb5ecf"><tt>a6bd3d1</tt></a> sql.schema return detailed description of table.</summary>
71100

72101
Not sure if this is a wise decision or not. But it beat having the
73102
schema returned given the key and the value the user written.
74103

75104
</details></dd></dl>
76105

77-
<dl><dd><details><summary><a href="https://github.com/tami5/sql.nvim/commit/5b0710f50053f7e7a669f21b57979e4ef7c0aa14"><tt>5b0710f</tt></a> (parser) change nullable to require + refactor</summary>
106+
<dl><dd><details><summary><a href="https://github.com/tami5/sqlite.lua/commit/5b0710f50053f7e7a669f21b57979e4ef7c0aa14"><tt>5b0710f</tt></a> (parser) change nullable to require + refactor</summary>
78107

79108
Additionally, make primary reference pk.
80109

81110
</details></dd></dl>
82111

83-
<dl><dd><details><summary><a href="https://github.com/tami5/sql.nvim/commit/8bf61d2b548b0e8c102e6e36dd21beae133ddf63"><tt>8bf61d2</tt></a> change sugar function namespace to sql.lib</summary>
112+
<dl><dd><details><summary><a href="https://github.com/tami5/sqlite.lua/commit/8bf61d2b548b0e8c102e6e36dd21beae133ddf63"><tt>8bf61d2</tt></a> change sugar function namespace to sql.lib</summary>
84113

85114
changes access to sugar functions and store it in lib. It was weird typing out `sql...` and abbreviating it seems harder too.
86115

@@ -89,9 +118,21 @@ changes access to sugar functions and store it in lib. It was weird typing out `
89118

90119
### :bug: Bug Fixes
91120

92-
- <a href="https://github.com/tami5/sql.nvim/commit/1778aa857367c17c1468cc85a64fcda542b5c252"><tt>1778aa8</tt></a> (parser) only check when type is table (closes <a href="https://github.com/tami5/sql.nvim/issues/103"> #103</a>)
121+
- <a href="https://github.com/tami5/sqlite.lua/commit/90689d9d44d46f70e35a6a5ae246c18e332e2781"><tt>90689d9</tt></a> remove left over renames
122+
123+
- <a href="https://github.com/tami5/sqlite.lua/commit/c5de50fa6a127fbdc30fa754e076aa92b1b02da4"><tt>c5de50f</tt></a> oh docgen I'm asking to much of you :sob:
124+
125+
- <a href="https://github.com/tami5/sqlite.lua/commit/9fd0662097454e01b03ce948841f2a64d03d4967"><tt>9fd0662</tt></a> thats what happen with bulk rename
126+
127+
- <a href="https://github.com/tami5/sqlite.lua/commit/704e3294331b807dd02a0cdc22d2727bfe3609ab"><tt>704e329</tt></a> docgen?
128+
129+
- <a href="https://github.com/tami5/sqlite.lua/commit/2ef2189acc5cb189e2f5c8827469557617996ed3"><tt>2ef2189</tt></a> docgen
130+
131+
- <a href="https://github.com/tami5/sqlite.lua/commit/548a2b06e911d1b2f62f2c8c4057022c4cc6ec2a"><tt>548a2b0</tt></a> docgen
132+
133+
- <a href="https://github.com/tami5/sqlite.lua/commit/1778aa857367c17c1468cc85a64fcda542b5c252"><tt>1778aa8</tt></a> (parser) only check when type is table (closes <a href="https://github.com/tami5/sqlite.lua/issues/103"> #103</a>)
93134

94-
<dl><dd><details><summary><a href="https://github.com/tami5/sql.nvim/commit/1c88610b902c122560fdd28683b101c755853a8e"><tt>1c88610</tt></a> extended tables referencing mutable db object + other fixes (<a href="https://github.com/tami5/sql.nvim/pull/00">#100</a>) (closes <a href="https://github.com/tami5/sql.nvim/issues/101"> #101</a>, <a href="https://github.com/tami5/sql.nvim/issues/99"> #99</a>)</summary>
135+
<dl><dd><details><summary><a href="https://github.com/tami5/sqlite.lua/commit/1c88610b902c122560fdd28683b101c755853a8e"><tt>1c88610</tt></a> extended tables referencing mutable db object + other fixes (<a href="https://github.com/tami5/sqlite.lua/pull/00">#100</a>) (closes <a href="https://github.com/tami5/sqlite.lua/issues/101"> #101</a>, <a href="https://github.com/tami5/sqlite.lua/issues/99"> #99</a>)</summary>
95136

96137
- `table.extend` reference db object instead of `db.extend`ed object.
97138
this fix issue with calling methods that has been already modified by the user.
@@ -101,9 +142,9 @@ changes access to sugar functions and store it in lib. It was weird typing out `
101142

102143
</details></dd></dl>
103144

104-
- <a href="https://github.com/tami5/sql.nvim/commit/db026ee2f52234fd9f479178fc8349134d743c19"><tt>db026ee</tt></a> using sql functions makes parser setsome values to null (<a href="https://github.com/tami5/sql.nvim/pull/88">#88</a>) (closes <a href="https://github.com/tami5/sql.nvim/issues/87"> #87</a>)
145+
- <a href="https://github.com/tami5/sqlite.lua/commit/db026ee2f52234fd9f479178fc8349134d743c19"><tt>db026ee</tt></a> using sql functions makes parser setsome values to null (<a href="https://github.com/tami5/sqlite.lua/pull/88">#88</a>) (closes <a href="https://github.com/tami5/sqlite.lua/issues/87"> #87</a>)
105146

106-
<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>
147+
<dl><dd><details><summary><a href="https://github.com/tami5/sqlite.lua/commit/2b500b77c379356d401ee2f37a1c9cf9c1e311e6"><tt>2b500b7</tt></a> each map sort failing due to closed connection</summary>
107148

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

@@ -115,16 +156,32 @@ make map, sort, each, support executing sqlite queries regardless of connection
115156

116157
### :construction_worker: CI Updates
117158

118-
- <a href="https://github.com/tami5/sql.nvim/commit/9173664fecfc8e13d9deffe54f1eba640f4d2481"><tt>9173664</tt></a> changelog run once every two days take 2
159+
- <a href="https://github.com/tami5/sqlite.lua/commit/581bcc7ed3af34ed2448402dab7a130985fd6cf7"><tt>581bcc7</tt></a> update docgen job name
119160

120-
- <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>)
161+
- <a href="https://github.com/tami5/sqlite.lua/commit/9173664fecfc8e13d9deffe54f1eba640f4d2481"><tt>9173664</tt></a> changelog run once every two days take 2
121162

122-
- <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>)
163+
- <a href="https://github.com/tami5/sqlite.lua/commit/3447223239ce2e0ab322db756ee1aa0374e20551"><tt>3447223</tt></a> update changelog template (<a href="https://github.com/tami5/sqlite.lua/pull/90">#90</a>) (closes <a href="https://github.com/tami5/sqlite.lua/issues/82"> #82</a>)
164+
165+
- <a href="https://github.com/tami5/sqlite.lua/commit/93b0090674cf71d096406f1e8a42c585cb979cc5"><tt>93b0090</tt></a> changelog run once every two days (closes <a href="https://github.com/tami5/sqlite.lua/issues/86"> #86</a>)
123166

124167

125168
### :recycle: Code Refactoring
126169

127-
<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>
170+
- <a href="https://github.com/tami5/sqlite.lua/commit/efb29a7274094a8105366abad178a1f64d9a4720"><tt>efb29a7</tt></a> change release version to contain v
171+
172+
- <a href="https://github.com/tami5/sqlite.lua/commit/0f4f1b4a7c592cb7ca6eddb3143c05b1b5fa0f17"><tt>0f4f1b4</tt></a> prepare for renaming to sqlite.lua
173+
174+
- <a href="https://github.com/tami5/sqlite.lua/commit/d794d463bb28bff62f9c59b2029e6ab22f429239"><tt>d794d46</tt></a> make name reflect classes names
175+
176+
- <a href="https://github.com/tami5/sqlite.lua/commit/eb8ff7b962c996585b80ed82eb3fc0e81aa74252"><tt>eb8ff7b</tt></a> move class definition to emmy.lua
177+
178+
- <a href="https://github.com/tami5/sqlite.lua/commit/1c941396cac17f1e72389c1a7da9fd21178e9996"><tt>1c94139</tt></a> avoid dot notation
179+
180+
- <a href="https://github.com/tami5/sqlite.lua/commit/9ac01063c4615b2f8956c34a3efa55f31f6e308d"><tt>9ac0106</tt></a> edit emmyclass, bring back extend.lua
181+
182+
- <a href="https://github.com/tami5/sqlite.lua/commit/57a15d6d5c3ed11fc283eca44571f374694ffc00"><tt>57a15d6</tt></a> (strfun): use "now" instead of nil
183+
184+
<dl><dd><details><summary><a href="https://github.com/tami5/sqlite.lua/commit/4d0302f8ccb3ab647f3d5709d3adf4d3c8810060"><tt>4d0302f</tt></a> favor delete/remove accepting where key</summary>
128185

129186
No breaking changes here :)
130187

@@ -133,7 +190,7 @@ No breaking changes here :)
133190

134191
### :sparkles: Features
135192

136-
<dl><dd><details><summary><a href="https://github.com/tami5/sql.nvim/commit/25748dd0f8947533fe4cff14d8900ae30f774241"><tt>25748dd</tt></a> auto alter table key definition (<a href="https://github.com/tami5/sql.nvim/pull/03">#103</a>)</summary>
193+
<dl><dd><details><summary><a href="https://github.com/tami5/sqlite.lua/commit/25748dd0f8947533fe4cff14d8900ae30f774241"><tt>25748dd</tt></a> auto alter table key definition (<a href="https://github.com/tami5/sqlite.lua/pull/03">#103</a>)</summary>
137194

138195
Support for modifying schema key definitions without wasting the table content. It has little support for renaming, in fact, renaming should be avoided for the time being.
139196

@@ -159,7 +216,7 @@ Support for modifying schema key definitions without wasting the table content.
159216

160217
</details></dd></dl>
161218

162-
<dl><dd><details><summary><a href="https://github.com/tami5/sql.nvim/commit/73d8fa60e1037d0a8b58c898ed641430d8b0c0c4"><tt>73d8fa6</tt></a> dot access for extended tbl object (<a href="https://github.com/tami5/sql.nvim/pull/92">#92</a>)</summary>
219+
<dl><dd><details><summary><a href="https://github.com/tami5/sqlite.lua/commit/73d8fa60e1037d0a8b58c898ed641430d8b0c0c4"><tt>73d8fa6</tt></a> dot access for extended tbl object (<a href="https://github.com/tami5/sqlite.lua/pull/92">#92</a>)</summary>
163220

164221
Changes:
165222
- Fix parsing schema key when using key value pairs.
@@ -180,7 +237,7 @@ Changes:
180237

181238
</details></dd></dl>
182239

183-
<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>
240+
<dl><dd><details><summary><a href="https://github.com/tami5/sqlite.lua/commit/5944a91d05f34f1d36ef33a62344cfc301fc49b4"><tt>5944a91</tt></a> table each and map accept function as first argument (closes <a href="https://github.com/tami5/sqlite.lua/issues/97"> #97</a>)</summary>
184241

185242
still compatible with query as first argument
186243

@@ -194,7 +251,7 @@ tbl:each(function(row) .. end, {...} ) -- execute a function on all table rows m
194251

195252
</details></dd></dl>
196253

197-
<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>
254+
<dl><dd><details><summary><a href="https://github.com/tami5/sqlite.lua/commit/88f14bf3148c8c31c4ba17818d80eedc33cc9f12"><tt>88f14bf</tt></a> auto changelog (<a href="https://github.com/tami5/sqlite.lua/pull/80">#80</a>)</summary>
198255

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

@@ -203,25 +260,25 @@ Here goes nothing 🤞. Please CI don't fail me.
203260

204261
### :white_check_mark: Add/Update Test Cases
205262

206-
- <a href="https://github.com/tami5/sql.nvim/commit/91b28f6c03c3d7daa2b0f953e9279d0ab32dcb09"><tt>91b28f6</tt></a> uncomment leftout tests
263+
- <a href="https://github.com/tami5/sqlite.lua/commit/91b28f6c03c3d7daa2b0f953e9279d0ab32dcb09"><tt>91b28f6</tt></a> uncomment leftout tests
207264

208265

209266
### :zap: Performance Improvements
210267

211-
<dl><dd><details><summary><a href="https://github.com/tami5/sql.nvim/commit/2424ea0f9f9287247a2785069438457fc5b7f5fe"><tt>2424ea0</tt></a> (sql) avoid executing sql.schema on crud</summary>
268+
<dl><dd><details><summary><a href="https://github.com/tami5/sqlite.lua/commit/2424ea0f9f9287247a2785069438457fc5b7f5fe"><tt>2424ea0</tt></a> (sql) avoid executing sql.schema on crud</summary>
212269

213270
follow up to d791f87
214271

215272
</details></dd></dl>
216273

217-
<dl><dd><details><summary><a href="https://github.com/tami5/sql.nvim/commit/a46ee6b371a32fb1f1dd81f79fb8e6e8f07029f1"><tt>a46ee6b</tt></a> (table) avoid executing sql.schema on crud</summary>
274+
<dl><dd><details><summary><a href="https://github.com/tami5/sqlite.lua/commit/a46ee6b371a32fb1f1dd81f79fb8e6e8f07029f1"><tt>a46ee6b</tt></a> (table) avoid executing sql.schema on crud</summary>
218275

219276
simple performance enhancement that should have been done from the start
220277
:smile:
221278

222279
</details></dd></dl>
223280

224-
<dl><dd><details><summary><a href="https://github.com/tami5/sql.nvim/commit/1a36aa576f489792f61b9a62cc4b3e796d97d568"><tt>1a36aa5</tt></a> sql.extend handling of tables and connection. (<a href="https://github.com/tami5/sql.nvim/pull/96">#96</a>)</summary>
281+
<dl><dd><details><summary><a href="https://github.com/tami5/sqlite.lua/commit/1a36aa576f489792f61b9a62cc4b3e796d97d568"><tt>1a36aa5</tt></a> sql.extend handling of tables and connection. (<a href="https://github.com/tami5/sqlite.lua/pull/96">#96</a>)</summary>
225282

226283
✨ New:
227284
- add usage examples for DB:extend.

0 commit comments

Comments
 (0)