Skip to content

Tags: joshbedo/hermes

Tags

v0.7.0

Toggle v0.7.0's commit message
Build macOS CLI artefacts for arm64 (facebook#352)

Summary:
As noted on facebook#345 (comment), that PR did not update the CLI artefacts to build for arm64.

I think there’s an opportunity to reduce the amount of separate builds and package both the runtime package and CLI from the same artefacts while also reducing build time, but for now I’d like to ensure the CLI tools at least also come with arm64 slices.

Pull Request resolved: facebook#352

Test Plan:
Tested on a DTK machine:

```
$ ditto --arch arm64 package/osx-bin/hermes package/osx-bin/hermes-arm64
$ file package/osx-bin/hermes-arm64
package/osx-bin/hermes-arm64: Mach-O 64-bit executable arm64
$ echo "'use strict'; function hello() { print('Hello World'); } hello();" | ./package/osx-bin/hermes-arm64
>> Hello World
undefined
>>
```

Reviewed By: Huxpro

Differential Revision: D23709228

Pulled By: tmikov

fbshipit-source-id: 881deab450d4f9005cdc2ce9ce292b1ba46bd455

v0.5.2-rc1

Toggle v0.5.2-rc1's commit message
Bump release to v0.5.2-rc1 for Proxy

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Include vcruntime140_1.dll as a dependency (facebook#310)

v0.6.0

Toggle v0.6.0's commit message
Bump version to 0.6.0

Summary: This diff bumps the version to 0.6.0.

Reviewed By: mhorowitz

Differential Revision: D22805447

fbshipit-source-id: 242ac1fbbd736b9171b463fa6f00df8d1236ee02

v0.5.1

Toggle v0.5.1's commit message
Bump version to 0.5.1

v0.5.0

Toggle v0.5.0's commit message
Enable the debugger by default in host builds

Summary:
Always enable the Hermes debugger in host builds to decrease the number
of supported configurations.

Reviewed By: willholen

Differential Revision: D20969039

fbshipit-source-id: 2ab5cb3aa5abf911ae60d20f0b8eb30bc04a3b3a

v0.4.1

Toggle v0.4.1's commit message
Bump release to v0.4.1

v0.4.0

Toggle v0.4.0's commit message
make deleted function public (facebook#30)

Summary:
This apparently gives better compiler error messages.

Pull Request resolved: facebookincubator/fbjni#30

Test Plan: CI

Reviewed By: mhorowitz

Differential Revision: D19396160

Pulled By: dreiss

fbshipit-source-id: 8e86d8c684be81bc74b03bfc58d71f5c21dac095

v0.3.0

Toggle v0.3.0's commit message
Make sure MSVC++ redistributable DLLs become part of the release

Summary:
msvcp140.dll and vcruntime140.dll were not being included in the release due to
the package.json. These are required for the Windows binaries.

Reviewed By: mhorowitz

Differential Revision: D18412036

fbshipit-source-id: d09e9f714390bdef28333c6a5047fdc5952010f6

v0.2.1

Toggle v0.2.1's commit message
Make OSS libhermes ABI compatible with RN

Summary:
We removed a method that RN currently uses, which means that Hermes 0.2.x can not be used with RN <=0.60.5. See facebook#109

This diff adds a dummy passthrough method for linking compatibility.

Reviewed By: mhorowitz

Differential Revision: D17351288

fbshipit-source-id: 7d98af7065064dd47f66dba9ca82ac1192dff133