troyanskiy / ngx-resource-core

RESTful Core Library
40 stars 10 forks source link

Post array #27

Closed ssi-hu-tasi-norbert closed 5 years ago

ssi-hu-tasi-norbert commented 6 years ago

Hi!

Would be nice to have a possibility to post array not an object.

Thanks,

tano

troyanskiy commented 5 years ago

Hello @all I did some refactoring and repository restructuring. From now on new repository is located here https://github.com/troyanskiy/ngx-resource Please create new issues in new repo. I will close all the issues in that repo.

Also I have released 7.0.0-beta.5 version with Observables support. Please test it and create new issues in new repo if you will find some bugs.

To update to new version run npm i --save @ngx-resource/core@beta @ngx-resource/handler-ngx-http@beta

Breaking changes:

ResourceGlobalConfig

IResourceParams and IResourceAction

Deprecation

New

I still have to update Docs and provide migration guide.

Thank you @all !!!