Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Latest commit

 

History

History
46 lines (24 loc) · 2.26 KB

CHANGELOG.md

File metadata and controls

46 lines (24 loc) · 2.26 KB

Changelog

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

1.0.0 (2021-07-05)

Features

  • implement insertBefore and insertAfter methods for conciseness (06417c7)

Bug Fixes

  • issue with reduce and reduceRight deducing initial value automatically (cf22faa)
  • issue with length values returned by push and unshift (365940c)
  • reference error in update (081b9a3)
  • update typing of filter to account for boolean (6a0ad0c)

1.0.0-beta.3 (2021-07-05)

1.0.0-beta.2 (2021-07-05)

1.0.0-beta.1 (2021-07-04)

Features

  • add create method with other fixes (1f5bcd5)

1.0.0-beta.0 (2021-07-04)

⚠ BREAKING CHANGES

  • update working of take method

Features

  • implement flat and flatMap methods (70a085f)

  • implement forEach method (a2cc185)

  • implement toString method (990cb64)

  • implement values method (82beb5d)

  • update working of take method (49c953d)