Last active
August 31, 2016 05:25
-
-
Save michaelficarra/9f0003f7416e7ca30f32 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit e6284b9bd6977ca282bdf13d13fab4d8bf6be71b | |
Normative: Add [?Yield] to PropertyName in AssignmentProperty | |
commit f0ef98ae9ecdfd1ed1e14721e795f6188a3107ee | |
Normative: Fix yield * semantics when calling .throw | |
commit 6ba35eb8fb9aad699efdd1766c52bc9f6401d039 | |
Normative: update Annex B regexp grammar | |
commit d96e60a99a40fab2de0df329b3e5445ac27b8a8e | |
Normative: Remove [[Enumerate]] and associated reflective capabilities | |
commit 24dad16327b7cbbdf67805e45e58c54abe558f63 | |
Normative: Require Unicode 8.0.0 | |
commit 1e715656f727399d7ae8f622bcdb271aa5fe2a52 | |
Normative: properly close iterator in Array.from | |
commit 28bdf0798662bcb8efb11c4070f8a981a496ccc1 | |
Normative: Add Exponentiation Operator | |
commit 412bd513d3e720c41d4af27695cc6835f6c1d569 | |
Normative: Throw TypeError in Array.from when index exceeds MAX_SAFE_INTEGER | |
commit 15ad1386d7a44232e67aee66332994fe594e5364 | |
Normative: Add +0 to Array.prototype.indexOf to convert negative zero to positive zero | |
commit 935dad4283d045bc09c67a259279772d01b3d33d | |
Normative: Make Object.prototype an Immutable Prototype Exotic Object | |
commit fbdfda6f2a613f3c4813d4b34e32f5c5134cf921 | |
Normative: Annex B Regular Expressions updates to match web reality | |
commit 5512445d776b006c484c25c27d795f0f5033b58c | |
Normative: Change default function length value to not include optional arguments. | |
commit 7c680e10ac00a53521ed75669ec7a06af878e95b | |
Normative: Improve TypedArray constructor/Proxy interaction | |
commit c8102ed792df46aa0b90635dcf9eb5ae90847a1f | |
Normative: Add Array/%TypedArray%.prototype.includes | |
commit 3b582aff7d50e94bf34c0755e8b66579e9ab3e05 | |
Normative: Remove use of @@species from Promise.all/race | |
commit a524713c908da968f5bf36fa820ce6673a261d38 | |
Normative: RegExp.prototype.[[@@split]] coerces limit using ToUint32 | |
commit 15b0db41edd0e519e94668bf13765fe458840766 | |
Normative: Add early error for functions with non-simple parameter list and use-strict | |
commit d322357e6be95bc4bd3e03f5944a736aac55fa50 | |
Normative: Allow BindingPattern in BindingRestElement | |
commit bddde2330989a5a8daf26b37963f668bb3382371 | |
Normative: Remove [[Construct]] from generators | |
commit 02e46aba2f9f5daf484d2811d0c5c67f81c6ed23 | |
Normative: Tighten Annex B.3.5 catch parameter remedy | |
commit 8e82cfbe529623d891b38ca4770e5169dc24857f | |
Normative: Add missing ToUint32 to ArrayAccumulation and Array Evaluation | |
commit cdab871bed5cc5c9ba43dd3e403a5285df898d23 | |
Normative: Add missing super restrictions for GeneratorDeclaration | |
commit 08b4756747f9c967058239df627da544412740a6 | |
Normative: Truncate lastIndex to string length in RegExp.prototype[@@split] | |
commit efbfc88a9668cb8750422978299072406166582e | |
Normative: Apply B.3.3 to non-top level function declarations | |
commit 4f4a37a211ed44aeffb31cc3dcbe56096c949154 | |
Normative: Date.parse treats date-only no offset as UTC | |
commit 9a2162e74b4c4ffd128924993ad0cfc467011fc4 | |
Normative: Define length of Proxy revocation function | |
commit 761e3fad1d3a0eafd0e03a24b48fe6b6b9baf3b9 | |
Normative: Add missing PrepareForTailCall in Function.prototype.apply | |
commit fd23a3daac66af700baf52cf8161b24b9f49deed | |
Normative: Track duplicate var-declarations in ModuleDeclarationInstantiation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment