Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.76 KB

CHANGELOG.md

File metadata and controls

63 lines (41 loc) · 1.76 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v2.0.1 - 21 March 2023

Added

  • ci: Test suit with nvim v0.8.3

Changed

  • Rewrite diagnostics tests with actual nvim diagnostics API

v2.0.0 - 09 November 2022

Added

  • GitHub Sponsors
  • feat: get_nvimtree_glyphs & get_config functions init
  • feat: tests with plenary.nvim
  • feat: ci GitHub Action init

Changed

  • refactor: require nvim-nightly
  • fix: lsp diagnostic prefix icon assignment
  • refactor: plugin breakdown into one module
  • breaking-change: deprecated nvim-tree support

v1.0.1 - 11 January 2022

Added

  • docs: Filled circles docs added inside README.md
  • docs: make code readable
  • refactor: all functions and variable in snake_case
  • module export refactored
  • refactor: load plugin from init.lua

Changed

  • docs: logo removed from README.md
  • Formatter changed to LuaForamatter -> StyLua
  • Linting options changed
  • liberapay team profile in liberapay

v1.0.0 - 23 August 2021

Added

  • Initial release 🎊