Skip to content

Releases: udayvir-singh/tangerine.nvim

v2.8

28 Aug 15:06
v2.8
8761a2e
Compare
Choose a tag to compare

Features

  • Added windows support, thanks to #29

v2.7

01 Aug 10:37
v2.7
14af52d
Compare
Choose a tag to compare

Bug fixes

  • multiple fixes to the documentation
  • fix onsave hook not working on paths contains special symbols

v2.6

30 Jun 11:45
v2.6
Compare
Choose a tag to compare

Add fennel v1.3.0

v2.5

22 Jun 12:49
v2.5
204610e
Compare
Choose a tag to compare

Documentation changes

v2.4

01 Mar 03:59
v2.4
a17dfd9
Compare
Choose a tag to compare

Features

  • improve style of vimdocs
  • make fennel use luajit's bit lib by default
  • make result windows cover entire width of screen after resizing

Bug fixes

  • fix many bugs related to custom compile directories
  • fix(#21) caused by unescaped regex in config's paths

v2.3

14 Jan 14:10
v2.3
ebea7f8
Compare
Choose a tag to compare

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

19 Oct 15:34
v2.2
a705f7c
Compare
Choose a tag to compare

Features

  • add fennel v1.2.0

Bug Fixes

  • minor fixes in documentation

v2.1

09 Aug 07:44
v2.1
Compare
Choose a tag to compare

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

20 May 17:11
v2.0
Compare
Choose a tag to compare

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

Full Changelog

v1.1

28 Apr 09:35
v1.1
cba0904
Compare
Choose a tag to compare

Features

  • add support for fennel v1.1.0
  • better documentation in #faq section

Bug Fixes

  • fix loading vimrc before compiling files
  • fix formatting of tables in eval.peak
  • fix highlight of window border

Full Changelog