Releases: udayvir-singh/tangerine.nvim
Releases · udayvir-singh/tangerine.nvim
v2.9
v2.8
v2.7
Bug fixes
- multiple fixes to the documentation
- fix onsave hook not working on paths contains special symbols
v2.6
Add fennel v1.3.0
v2.5
Documentation changes
v2.4
v2.3
Features
- add fennel v1.2.1
- add
ref
option to lock version in bootstrap function
Bug Fixes
- fix
api.serialize
not parsing metatable in empty tables
v2.2
Features
- add fennel v1.2.0
Bug Fixes
- minor fixes in documentation
v2.1
Features
- implement
compile-custom
, that allows users to compile custom sources. - better type checking in setup function.
Bug Fixes
- fixed lot of typos in documentation.
Breaking Changes
eval.peak
has been renamed to eval.peek
, this causes related commands and setup options to be renamed also.
Please update your config accordingly.
v2.0
🎋 Tangerine has finally reached maturity, with all of its rough edges smoothed out.
This release took a while to develop, but the vast majority of the bugs have finally been fixed. As a result, after this version, development of this plugin will be limited to bug fixes.
Features
- implement proper library to serialize lua data structures.
Bug Fixes
- fix #5 rtpdirs not compiling by
onsave
hook. - fix some typos in README.
- add short circuits in Makefile.
- add consistent naming conventions.
- clean unused code in few modules.