Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New release #611

Merged
merged 28 commits into from
Mar 7, 2019
Merged

New release #611

merged 28 commits into from
Mar 7, 2019

Commits on Dec 6, 2018

  1. New interpreter engine (#559)

    lahma authored and sebastienros committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    3b06e02 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2018

  1. Variable statement optimization (#562)

    * optimize JintMemberExpression for identifier
    * fast path for JintThisExpression and JintMemberExpression
    lahma committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    5fe3b24 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Configuration menu
    Copy the full SHA
    8832f8f View commit details
    Browse the repository at this point in the history
  2. Update README.md

    sebastienros committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    4337831 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8430824 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. Spread, rest and default (#563)

    lahma authored and sebastienros committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    2eddfd8 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2018

  1. ES6 Math functions (#569)

    lahma authored and sebastienros committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    e0701ca View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2018

  1. Configuration menu
    Copy the full SHA
    9fbcd80 View commit details
    Browse the repository at this point in the history
  2. ES6 String Literals (#570)

    Fixes #547
    lahma authored and sebastienros committed Dec 26, 2018
    Configuration menu
    Copy the full SHA
    f65d588 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2018

  1. Improved method resolution (#576)

    lahma authored and sebastienros committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    3519bc7 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2019

  1. ES6 Number APIs (#574)

    lahma authored and sebastienros committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    1f8d87a View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. ES6 destructuring (#578)

    lahma authored and sebastienros committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    4692fc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0c2f1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f94558 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2019

  1. Configuration menu
    Copy the full SHA
    33ffc99 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2019

  1. Fixes delegates created from expressions. (#585)

    Kevin Ackerman authored and sebastienros committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    eb3bcd9 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Configuration menu
    Copy the full SHA
    73f75e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Configuration menu
    Copy the full SHA
    a3a8e06 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. Latest Esprima beta changes (#595)

    * Update to latest beta of Esprima
    
    * Replace body with a valid statement
    
    * Add ref to structs and in to readonly structs
    sam-lord authored and sebastienros committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    7b485ec View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2019

  1. Configuration menu
    Copy the full SHA
    823658d View commit details
    Browse the repository at this point in the history
  2. Better enum support, ObjectWrapper dependencies replaced by IObjectWr…

    …apper, SetWrapObjectHandler (#603)
    steffen-liersch authored and sebastienros committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    01dd580 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1f5909 View commit details
    Browse the repository at this point in the history
  4. Implement arrow functions (#601)

    sam-lord authored and sebastienros committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    644795e View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. make Random() thread safety (#596)

    sxul authored and sebastienros committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    a4e1c55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58732d2 View commit details
    Browse the repository at this point in the history
  3. ES6 Object Literals (#605)

    lahma authored and sebastienros committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    753030e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28b7ea6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4808143 View commit details
    Browse the repository at this point in the history