You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 2.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. # Changelog
  2. All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
  3. ## [1.4.0](https://github.com///compare/v1.3.0...v1.4.0) (2019-11-29)
  4. ### Features
  5. - `charset` option for `String.random` ([2a20eeb](https://github.com///commit/2a20eebc5ae784e5c1aacd2c54433fe92a9464c9))
  6. - `String.prototype.includes` implementation ([ceebe8d](https://github.com///commit/ceebe8dfd6f479d6a7e7b6cd79369291869ee2dd))
  7. ## [1.3.0](https://github.com///compare/v1.2.1...v1.3.0) (2019-11-28)
  8. ### Features
  9. - `String.random` util ([5b5860a](https://github.com///commit/5b5860ac545b05f00527e00295fdb4f97e4a4e5b))
  10. ### [1.2.1](https://github.com///compare/v1.2.0...v1.2.1) (2019-11-26)
  11. ## [1.2.0](https://github.com/medikoo/ext/compare/v1.1.2...v1.2.0) (2019-11-07)
  12. ### Features
  13. - ceil10, floor10 and round10 for Math ([6a2bc4b](https://github.com/medikoo/ext/commit/6a2bc4b))
  14. ### [1.1.2](https://github.com/medikoo/ext/compare/v1.1.1...v1.1.2) (2019-10-29)
  15. ### Bug Fixes
  16. - Improve globalThis detection ([470862d](https://github.com/medikoo/ext/commit/470862d))
  17. ### [1.1.1](https://github.com/medikoo/ext/compare/v1.1.0...v1.1.1) (2019-10-29)
  18. ### Bug Fixes
  19. - Provide naive fallback for sealed Object.prototype case ([a8d528b](https://github.com/medikoo/ext/commit/a8d528b))
  20. - Workaournd Safari incompatibility case ([0b051e6](https://github.com/medikoo/ext/commit/0b051e6))
  21. ## [1.1.0](https://github.com/medikoo/ext/compare/v1.0.3...v1.1.0) (2019-10-21)
  22. ### Features
  23. - Object.entries implementation ([cf51e45](https://github.com/medikoo/ext/commit/cf51e45))
  24. ### [1.0.3](https://github.com/medikoo/ext/compare/v1.0.1...v1.0.3) (2019-07-03)
  25. Remove obsolete files from publication
  26. ### [1.0.2](https://github.com/medikoo/ext/compare/v1.0.1...v1.0.2) (2019-07-03)
  27. (no changes)
  28. ### [1.0.1](https://github.com/medikoo/ext/compare/v1.0.0...v1.0.1) (2019-07-03)
  29. Prettify
  30. ## 1.0.0 (2019-07-03)
  31. ### Features
  32. - `function/identity` (adapted from `es5-ext`) ([f0102af](https://github.com/medikoo/ext/commit/f0102af))
  33. - `thenable/finally` (adapted from `es5-ext`) ([a8494ac](https://github.com/medikoo/ext/commit/a8494ac))
  34. - `global-this/is-implemented` ([3a80904](https://github.com/medikoo/ext/commit/3a80904))
  35. - `globalThis` (mostly adapted from `es5-ext`) ([6559bd3](https://github.com/medikoo/ext/commit/6559bd3))