ер
ер
@philippch yes, ok. Can we start with pull request?
Oh, right, need better support for array. Will fix asap.
I experimenting, but [`deep-diff`](https://github.com/flitbit/diff) has a little bit weird array support. For example, it shows `new` & `deleted` as nested DeepDiff (and it's very handy), but `change` looks like object...
Good news. I found [recursive-diff](https://www.npmjs.com/package/recursive-diff) which works very good (but has 1 small bug, representing nested object as `[Object]`, not actually object). Will release 0.1.0 today. ``` ➜ differs babel-node...
@ericclemmons oh, yes, I [tried to build correct implementation](https://github.com/fcomb/recursive-diff.js) but haven't enough time for this :( I hope I will return ASAP to this module.
@kristoferjoseph as you see, I didn't say it abandoned, I said “**seems like** `flexboxgrid` was abandoned”, so I didn't understand why you say my opinion is false info. Use [semver](https://semver.org)...
Partially implemented in [flexboxgrid2#7.0.0-alpha7](https://github.com/evgenyrodionov/flexboxgrid2/releases/tag/7.0.0-alpha7)
Seems like `flexboxgrid` was abandoned by @kristoferjoseph, so I forked project and made [flexboxgrid2](https://github.com/evgenyrodionov/flexboxgrid2). What is already done: - added breakpoint `xl` for 1200px and `sm` now pointed to 576px...