monkeycat

Results 7 issues of monkeycat

It will be very convenient to use the save method with a different set of arguments. Added overload.

``` JsonApiModel.prototype.save = function (params, headers, customUrl) { this.checkChanges(); var attributesMetadata = this[AttributeMetadataIndex]; return this.internalDatastore.saveRecord(attributesMetadata, this, params, headers, customUrl); }; ``` Good practice checkout arguments in function implementation, like a...

Hi! I found interesting library https://github.com/mike-north/jsonapi-typescript maybe its need to add into current lib for replace any typings ? for example ``` const body: ResourceObject = { data: { relationships,...

Hello. I think it would be very convenient to add the ability to subscribe to changes in the current state of the store. For example, there is a method peekAll,...

Hi there. I just tried use lazy loading with this lib and got an issue. ![Screenshot 2021-11-16 at 17 14 41](https://user-images.githubusercontent.com/23038279/142001344-1aad344f-d11b-447f-ab09-9d379f2c694b.png) ``` (async () => { const mixpanel = await...

### Is this a regression? - [x] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not present was 14...

P3
area: dev-infra

Hey, I'm playing with your plugin and realised that there is no output for local variables from transformer. Do you have such support? Maybe I'm doing something wrong JSON file...