Skip to main content
Module

x/core_fn/CHANGELOG.md

A collection of built-in object method and property as currying function
Latest
File

v1.0.0-beta.16 (2021-11-09)

🐛 Bug Fixes

  • 50c91f0 Bundle all depencendy for avoid recursive import

v1.0.0-beta.15 (2021-07-05)

🐛 Bug Fixes

v1.0.0-beta.14 (2021-07-02)

✨ New Features

  • 2c53527 Add String, Array, TypedArray, …, #slice function

🐛 Bug Fixes

v1.0.0-beta.13 (2021-07-02)

✨ New Features

  • 22894e6 Add TypedArray and Array#map function

v1.0.0-beta.12 (2021-07-01)

✨ New Features

v1.0.0-beta.11 (2021-06-29)

✨ New Features

  • 32ed8c4 Add String, Array, TypedArray includes function

v1.0.0-beta.10 (2021-06-29)

✨ New Features

  • d9a11e7 Add non currying version functions
  • 0966977 Export non currying version

v1.0.0-beta.9 (2021-06-29)

✨ New Features

v1.0.0-beta.8 (2021-06-20)

✨ New Features

  • 2924931 Add RegExp all property and methods

v1.0.0-beta.7 (2021-06-19)

✨ New Features

v1.0.0-beta.6 (2021-06-19)

✨ New Features

  • b3339a1 Add String.match function

v1.0.0-beta.5 (2021-06-18)

✨ New Features

  • 5b6c8c3 Add String.repeat function
  • 08bd098 Add String.trimStart and String.trimEnd functions

v1.0.0-beta.4 (2021-06-17)

✨ New Features

  • f9ffce7 Add length function
  • 99ab03f Add String.toUpperCase and String.toLowerCase functions
  • b9f1cb4 Add RegExp.test function

v1.0.0-beta.3 (2021-06-17)

✨ New Features

  • a27d061 Add String trimLeft, trimRight and trim functions

v1.0.0-beta.2 (2021-06-17)

✨ New Features

  • 4ef80d0 Add String.startsWith and String.endsWith function

v1.0.0-beta.1 (2021-06-17)

✨ New Features

  • 901b458 Add String.replace function