~mgmarlow/deno-ts-mode

1f607c05f8b41d7e30a6b4f83aa1e53bc030354e — Graham Marlow 1 year, 8 days ago 15e280d 0.2.0
Add changelog
1 files changed, 21 insertions(+), 0 deletions(-)

A CHANGELOG.org
A CHANGELOG.org => CHANGELOG.org +21 -0
@@ 0,0 1,21 @@
* deno-ts-mode changelog

** 0.2.0

Breaking:

- Drop =deno-ts-setup-auto-mode-alist= in favor of automatically
  configuring =auto-mode-alist= via autoloading.

Other:

- Autoload =deno-ts-mode=.
- =deno-ts-project-config-path= is now a public function.

** 0.1.1

Bugs:

- Fix =void-function project-vc-extra-root-markers= when processing
  autoloads. This variable is now written to only after the =project=
  feature is loaded.