4.0.0 (2020-12-09)
Bug Fixes
- mocks: duplicate properties with combined schemas (649f81f)
- react-query: don't add getFetchMore config if not useInfinite (62ef7d0)
- react-query: remove axios import if global mutator (1dcbc87)
Code Refactoring
- mutator: handling directly the file from the config (a158970)
Features
- client-axios: remove axios instance in argument (f3631fa)
- imports: improve gesture (68ec25c)
- mock: add format property for mock (e8a2083)
- override: add the possibility to override by tag (a590de8)
- react-query: add possibility to generate usePaginated, useInfinite and override config (5d10f5e)
- react-query: add queryKey (8d81a66)
BREAKING CHANGES
- mutator: You cannot put directly the function anymore. You can only provide a path or an object to config the import of that mutator.
- mock: Remove old system
- definition: Remove old definition system of the API