Releases: utilyre/sentiment.nvim
Release v1.1.1
All changes of this release are documented here.
Bug Fixes
-
autocmds: Close the
timer
before assigning it to a new value. (f5cc90a
) -
timer: Close the timer just before everything is deallocated. (
54a6db1
)
Documentation
-
ui: Mark
render
as an async function. (9bfbcbc
) -
readme: Remove unneeded
name
fromlazy.nvim
instructions. (095dfba
) -
readme: Prefix the
packer.nvim
table with theuse
function. (431d212
)
House Keeping
- docs: Generate vimdoc. (
43e17ca
)
Refactor
Release v1.1.0
All changes of this release are documented here.
Bug Fixes
-
renderer: Trigger on
BufReadPre
instead ofBufWinEnter
. (153535a
) -
enable: Do the initial render before creating
renderer
. (47a6836
) -
autocmds: Completely clear highlights and autocmds on
disable
. (44303dd
) -
ui: Remove the
is_upper
optimization. (e385638
)
Documentation
-
readme: Add highlight section. (
526c54c
) -
readme: Insert the missing colon. (
01427ed
) -
readme: Move all link definitions at the bottom of the file. (
38d1872
) -
init: Mention
matchparen.vim
with its full name. (6708e50
)
Features
- render: Return
defer_fn
's timer handle. (3285cf0
)
House Keeping
- docs: Generate vimdoc. (
6842104
)
Refactor
Release v1.0.0
All changes of this release are documented here.
Bug Fixes
-
render: Check if window and buffer are valid in
defer_fn
call. (2f7aaed
) -
manager: Improve error message in config linting. (
f09371c
)
Documentation
-
autocmd: Add error note to
create
method. (3a946bb
) -
NONE: Improve config related docs. (
ae3f03e
) -
config: Add a note to the
pairs
option. (88a7e4f
)
Features
- manager: Lint config before setting it. (
26e16e9
)
House Keeping
Refactor
Release v0.4.0
All changes of this release are documented here.
Bug Fixes
-
autocmds: Add
BufWinEnter
to renderer events. (c848669
) -
portion: Use
utils.ternary
whenand ... or
doesn't work. (5c4c8b1
)
Documentation
-
readme: Fix typo. (
f733d24
) -
utils: Improve code docs. (
bfb79ea
) -
config: Explain more about the
delay
option. (f795062
) -
ui: Document
find_pair
function. (1c48eb4
) -
config: Improve config documentation. (
af95ef9
)
Features
- config: Add
included_modes
option. (d43f3db
)
House Keeping
- formatting: Format with stylua. (
32eae42
)
Refactor
-
portion: Use self helper methods instead of direct use. (
a5debd2
) -
ui: Extract find_pairs logic. (
0295582
) -
NONE: Use the term "pair" properly. (
3e90c01
) -
ui: Move the
pair
variable close to where it is used. (9f59d54
)
Styling
- autocmds: Put each event on a separate line. (
6a91aef
)
Release v0.3.3
Release v0.3.2
Release v0.3.1
All changes of this release are documented here.
Documentation
-
luadoc: Add missing parameter descriptions. (
6bfe1ce
) -
readme: Link to matchparen.vim. (
1eab7be
) -
luadoc: Surround Pair and Portion with backticks. (
f20553f
)
House Keeping
Performance
-
ui!: Only look for the other side of a found pair. (
d420c05
) -
ui: Find a pair towards the closer side (top or bottom). (
4c27b11
)
Refactor
Release v0.3.0
All changes of this release are documented here.
NOTE: Police revolving light emoji (🚨) indicates that breaking changes have
happened on the commit.
Bug Fixes
a4e1f2e
: Normalize the viewport top fornvim_buf_clear_namespace
.
Documentation
52402a1
: Add missing backticks.
Features
House Keeping
Performance
91f163b
: Only clear namespace of the previous portion viewport.
Refactor
d56f055
: Encapsulatecursor
.
Release v0.2.0
All changes of this release are documented here.
NOTE: Police revolving light emoji (🚨) indicates that breaking changes have
happened on the commit.
Bug Fixes
1023d22
: Setself.id
to nil when it is not valid anymore.
Documentation
-
ab677e1
: Make all Autocmd fields private. -
de3dd51
: Document all the user commands. -
5458c8b
: Fix command typo. -
6bd244d
: Directly include the default config.
Features
House Keeping
-
028cb31
: Format with stylua. -
d8051a9
: Generate vimdoc. -
da87057
: Generate vimdoc. -
35bfe44
: Generate vimdoc.
Refactor
Release v0.1.1
All changes of this release are documented here.
NOTE: Police revolving light emoji (🚨) indicates that breaking changes have
happened on the commit.
Documentation
2882596
: Clarify description ofM.render
.
Refactor
-
89150bc
: Abstract away the logic behind creating autocmds. -
1b01c4a
: InlineM.clear
function as it was used once.
Styling
7a52d62
: Remove empty line.