Releases · facebook/hermes · GitHub
Skip to content

Releases: facebook/hermes

v0.13.0 for RN0.75.x

Choose a tag to compare

@fbmal7 fbmal7 released this 16 Aug 21:23

This release corresponds to RN 0.75.

v0.12.0

Choose a tag to compare

@fbmal7 fbmal7 released this 24 Aug 21:47

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

Choose a tag to compare

@lunaleaps lunaleaps released this 27 Jan 20:46

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

Choose a tag to compare

@neildhar neildhar released this 14 Nov 01:40

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

Choose a tag to compare

@Huxpro Huxpro released this 02 Sep 05:28

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

Choose a tag to compare

@Huxpro Huxpro released this 12 Jul 21:13

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

v0.8.0 for RN 0.65.x Pre-release
Pre-release

Choose a tag to compare

@Huxpro Huxpro released this 29 Apr 05:59

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

Choose a tag to compare

@Huxpro Huxpro released this 09 Dec 09:57

This release includes miscellaneous fixes to support the road to RN 0.64.

v0.5.3 for RN macOS v0.63.x

Choose a tag to compare

@Huxpro Huxpro released this 05 Nov 02:17
564c64b

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

Pre-release

Choose a tag to compare

@Huxpro Huxpro released this 10 Oct 08:03

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.