Skip to content

Latest commit

 

History

History
509 lines (310 loc) · 28.6 KB

CHANGELOG.md

File metadata and controls

509 lines (310 loc) · 28.6 KB

Changelog

Full Changelog

Merged pull requests:

v2.9.4 (2023-05-15)

Full Changelog

Closed issues:

  • Broken peerDependencies (react-admin v2.x) #184
  • react-admin v4 support #182
  • How to add custom headers? #181
  • total count / X-Total-Count / partial pagination missing #180
  • Production build: Uncaught (in promise) Error: Failed to execute 'fetch' on 'Window': Illegal invocation #177
  • createMany unsupported #174

v2.9.3 (2022-01-25)

Full Changelog

v2.9.2 (2022-01-25)

Full Changelog

Closed issues:

  • Example feathers client? #169
  • Authorization Error #167
  • Encrypting password from authProvider #166
  • File upload #163

Merged pull requests:

v2.9.1 (2021-06-04)

Full Changelog

Closed issues:

  • Typescript error #161

Merged pull requests:

v2.9.0 (2021-06-02)

Full Changelog

Closed issues:

  • No redirect to login after API returns 401 #155
  • Typescript support #153
  • Investigate adding ability to build/test easily in Windows #93

Merged pull requests:

v2.8.1 (2020-07-31)

Full Changelog

Closed issues:

  • Error using GET_LIST with empty set of parameters #151

Merged pull requests:

v2.8.0 (2020-07-10)

Full Changelog

Merged pull requests:

v2.7.0 (2020-03-12)

Full Changelog

Closed issues:

  • $in query operator not properly supported #140
  • react admin v3 alpha has breaking changes any plans to update ? #110

Merged pull requests:

  • Add support for custom query operators in GET_MANY #142 (alex-all3dp)
  • Fix in and nin support #141 (josx)
  • add global option "useMulti" for configuring bulk actions #139 (loming)

v2.6.0 (2020-02-18)

Full Changelog

Closed issues:

  • Query filter not working for nested fields #137
  • Logout problem react-admin 3, feathers 4 #132

Merged pull requests:

v2.5.0 (2019-12-10)

Full Changelog

Closed issues:

  • GET_ONE should accept params #131

Merged pull requests:

  • fix(GET_ONE): avoid send id as param on service.get #135 (josx)
  • fix(linter): avoid linter errors #134 (josx)
  • Feather: pass params on GET_ONE to service.get #133 (josx)
  • fix(feathers-4): call reAuthenticate in AUTH_CHECK if available #130 (jvke)

v2.4.1 (2019-10-28)

Full Changelog

Closed issues:

Merged pull requests:

  • Move chai-as-promised to devDependencies #129 (vonagam)

v2.4.0 (2019-09-18)

Full Changelog

Closed issues:

  • ra-data-feathers doesn't work with feathers v4 #124
  • upgrade feathers-client to v4 #123

Merged pull requests:

v2.3.0 (2019-09-02)

Full Changelog

Closed issues:

  • softDelete and react-admin, how do I send extra params to the api during update requests #120
  • Consolidated place to discuss the 'call authenticate on every request' related changes #98

Merged pull requests:

v2.2.1 (2019-08-02)

Full Changelog

Merged pull requests:

v2.2.0 (2019-08-02)

Full Changelog

Closed issues:

  • Logging out on 403 errors #111
  • Missing Authorization headers after login success #107

Merged pull requests:

v2.1.0 (2019-06-21)

Full Changelog

Closed issues:

  • id property in put request payload #102
  • Working with non-paginated feathers services #101
  • Improvement: Performant bulk-actions #81

Merged pull requests:

v2.0.8 (2019-02-12)

Full Changelog

Closed issues:

  • Use only a single package manager #96
  • ReferenceField is sending wrong request #92
  • Nested query filter support is now broken #90
  • Column doesn't exist. #89
  • Fix yarn issue for codeship #88
  • Support for feathers v3? #86
  • Bugfix: $sort field set incorrectly in GET_LIST handler #84
  • Possible Improvement: Code Style #79
  • improve indentation of code in readme #77
  • Support UPDATE_MANY #76
  • Improve Documentation #74
  • Suggestion: Change package name to reflect upgrade from AOR to RA #71
  • Add redirectTo option to readme #70

