Skip to content

Releases: Appsilon/rhino

v1.2.1-rc.1

30 Nov 11:03
ae1922c
Compare
Choose a tag to compare
v1.2.1-rc.1 Pre-release
Pre-release
Merge pull request #402 from Appsilon/release-1.2.1

Release 1.2.1

v1.2.0

28 Nov 14:44
Compare
Choose a tag to compare

Highlights

  1. Don't use symbolic links internally.
    This fixes a couple of issues with Node.js tools on Windows:
    • Developer Mode is no longer needed.
    • The build_js() and build_sass() functions now work with watch = TRUE.
    • The lint_js() function now works when imports are used in JavaScript.
  2. Drop dependency on Yarn - only Node.js is now required.
  3. Improved Rhino CI:
    • Run build_js() and build_sass() CI.
    • Use R version from the lockfile.
    • Upgrade to r-lib/actions/setup-r@v2.
  4. The lint_r() now accepts a paths argument which can be used to run it on specific files.
  5. The init() function will refuse to run in the home directory unless force = TRUE is passed.
  6. Shiny bookmarking works better with legacy_entrypoint: source
    (the UI function no longer needs to take an argument).
  7. Upgraded to lintr >= 3.0.0 and updated linter rules.

v1.2.0-rc.2

25 Nov 15:36
Compare
Choose a tag to compare
v1.2.0-rc.2 Pre-release
Pre-release
docs: Update link to rhino 1.2.0 release

v1.2.0-rc.1

25 Nov 14:50
48ba60d
Compare
Choose a tag to compare
v1.2.0-rc.1 Pre-release
Pre-release
Merge pull request #392 from Appsilon/Release_1.2.0

Release 1.2.0

v1.1.1

07 Sep 13:44
77902b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.1-rc.1

07 Sep 13:28
77902b3
Compare
Choose a tag to compare
v1.1.1-rc.1 Pre-release
Pre-release
Merge pull request #320 from Appsilon/upgrade-roxygen

Upgrade roxygen2 to 7.2.1 and regenerate documentation

v1.1.0

14 Jul 08:53
dc6b9f8
Compare
Choose a tag to compare

Highlights

  1. New guide: "How to manage secrets and environments" (#263).
  2. Sass-specific at-rules are now recognized by rhino::lint_sass() (#289).
  3. Shiny bookmarking now works (#294).
  4. RStudio no longer complains about "too many files" during push-button deployment (#299).
  5. Issues with server reloading during development resolved (#297).

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.1.0-rc.2

12 Jul 08:26
dc6b9f8
Compare
Choose a tag to compare
v1.1.0-rc.2 Pre-release
Pre-release
Merge pull request #305 from Appsilon/change-maintainer

Change maintainer back to Kamil

v1.1.0-rc.1

11 Jul 10:46
650f060
Compare
Choose a tag to compare
v1.1.0-rc.1 Pre-release
Pre-release
Merge pull request #304 from Appsilon/bump-version

Bump version to 1.1.0

v1.0.0

20 Apr 08:20
1ac142b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v1.0.0