Skip to content

Latest commit

 

History

History
89 lines (70 loc) · 3.61 KB

CHANGELOG.md

File metadata and controls

89 lines (70 loc) · 3.61 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.

Unreleased

1.1.1 - 2017-12-05

Changed

  • Environment closing is now an atomic operation (ie fully undone by a single undo)

Fixed

  • Restore support for external macro files

1.1.0 - 2017-12-04

Added

  • Support for other grammar providers besides [language-latex](https:/area/language-latex) (thanks Aerijo)

Fixed

  • Macro completion failure on fileless editors (issue #27)

Changed

  • Macro autocompletion is now asynchrone

1.0.2 - 2017-11-20

Fixed

  • The indentation of inserted \item is back to coherent

1.0.1 - 2017-11-19

Fixed

1.0.0 - 2016-09-24

  • Updated README
  • Mostly symbolic graduation, since the number of users is becoming significant. Huzzah and champagne !

0.6.0 - 2016-09-19

  • Add autocompletion for user-defined macros. Only support \newcommand and \newcommand*. Support for xparse to be added later.

0.5.3 - 2016-06-21

  • Fix environment completion with non-UNIX EOLs
  • Fix label completion not working for more than one reference per line

0.5.2 - 2016-06-19

  • Added label autocompletion support for more referencing commands (currently \ref, \cref, \Cref, \cpageref, \Cpageref, \autoref, \thref, \vref, \vpageref, \eqref, \refeq, \prettyref, \fref, \Fref, \tref, \pref, \zref).
  • Otherwise improved label autocompletion.
  • Various cosmetics
  • Now properly destroys itself on activation/deactivation and destroy completers on closed editors and editors whose grammar is no longer LaTeX.
  • Added an automated build on travis
  • Updated changelog
  • Removed dev clutter from package.json
  • Added proper specs
  • Ensure there is one and only one Completer hooked to each LaTeX file

0.1.0 - First Release

  • Every feature added
  • Every bug fixed