reyesoft / ngx-jsonapi

JSON API client library for Angular 5+ 👌 :: Production Ready 🚀
https://ngx-jsonapi.reyesoft.com/
MIT License
101 stars 52 forks source link

Fixes for Fields in get_params #225

Closed gamekid closed 4 years ago

gamekid commented 5 years ago

When including multiple entries in the fields parameter, the query builder was not adding an ampersand between each entry. Additionally, it was adding each entry to the query twice, once in the base PathBuilder class and again in the PathCollectionBuilder class.

pablorsk commented 4 years ago

Thanks @gamekid !

2.1.8 relased! :tada:

gamekid commented 4 years ago

Thanks for getting this out!