Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kiendang committed Sep 24, 2021
1 parent 04dab0d commit 7142e70
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rdocsyntax
Title: Syntax Highlighting for R HTML Documentation
Version: 0.5.4.9000
Version: 0.6.0
Authors@R: c(
person(given = "Trung Kien",
family = "Dang",
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# rdocsyntax 0.5.4.9000
# rdocsyntax 0.6.0

## Changes

- Highlighting is now done *client side*, *i.e.* the JavaScript highlighting code is executed by whatever browser that eventually displays the HTML docs, either RStudio or an external browser, instead of `V8`. This change allows us to drop the heavy `V8` dependency ([#25](https://github.com/kiendang/rdocsyntax/pull/25)).

# rdocsyntax 0.5.4

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rdocsyntax",
"version": "0.5.4",
"version": "0.6.0",
"author": "Kien Dang",
"license": "GPL-3.0",
"scripts": {
Expand Down

0 comments on commit 7142e70

Please sign in to comment.