Merged pull requests:

v2.0.7 (2018-09-26)

Full Changelog

Merged pull requests:

  • Renaming aor-feathers-client to ra-data-feathers #72 (josx)

v2.0.6 (2018-09-26)

Full Changelog

Closed issues:

  • on AUTH_CHECK add custom redirect to #59
  • Trouble accessing the "_id" value of the loggedin user #54
  • Missing depency 'feathers-client' #28

v2.0.5 (2018-09-13)

Full Changelog

Closed issues:

  • Add DELETE_MANY support #65
  • AuthClient: check if not any type #60

Merged pull requests:

v2.0.4 (2018-08-10)

Full Changelog

Merged pull requests:

  • Kill calling feathers authenticate for every service #64 (josx)

v2.0.3 (2018-07-26)

Full Changelog

Closed issues:

  • on AUTH_GET_PERMISSIONS reject promise #61

Merged pull requests:

  • CREATE: adding backend api response to dataprovider response #63 (josx)

v2.0.2 (2018-07-26)

Full Changelog

Closed issues:

  • On AUTH_ERROR add rejection for 403 #58

Merged pull requests:

  • Auth Promise Rejection: AUTH_ERROR code 403, AUTH_GET_PERMISSIONS (#5… #62 (josx)

v2.0.1 (2018-07-13)

Full Changelog

Merged pull requests:

  • Authclient options: Custom username and password #57 (josx)

v2.0.0 (2018-07-05)

Full Changelog

Merged pull requests:

v1.0.0 (2018-07-05)

Full Changelog

v0.9.0 (2018-03-15)

Full Changelog

Closed issues:

  • Filtering by nested properties #52
  • Does this work with feathers v3? [question] #51

Merged pull requests:

  • Fix filter query for nested properties #53 (dprentis)
  • usePatch: Do object-diff only when params.previousData is present #50 (lijoantony)

v0.8.0 (2017-12-14)

Full Changelog

Closed issues:

  • Permission example in readme #47
  • Use PATCH instead of PUT #20

Merged pull requests:

  • Use PATCH instead of PUT for UPDATE #49 (lijoantony)
  • Permission example in readme (related to #47) #48 (kfern)

v0.7.1 (2017-10-09)

Full Changelog

Merged pull requests:

  • Add jwt-decode on dev deps #46 (josx)

v0.7.0 (2017-10-09)

Full Changelog

Closed issues:

  • I left a describe.only in unit tests. Sorry #44
  • Add AUTH_GET_PERMISSIONS to authClient #43
  • return object for restClient #40
  • feathers-jwt deleted on page reload #39
  • Add GET_MANY_REFERENCES support #7

Merged pull requests:

v0.6.0 (2017-09-01)

Full Changelog

Closed issues:

  • GET_MANY does not return with id in mapResponse #37
  • Authorization header missing from requests #35

Merged pull requests:

  • Fix mapresponse missing id handling #38 (dreamrace)
  • Call authenticate method on refresh page #36 (7flash)

v0.5.0 (2017-08-10)

Full Changelog

Closed issues:

  • Support AUTH_ERROR #31
  • issues with primary-key/id not named 'id' #30
  • Cannot read property 'map' of undefined? #29
  • custom ids tests #27
  • Deprecated package - react-addons-transition-group #23
  • Write package description #17

Merged pull requests:

v0.4.0 (2017-07-13)

Full Changelog

Closed issues:

  • Duplicated Presentation when using mongoose #25
  • Add circleCI to automate PR testing ? #22
  • Custom identifiers/primary keys for in resources #16
  • feathers-client in peerDependencies ? #15

Merged pull requests:

v0.3.1 (2017-05-16)

Full Changelog

Closed issues:

  • Uncaught Error: injectTapEventPlugin(): Can only be called once per application lifecycle #9
  • Error for query filters #8

Merged pull requests:

v0.3.0 (2017-03-27)

Full Changelog

Closed issues:

  • Rest client does not correctly handle GET_MANY #5

Merged pull requests:

v0.2.0 (2017-03-14)

Full Changelog

Closed issues:

  • Add authClient #3
  • make it compatible with admin-on-rest 0.9 #1

Merged pull requests:

  • Rewrite with feathers-client #2 (tb)

v0.1.0 (2017-03-04)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator