-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🔖 release v1.0.0 #105
Merged
Merged
🔖 release v1.0.0 #105
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kkharji
force-pushed
the
ref/emmyclasses
branch
3 times, most recently
from
August 30, 2021 00:32
3e7e6fa
to
b75a0a3
Compare
kkharji
force-pushed
the
ref/emmyclasses
branch
5 times, most recently
from
August 30, 2021 06:18
113a471
to
246768f
Compare
kkharji
force-pushed
the
ref/emmyclasses
branch
3 times, most recently
from
August 30, 2021 06:39
d113186
to
7d2d747
Compare
kkharji
force-pushed
the
ref/emmyclasses
branch
4 times, most recently
from
August 30, 2021 07:00
6efd156
to
f48cf31
Compare
kkharji
force-pushed
the
ref/emmyclasses
branch
from
August 30, 2021 07:02
6f50939
to
d794d46
Compare
kkharji
force-pushed
the
ref/emmyclasses
branch
4 times, most recently
from
August 30, 2021 07:25
7b5a981
to
8aa70e6
Compare
When user overwrites method, he can access them through pre-appending "__"
This until __new_index is implemented
This was referenced Sep 1, 2021
kkharji
added a commit
to nvim-telescope/telescope-smart-history.nvim
that referenced
this pull request
Sep 1, 2021
reflect breaking changes made in kkharji/sqlite.lua#105
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🐛 Fixes
sqlite.lib
strfun use "now" instead of nil.sqlite.lib
strfun doesn't work inside table schema.♻️ refactor
sqlite
sqlite
prefix on exported docs. a hack till tree-sitter-lua@#33 is closedsqlite
with backward compatibility with warring (for now)✨ New
sqlite
api functions and use code-block in place of@usage
rockspec
on every release.sqlite_db
andsqlite_tbl
original methods after overwrite can be accessed through pre-appending__
.💥 Breaking
sqlite.db:table
sqlite.db:tbl
with a simple depreciation warningsql
namespace.sqlite.tbl:new
is changed tosqlite.tbl.new
to matchsqlite.db.new
sqlite.tbl.new
signature to accept optional db object as last param.