Merged pull requests:
- Support legacy reac admin #196 (josx)
- Bump node-fetch and react-admin #191 (dependabot[bot])
- Bump minimist and mkdirp #190 (dependabot[bot])
- Bump ua-parser-js from 0.7.28 to 0.7.33 #187 (dependabot[bot])
- Bump qs from 6.5.2 to 6.5.3 #186 (dependabot[bot])
- Bump decode-uri-component from 0.2.0 to 0.2.2 #185 (dependabot[bot])
- Bump async from 3.2.0 to 3.2.3 #183 (dependabot[bot])
- Bump lodash-es from 4.17.14 to 4.17.21 #178 (dependabot[bot])
- Bump ajv from 6.10.0 to 6.12.6 #172 (dependabot[bot])
- fix: permissionsKey and permissionsField in authClient options types #171 (ucokfm)
v2.9.4 (2023-05-15)
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)
v2.9.2 (2022-01-25)
Closed issues:
- Example feathers client? #169
- Authorization Error #167
- Encrypting password from authProvider #166
- File upload #163
Merged pull requests:
- Bump shelljs from 0.8.4 to 0.8.5 #170 (dependabot[bot])
- Fixes default storageKey value. #165 (olosegres)
- Bump path-parse from 1.0.6 to 1.0.7 #164 (dependabot[bot])
v2.9.1 (2021-06-04)
Closed issues:
- Typescript error #161
Merged pull requests:
- Fix type another props should be not required #162 (berviantoleo)
v2.9.0 (2021-06-02)
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:
- Bump ua-parser-js from 0.7.17 to 0.7.28 #160 (dependabot[bot])
- Bump y18n from 4.0.0 to 4.0.3 #159 (dependabot[bot])
- Bump lodash from 4.17.19 to 4.17.21 #158 (dependabot[bot])
- Bump hosted-git-info from 2.7.1 to 2.8.9 #157 (dependabot[bot])
- Update project compatibility for build/test at Windows #156 (berviantoleo)
- Add types #154 (berviantoleo)
v2.8.1 (2020-07-31)
Closed issues:
- Error using GET_LIST with empty set of parameters #151
Merged pull requests:
- Fix #151 - Error using GET_LIST with empty set of parameters #152 (josx)
- Bump lodash from 4.17.15 to 4.17.19 #150 (dependabot[bot])
- All contributors #149 (josx)
v2.8.0 (2020-07-10)
Merged pull requests:
- [RFR] fix auth client logout action issue #147 (FacundoMainere)
- Bump acorn from 6.1.1 to 6.4.1 #144 (dependabot[bot])
v2.7.0 (2020-03-12)
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)
Closed issues:
Merged pull requests:
- fix nested fields filtering #138 (fabioptoi)
- Bump handlebars from 4.1.2 to 4.5.3 #136 (dependabot[bot])
v2.5.0 (2019-12-10)
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)
Closed issues:
- Socketio #128
Merged pull requests:
v2.4.0 (2019-09-18)
Closed issues:
Merged pull requests:
v2.3.0 (2019-09-02)
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:
- Bump eslint-utils from 1.3.1 to 1.4.2 #122 (dependabot[bot])
- Adds softDelete as an option. If true, adds $ignoreDeletedAt: true to… #121 (DanStorm)
v2.2.1 (2019-08-02)
Merged pull requests:
- Bump diff from 3.2.0 to 3.5.0 #119 (dependabot[bot])
- Bump js-yaml from 3.9.0 to 3.13.1 #118 (dependabot[bot])
- Bump fstream from 1.0.11 to 1.0.12 #117 (dependabot[bot])
- Bump react-dom from 16.4.1 to 16.4.2 #116 (dependabot[bot])
- Bump sshpk from 1.13.0 to 1.16.1 #115 (dependabot[bot])
- Bump extend from 3.0.1 to 3.0.2 #114 (dependabot[bot])
- Bump tough-cookie from 2.3.2 to 2.3.4 #113 (dependabot[bot])
v2.2.0 (2019-08-02)
Closed issues:
Merged pull requests:
- Add option to logout on forbidden response code #112 (TheHyphen)
- Bump lodash from 4.17.4 to 4.17.15 #109 (dependabot[bot])
- Bump lodash-es from 4.17.4 to 4.17.14 #108 (dependabot[bot])
- Bump handlebars from 4.0.12 to 4.1.2 #106 (dependabot[bot])
v2.1.0 (2019-06-21)
Closed issues:
- id property in put request payload #102
- Working with non-paginated feathers services #101
- Improvement: Performant bulk-actions #81
Merged pull requests:
- Bump stringstream from 0.0.5 to 0.0.6 #105 (dependabot[bot])
- Support non paginated services #104 (josx)
- Remove id prop #103 (josx)
- Issue #81 Performant bulk actions #100 (taylorgoodallau)
- Correct default authenticate field name #99 (nhkhanh)
v2.0.8 (2019-02-12)
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:
- Avoid two lock file, just using yarn #97 (josx)
- Update Node version in CircleCI config #95 (nicholasnelson)
- Fix Nested Queries in GET_LIST #94 (nicholasnelson)
- Fix formatting of query.$sort #85 (nicholasnelson)
- #79 code style improvement #82 (sgobotta)
- Add tests and code for UPDATE_MANY method #80 (nicholasnelson)
- Improve Indentation in README.md #78 (nicholasnelson)
- RR: Update README.md #75 (nicholasnelson)
- Add basic documentation of redirectTo option #73 (nicholasnelson)
v2.0.7 (2018-09-26)
Merged pull requests:
v2.0.6 (2018-09-26)
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)
Closed issues:
Merged pull requests:
- Update istanbul version #69 (josx)
- Add redirectTo to options #68 (nicholasnelson)
- Replace throw with Promise.reject #67 (nicholasnelson)
- Implement DELETE_MANY #66 (nicholasnelson)
v2.0.4 (2018-08-10)
Merged pull requests:
v2.0.3 (2018-07-26)
Closed issues:
- on AUTH_GET_PERMISSIONS reject promise #61
Merged pull requests:
v2.0.2 (2018-07-26)
Closed issues:
- On AUTH_ERROR add rejection for 403 #58
Merged pull requests:
v2.0.1 (2018-07-13)
Merged pull requests:
v2.0.0 (2018-07-05)
Merged pull requests:
v1.0.0 (2018-07-05)
v0.9.0 (2018-03-15)
Closed issues:
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)
Closed issues:
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)
Merged pull requests:
v0.7.0 (2017-10-09)
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)
Closed issues:
Merged pull requests:
- Fix mapresponse missing id handling #38 (dreamrace)
- Call authenticate method on refresh page #36 (7flash)
v0.5.0 (2017-08-10)
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:
- Update contributors #34 (josx)
- support for resource specific id field overrides #33 (tony-kerz)
- Implements AUTH_ERROR support #32 (lijoantony)
v0.4.0 (2017-07-13)
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:
- Custom ids support #26 (josx)
- Add circle ci #24 (fonzarely)
- Add feathers-client as peerDependencies #19 (fonzarely)
- Fix response mapping on delete routes #18 (wedneyyuri)
- add some tests for rest client #14 (AmrN)
v0.3.1 (2017-05-16)
Closed issues:
- Uncaught Error: injectTapEventPlugin(): Can only be called once per application lifecycle #9
- Error for query filters #8
Merged pull requests:
- Deps #13 (josx)
- remove unnecessary brackets that result in a broken query #12 (AmrN)
- Fixed rest types import #11 (wedneyyuri)
- Update admin-on-rest version #10 (AmrN)
v0.3.0 (2017-03-27)
Closed issues:
- Rest client does not correctly handle GET_MANY #5
Merged pull requests:
- Fixed GET_MANY handler #6 (Ryanthegiantlion)
v0.2.0 (2017-03-14)
Closed issues:
Merged pull requests:
v0.1.0 (2017-03-04)
* This Changelog was automatically generated by github_changelog_generator