Skip to content

Tags: ANGkeith/telescope-terraform-doc.nvim

Tags

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
chore(release): 2.1.0 [skip ci]

# [2.1.0](v2.0.0...v2.1.0) (2024-06-22)

### Features

* hackery to inject attach_mappings to the search picker ([#34](#34)) ([642b4ef](642b4ef))

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
chore(release): 2.0.0 [skip ci]

# [2.0.0](v1.3.0...v2.0.0) (2024-06-09)

### Code Refactoring

* use 0.10.0 vim.ui.open for opening url, falling back to custom defined open ([56bd79c](56bd79c))

### BREAKING CHANGES

* `url_open_command` replaced with `url_open_handler`

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
chore(release): 1.3.0 [skip ci]

# [1.3.0](v1.2.0...v1.3.0) (2024-01-29)

### Bug Fixes

* error launching telescope via require("telescope").extensions.terraform_doc.terraform_doc() ([#27](#27)) ([0ebfcd3](0ebfcd3))

### Features

* update the default url_open_command to select command to use based on os ([d9f8b12](d9f8b12))

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
chore(release): 1.2.0 [skip ci]

# [1.2.0](v1.1.0...v1.2.0) (2022-04-20)

### Features

* open documentation in a split ([#12](#12)) ([5ef6b79](5ef6b79))

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
chore(release): 1.1.0 [skip ci]

# [1.1.0](v1.0.0...v1.1.0) (2022-04-12)

### Features

* add search terraform module support ([#9](#9)) ([5aa25c0](5aa25c0))

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
chore(release): 1.0.0 [skip ci]

# 1.0.0 (2022-04-12)

### Bug Fixes

* **api:** escape glob character to prevent it from being interpreted by `curl` ([75c29a0](75c29a0))