Skip to content

Releases: LiquidPlayer/LiquidCore

LiquidCore 0.7.10

21 Jun 09:17
Compare
Choose a tag to compare

Minor release. Only fixes some iOS warnings.

LiquidCore 0.7.9

01 Jun 20:02
Compare
Choose a tag to compare

iOS Only Release

  • Fixed #180 - (Critical) App Store rejection issue
  • Fixed swift compiler warnings

LiquidCore 0.7.8

04 May 14:20
Compare
Choose a tag to compare

iOS-only updates. No change from 0.7.7 for Android.

  • Fixed areas where EscapableHandleScope was missing
  • Fixed bug in deallocating ArrayBuffer
  • Cleaned up some string accesses
  • Removed promise_polyfill.js (has been unused for some time)
  • Proxy Object.getOwnDescriptor() for better handling of V8 accessor properties
  • Remove callAsFunction interceptor for created Object as it will erroneously resolve as Function instead
  • Use Reflect where appropriate to ensure we return proper value
  • Fixed problem with TypedArray.of() and TypedArray.from()

Note: there are still some crashing issues and inconsistencies in iOS especially as they relate to buffers. Still debugging these.

LiquidCore 0.7.7

15 Apr 08:09
Compare
Choose a tag to compare

Fixed issue with LiquidCore headers on iOS that caused some addons to not build properly.

LiquidCore 0.7.5

12 Apr 12:33
Compare
Choose a tag to compare

Bug fixes

  • Fixed issue with npx scripts and documentation in 0.7.4

Feature Request

  • Added Process.getJSContext() (Android) and LCProcess.context (iOS) (#142)

Miscellaneous

  • Removed need for LiquidCore-headers.podspec in iOS, simplifying deployment

LiquidCore 0.7.4

10 Apr 17:50
16e40dd
Compare
Choose a tag to compare

Feature Request

Fixed issue #156 -- Allow access to full filesystem

Pull Request

Use npx to leverage bin property of package.json (#157)

Housekeeping

  • Cleaned up iOS code a little bit for easier reading
  • Fixed small bug nobody will ever notice in V82JSC

LiquidCore 0.7.3

29 Mar 16:36
Compare
Choose a tag to compare
  • Fixed #155 - Problem with minifier + incorrect implementation of Object.setPrototypeOf() in iOS
  • Metro version must be exactly 0.57, not at least
  • iOS: Fixed small bug with BigInt polyfill
  • Android: Fixed small issue with addon.gradle

LiquidCore 0.7.2

20 Jan 13:24
Compare
Choose a tag to compare

Fixed critical iOS build issues.

LiquidCore 0.7.1

16 Jan 15:31
dc23c55
Compare
Choose a tag to compare

Critical fixes to 0.7.0

LiquidCore 0.7.0

15 Jan 20:41
b5512c4
Compare
Choose a tag to compare

Major Features

  • Upgraded to Node.js 10.x LTS (#88)
  • Support for automatic JavaScript bundling
  • Published via npm

Minor Features

  • Migrated to AndroidX (#126)
  • Removed dependency on dcendents (#128)

Major bug fixes

  • Memory leaks in iOS (#129)
  • Support only back to iOS 11 (#122)

Minor bug fixes

#115, #117, #145