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.
- Switch to Autocomplete+ Provider API 4.0
- Make label completion asynchrone
1.1.1 - 2017-12-05
- Environment closing is now an atomic operation (ie fully undone by a single undo)
- Restore support for external macro files
1.1.0 - 2017-12-04
- Support for other grammar providers besides
[language-latex](https://github.com/area/language-latex)
(thanks Aerijo)
- Macro completion failure on fileless editors (issue #27)
- Macro autocompletion is now asynchrone
1.0.2 - 2017-11-20
- The indentation of inserted
\item
is back to coherent
1.0.1 - 2017-11-19
- Fix behaviour (hopefully) for the new
TextBuffer.onDidChange
on 1.23+
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 forxparse
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
- Add autocompletion provider for labels using
autocomplete-plus
](https://atom.io/packages/autocomplete-plus) - Add settings to selectively enable features
- Several fixes and 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