Releases: wessberg/Polyfiller
Releases · wessberg/Polyfiller
v0.0.118
v0.0.117
v0.0.116
v0.0.115
- fix(Intl.NumberFormat): add check for the
unit
option
v0.0.114
v0.0.113
- fix(cache): cache checksum for config and flush cache if the config changed a5e818e
- fix(object-fit): object-fit depends on iterable DOM collections 8d288c6
- fix(class-list): replace implementation 9ecc1c7
- 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
- feat(Intl): add support for Intl.Locale. a08f08f
v0.0.107
v0.0.106
- feat(object-fit): update object-fit implementation to one that also supports videos, srcset, and Shadow DOM.