Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: blakeembrey/array-flatten

Simplify Package

21 Nov 05:21

Choose a tag to compare

Added

  • Better TypeScript support for array flattening

Changed

  • Added ES2015 distributable and renamed primary export toexports.flatten

Removed

  • Removed array type checked entry toflatten, prefer performance and smaller code
  • Removeddepth version of functions, if you know the depth it's better to use something likeArray#flat orflatten helpers explicitly in code - you typically don't need anything between 1 and infinity in every day code
Assets2
Loading

Readonly TypeScript Array

03 Dec 00:22

Choose a tag to compare

Fixed

  • UseReadonlyArray for TypeScript interface to improve type assignability
Loading

TypeScript Improvements

14 Jan 01:10

Choose a tag to compare

Changed

  • Fix the TypeScript definition return type fordepth functions
Loading

TypeScript Definition

29 Apr 00:43

Choose a tag to compare

Added

  • Add TypeScript definition to project
Loading

Method Error Handling

16 Nov 03:15

Choose a tag to compare

Changed

  • AddTypeError validation to methods
  • Split function into four methods -flatten,flattenFrom,flattenDepth andflattenFromDepth
Loading

Use Strict

09 Jul 21:43

Choose a tag to compare

Added

  • Perf:'use strict'
Loading

Improved Code Path Performance

21 Nov 05:11

Choose a tag to compare

Added

  • Executeflatten without depth via dedicated code (notdepth(Infinity)) to improve performance
Loading

Remove Depth 1 Code Path

21 Nov 05:10

Choose a tag to compare

Fixed

  • Remove potential code paths by removingdepth === 1 behavior
Loading

Updated Documentation

21 Nov 05:09

Choose a tag to compare

Added

  • Updated documentation in README
  • Ship onfiles needed for package
Loading

Initial Release as V1

21 Nov 05:08

Choose a tag to compare

Loading
Previous1
Previous

[8]ページ先頭

©2009-2025 Movatter.jp