sfcode
An Online Competing and Development Environment
Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.52...v0.10.53">0.10.53</a> (2019-11-21)

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.51...v0.10.52">0.10.52</a> (2019-10-29)

Bug Fixes

  • Fix global resolution for Safari (00731d2)
  • Keep support for old Node.js versions (2fa2a11)

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.50...v0.10.51">0.10.51</a> (2019-08-30)

Bug Fixes

  • Ensure Function.isFunction recognizes async functions (6f06e66)

Tests

  • Fix after prettification changes (dd6fc3f)

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.49...v0.10.50">0.10.50</a> (2019-04-30)

Bug Fixes

  • maximum time value reference (708202d)

Features

  • ensure global resolves in strict mode (c6a19d7), closes #86

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.48...v0.10.49">0.10.49</a> (2019-03-11)

Features

  • allow plain function usage of fn.compose (2bafef7)

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.47...v0.10.48">0.10.48</a> (2019-02-22)

Features

  • Object.ensurePlainObject util (f48fbcf)

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.46...v0.10.47">0.10.47</a> (2019-01-16)

Features

  • Promise.prototype.finally shim (4dadbc7)

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.45...v0.10.46">0.10.46</a> (2018-08-13)

Bug Fixes

  • assign-deep to not modify following arguments (bf43d57)

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.44...v0.10.45">0.10.45</a> (2018-06-01)

Bug Fixes

  • improve error message readbility (adc91b9)

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.43...v0.10.44">0.10.44</a> (2018-05-30)

Features

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.42...v0.10.43">0.10.43</a> (2018-05-28)

Features

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.41...v0.10.42">0.10.42</a> (2018-03-28)

Bug Fixes

  • Date.isDate to exclude NaN dates (3b61bc6)

Features

  • improve non-coercible string representation (20bfb78)
  • improve non-stringifiable string representation (2e4512d)

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.40...v0.10.41">0.10.41</a> (2018-03-16)

Features

  • Add function.microtaskDelay method (66481c0)
  • Add Object.isThenable (8d5a45c)
  • Add promise.asCallback method (dcc1451)
  • Object.ensurePlainFunction (2682be6)

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.39...v0.10.40">0.10.40</a> (2018-03-09)

Features

  • math: decimal round, floor and ceil (39290c6)
  • object: isInteger and ensureInteger (a5f7d04)

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.38...v0.10.39">0.10.39</a> (2018-02-16)

Features

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.37...v0.10.38">0.10.38</a> (2018-01-16)

Features

  • Object.isNaturalNumber an Object.isNaturalNumberValue (66a40af)

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.36...v0.10.37">0.10.37</a> (2017-11-23)

Features

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.35...v0.10.36">0.10.36</a> (2017-11-23)

Features

  • date: isTimeValue and ensureTimeValue utils (7659dc5)

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.34...v0.10.35">0.10.35</a> (2017-10-13)

Bug Fixes

  • Object.copy: do not upgrade primitives to objects (dd4d88f)

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.33...v0.10.34">0.10.34</a> (2017-10-13)

Features

  • copyDeep: duplicate only recursive instances (bba529a)

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.32...v0.10.33">0.10.33</a> (2017-10-13)

Bug Fixes

  • Object.assignDeep: relax input validation (1baf57d)

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.31...v0.10.32">0.10.32</a> (2017-10-13)

Features

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.30...v0.10.31">0.10.31</a> (2017-10-09)

Features

  • Object.isPlainFunction utility (031be0a)

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.29...v0.10.30">0.10.30</a> (2017-08-25)

Bug Fixes

  • value stringification for error message (37bb96b)

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.28...v0.10.29">0.10.29</a> (2017-08-18)

Bug Fixes

  • string.repeat after recent regression (b02fab4)

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.27...v0.10.28">0.10.28</a> (2017-08-18)

Features

  • array.isEmpty method (b0cfbdd)
  • improve new lines representation (860fe8b)
  • Object.ensureArray util (595c341)
  • toShortStringRepresentation util (6842d06)

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.26...v0.10.27">0.10.27</a> (2017-08-11)

Bug Fixes

  • isNumberValue should not crash on non-coercible values (0db765e)

Features

  • add Object.ensureFiniteNumber util (11c67f5)
  • add Object.isFiniteNumber util (fe5b55a)

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.25...v0.10.26">0.10.26</a> (2017-08-02)

Bug Fixes

  • general: ensure optionalChaining in index (3df879a)

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.24...v0.10.25">0.10.25</a> (2017-08-02)

Features

  • general: optionalChaining utility (26332b5)

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.23...v0.10.24">0.10.24</a> (2017-07-10)

Features

  • resolve global with CSP safe method (d386449)

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.22...v0.10.23">0.10.23</a> (2017-06-05)

Bug Fixes

  • Error.custom: allow non-string code (e8db3a0)
  • Error.custom: improve ext argument detection (0edbfbc)

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.21...v0.10.22">0.10.22</a> (2017-05-31)

Bug Fixes

  • ensure proper symbols stringification in early implementations (ce51900)

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.20...v0.10.21">0.10.21</a> (2017-05-22)

Features

  • support arrow functions in Function/#/to-tring-tokens.js (ad3de1e)

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.19...v0.10.20">0.10.20</a> (2017-05-17)

Features

  • if listed copy not only if own property (d7e7cef)
  • support ensure option in Object.copy (295326f)

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.18...v0.10.19">0.10.19</a> (2017-05-17)

Features

  • support propertyNames option in Object.copy (5442279)

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.17...v0.10.18">0.10.18</a> (2017-05-15)

Bug Fixes

  • take all changes in safeToString (3c5cd12)

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.16...v0.10.17">0.10.17</a> (2017-05-15)

Features

  • introduce Object.ensurePromise (46a2f45)
  • introduce Object.isPromise (27aecc8)
  • introduce safeToString (0cc6a7b)

<a href="https://github.com/medikoo/es5-ext/compare/v0.10.15...v0.10.16">0.10.16</a> (2017-05-09)

Features

  • add String.prototype.count (2e53241)

Changelog for previous versions

See CHANGES file