-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
- Add implementations and fixes
ArrayBuffer,DataView, all typed arrays constructors with all static and prototype methods. Really hard point. Typed Arrays #90 - Improve collections polyfills -
O(1)and prevent possible leaking with frozen keys, correct observable state for object keys, WeakMap w/ frozen keys and garbage collection #134 - Add
{keys, values, entries, @@iterator}methods to all DOM collections which should have iterable interface or should be inherited fromArray - Add basic support
rejectionHandledevent /onrejectionhandledhandler to thePromisepolyfill - Rename
String#{padLeft, padRight}->String#{padStart, padEnd}, proposal, November TC39 meeting (they want to rename it on each meeting?O_o), UpdatepadLeft/padRightto bepadStart/padEnd, #132 - Add
String#{trimStart, trimEnd}as aliases forString#{trimLeft, trimRight}, proposal, November TC39 meeting - Add
System.global, proposal, November TC39 meeting - Add
Error.isError, proposal, November TC39 meeting - Remove usage
@@speciesfromPromise.{all, race}, November TC39 meeting - Check changes by meeting notes
- Add
Math.{iaddh, isubh, imulh, umulh}, proposal - Move
RegExp.escapefromes7to non-standardcorenamespace, July TC39 meeting - too slow, but it's condition of stability, Remove RegExp.escape #116 - Add annex B HTML methods - ugly, but also the part of the spec
- Add little fix for
Date#toString-new Date(NaN).toString()should be'Invalid Date' - Remove
core.logmodule - Remove Mozilla
Arraygenerics - deprecated and will be removed from FF, looks like strawman is dead. Available alternative shim. - Change
$prefix for internal modules file names because (holy shit!) Team Foundation Server does not support it, "$" symbol in file names #129 (please, don't usecore-jsinternal modules in your scripts!) - Move custom build from external scripts to the separate package for preventing problems with dependencies, some changes in that API
- Add entry points for virtual methods
- Add entry points for stages proposals
...and if the situation does not change, it can be the last big release :(