Tangerine.nvim Versions Save

🍊 Sweet Fennel integration for Neovim

v2.8

8 months ago

Features

  • Added windows support, thanks to #29

v2.7

9 months ago

Bug fixes

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

v2.6

10 months ago

Add fennel v1.3.0

v2.5

10 months ago

Documentation changes

v2.4

1 year ago

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

1 year ago

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

1 year ago

Features

  • add fennel v1.2.0

Bug Fixes

  • minor fixes in documentation

v2.1

1 year ago

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

1 year ago

:tanabata_tree: 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

2 years ago

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