-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from Appsilon/release-0.1.0
Release 0.1.0
- Loading branch information
Showing
7 changed files
with
68 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
Package: box.lsp | ||
Title: Provides box-compatibility for languageserver | ||
Version: 0.0.0.9006 | ||
Authors@R: | ||
Title: Provides 'box' Compatibility for 'languageserver' | ||
Version: 0.1.0 | ||
Authors@R: | ||
c( | ||
person("Ricardo Rodrigo", "Basa", role = c("aut", "cre"), email = "[email protected]"), | ||
person("Pavel", "Demin", role = "aut", email = "[email protected]"), | ||
person("Jakub", "Nowicki", role = "aut", email = "[email protected]"), | ||
person("Appsilon Sp. z o.o.", role = "cph", email = "[email protected]") | ||
) | ||
Description: A box-compatible custom language parser for the languageserver package to provide | ||
completion and signature hints. Box is a package for modularized code. Languageserver is an | ||
editor client helper for editor features such as auto completion. | ||
Description: A 'box' compatible custom language parser for the 'languageserver' package to provide | ||
completion and signature hints in code editors. | ||
URL: https://github.com/Appsilon/box.lsp | ||
License: LGPL (>= 3) | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.3.2 | ||
Imports: | ||
Imports: | ||
box, | ||
cli, | ||
fs, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,3 @@ | ||
# box.lsp 0.0.0.9006 | ||
# box.lsp 0.1.0 | ||
|
||
* quality of life chores | ||
|
||
# box.lsp 0.0.0.9005 | ||
|
||
* adds support for modules | ||
* add aliases for both packages and modules | ||
|
||
# box.lsp 0.0.0.9004 | ||
|
||
* add function signatures | ||
|
||
# box.lsp 0.0.0.9003 | ||
|
||
* steps towards package | ||
|
||
# box.lsp 0.0.0.9002 | ||
|
||
* support for pkg[attach_list] | ||
* support for pkg[alias = attached_function] | ||
|
||
# box.lsp 0.0.0.9001 | ||
|
||
* Added Pavel Demin's initial work. | ||
* Added first unit test for pkg[...] | ||
* Added languageserver test helper utilities | ||
|
||
# box.lsp 0.0.0.9000 | ||
|
||
* Added a `NEWS.md` file to track changes to the package. | ||
* Initialize repo | ||
First release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.