Skip to content

Releases: facebook/hermes

v0.12.0

24 Aug 21:47
Compare
Choose a tag to compare

This release comes with many bug fixes, language features (WeakRef & BigInt), and also the removal of the debugger on the command line tools. This means much better performance when using Hermes from the CLI. In addition, RN now builds Hermes from source, so we no longer need to publish specific versions of Hermes to target a specific version of RN.

v0.11.0 for RN0.68.x

27 Jan 20:46
Compare
Choose a tag to compare

In preparation for the 0.68.x, this release brings numerous bug fixes and performance improvements to Hermes.

v0.10.0 for RN0.67.x

14 Nov 01:40
Compare
Choose a tag to compare

In preparation for the release of RN0.67, this release brings numerous bug fixes and performance improvements to Hermes.

v0.9.0 for RN 0.66.x

02 Sep 05:28
Compare
Choose a tag to compare

This release is primarily made to close the gap between the Hermes cut and the (upcoming) React Native 0.66 cut. Among the ~400 commits, we kept delivering memory and size wins, bugfixes, and made other progress behind the scene.

v0.8.1 for RN 0.65.x

12 Jul 21:13
Compare
Choose a tag to compare

In preparation for the RN 0.65 stable release, several refinements had been made upon v0.8.0:

  • Hermes on iOS now supports Apple M1 Macs (ARM64 simulators) and Mac Catalyst! Thanks to #546 and #475.
  • A special directive "show source" is introduced to make Function.prototype.toString returning original source code to support the source code injecting use cases e.g. #114.
  • Critical bug fixes e.g. #513 and #537.

v0.8.0 for RN 0.65.x

29 Apr 05:59
Compare
Choose a tag to compare
v0.8.0 for RN 0.65.x Pre-release
Pre-release

This is a release candidate targeting the upcoming RN 0.65 release.

Highlighted Changes

  • A new concurrent garbage collector "Hades", which delivered up to 30x shorter GC pause time on 64-bit device and 14x shorter on 32-bit devices. At Facebook, we saw this improve some CPU-intensive workloads by 20%-50%. You can learn more about Hades here.
  • ECMAScript Internationalization API Specification (ECMA-402, or Intl) was a long asking features #23 (comment). It is now built into Hermes on Android and enabled by default, with only 57-62K per API size overhead (compared to JSC's 6MiB). With this change, Hermes users no longer require locale polyfills. A big thank you to @mganandraj and other partners at Microsoft for driving the implementation to make this happen!
  • Memory Improvements including SMI (Small Integer) and pointer compression that shrank the JavaScript heap by 30%
  • Changes to Function.prototype.toString that fixed performance drop due to improper feature detection: #471 (comment)

v0.7.2 for RN 0.64.x

09 Dec 09:57
Compare
Choose a tag to compare

v0.5.3 for RN macOS v0.63.x

05 Nov 02:17
564c64b
Compare
Choose a tag to compare

This release adds macOS ARM64 support to 0.5.x branch for RN macOS v0.63.x (#390 by @alloy).

NOTE: this release is only available for the Darwin platform (i.e. this version only exists at hermes-engine-darwin but not hermes-engine). Please use 0.5.1 or 0.5.2-rc1 (with Proxy enabled) for other platforms.

v0.7.1 for RN 0.64-rc1

10 Oct 08:03
Compare
Choose a tag to compare
Pre-release

This is (still) a pre-release driven by community PRs to support using Hermes on more platforms at RN 0.64. Noted that ongoing from this release, we will publish hermes-runtime-darwin to the CocoaPod in place of publishing hermes-engine-darwin to NPM.

v0.4.4 for RN macOS v0.62.x

05 Nov 02:27
Compare
Choose a tag to compare

This release is to add the latest macOS ARM64 support to 0.4.x branch for RN macOS v0.62.x (@alloy in #351).