Lucas Hosseini

Results 151 comments of Lucas Hosseini

Awesome, will review ASAP!

Hey @skinnerdev – any news on this front?

Hi @spwizard, So far, there isn't really a good way to remove an item from the store (as we do not keep track of inverse relationships). It could be achieved...

The `primary` data should remain in the same order. Are you referring to the `included` data?

That is some interesting information I was not aware of. Keeping the same order should be the default (and probably only) behavior IMO. Would you mind issuing a PR?

@redvulps I would favor returning the same sorting as in the request only. The current behavior is in fact undefined.

@cedv @italopaiva As you can see [here](https://github.com/beauby/jsonapi-datastore/blob/master/src/jsonapi-datastore.js#L201), the `syncWithMeta` method will return an object containing the meta data. So you should do: ```javascript var res = store.syncWithMeta(payload); console.log(res.meta); ``` I...

Hi @jokeyrhyme – the move to typescript was mainly for correctness (though I'd much rather have browsers already have native support for TS than having to transpile...). Thanks for the...

Hi @copasetickid – as mentioned [here](https://github.com/beauby/jsonapi-datastore/issues/32), I am sadly busy with other stuff at the moment, and not planning to do any JS work in the foreseeable future. I'd be...

Also, note that @niksy has been maintaining a fork of this: https://github.com/niksy/jsonapi-datastore