You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(api): set charset along with Content-Type response headers 80e9433
fix(Intl): normalize all locales when looking up locale-data for them 7436ca4
fix(String): add es.string.replaceAll to es.string alias since it is now in stage 4 8d1cb3e
fix(Promise): add es.promise.allSettled to es.promise alias since it is now in stage 4 2687e8a
fix(Promise): add es.promise.any to es.promise alias since it is now in stage 4 b1cf8fe
feat(api): add support for new parameter: minify. Setting this will apply minification to the polyfill bundle. Useful in production for minimal bundle size. a08f08f
feat(api): add support for new parameter: sourcemap. Setting this will generate and return a sourcemap as part of the polyfill bundle. Useful in development. a08f08f
feat(api): the Polyfill bundle will be transformed to the newest flavor of JavaScript supported by the runtime, instead of always ES3. This results in smaller Polyfill bundles. a08f08f
feat(Intl): add support for Intl.DisplayNames. a08f08f