gajus / table

Formats data into a string table.
Other
904 stars 76 forks source link

Support Node.js 6.9 #77

Closed realityking closed 6 years ago

realityking commented 6 years ago

Since Node.js 6 is still in LTS, I think it'd be better if it was continued to be supported.

gajus commented 6 years ago

Fixed in https://github.com/gajus/table/commit/449382a23b826a2a36087ace064b713697bb87a3

realityking commented 6 years ago

@gajus Why the extra dependency if lodash is already a dependency?

gajus commented 6 years ago

Mistake.

I have looked at https://github.com/gajus/table/pull/65 and assumed that there is something wrong (inconsistent with Object.values) with lodash implementation of .values().