Skip to content

Commit

Permalink
upgraded Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
stla committed Nov 23, 2020
1 parent ebf73ac commit 1000365
Show file tree
Hide file tree
Showing 10 changed files with 75 additions and 65 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: prettifyAddins
Type: Package
Title: 'RStudio' Addins to Prettify 'JavaScript', 'C++', 'Python', and More
Version: 2.0.3
Version: 2.1.0
Authors@R: c(
person(
"Stéphane", "Laurent",
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# prettifyAddins 2.0.3

Upgraded the 'Prettier' library.


# prettifyAddins 2.0.3

Fixed an issue with the CRAN checks.


Expand Down
35 changes: 3 additions & 32 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,9 @@
# prettifyAddins 2.0.3
# prettifyAddins 2.1.0

## Release summary

I'm feeling stupid. The CRAN checks still report an error and this is my fault.
The tests involving V8 are correctly skipped but there also are some examples
involving V8. So now I've enclosed them in `donttest{}`.


# prettifyAddins 2.0.2

## Release summary

This is a minor release. The CRAN checks still report an error. That's because I
didn't pay attention enough: there are several tests involving V8, and I skipped
only one in my previous fix.

## Test environments

* ubuntu 18.04, R 3.6.3
* win-builder (devel & release)

## R CMD check results

OK


# prettifyAddins 2.0.1

## Release summary

This is a minor release. I just fixed the issue spotted by the CRAN checks.
This issue is due to a too old version of the V8 engine installed on the
system. So I check the version in the failing test and I skip it if the version
is too old.
This release is the same as the previous one except that I upgraded some
JavaScript libraries.

## Test environments

Expand Down
2 changes: 1 addition & 1 deletion inst/shinyApp/www/prettier/parser-babel.js

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions inst/shinyApp/www/prettier/parser-html.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions inst/shinyApp/www/prettier/parser-markdown.js

Large diffs are not rendered by default.

9 changes: 1 addition & 8 deletions inst/shinyApp/www/prettier/parser-postcss.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions inst/shinyApp/www/prettier/parser-typescript.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions inst/shinyApp/www/prettier/parser-yaml.js

Large diffs are not rendered by default.

44 changes: 42 additions & 2 deletions inst/shinyApp/www/prettier/standalone.js

Large diffs are not rendered by default.

0 comments on commit 1000365

Please sign in to comment.