Skip to content

Releases: marmelab/FakeRest

4.2.0

19 Aug 15:50

Choose a tag to compare

4.1.3

30 Jun 08:32
v4.1.3
4e5fa72

Choose a tag to compare

4.1.2

31 Jan 08:39
v4.1.2
9cf8347

Choose a tag to compare

  • Fix Collection and Single should not mutate the provided data (#90) by djhi

4.1.1

01 Aug 09:06
v4.1.1
dae0848

Choose a tag to compare

4.1.0

23 Jul 11:41

Choose a tag to compare

4.0.1

17 Jun 08:19

Choose a tag to compare

  • Fix identifiers parsing (#79) (djhi)

4.0.0

10 Jun 09:49

Choose a tag to compare

  • Add support for MSW
  • Add support for string identifiers
  • Add support for custom id generation
  • Refactor interceptors as middlewares
  • Add ability to delay the response
  • Add ability to simulate server-side validation
  • Add ability to simulate authentication checks
  • Add TypeScript types
  • Modernize development tools
  • Rewrite Readme

This major version includes some breaking changes. Check the Upgrade.md file for upgrade instructions.

3.5.0

23 Jan 17:23
69cb5b3

Choose a tag to compare

  • Add support for XXX_eq_any, XXX_neq_any, and XXX_inc_any filters
  • [Doc] Document all special filters

3.4.0

19 Jan 17:29

Choose a tag to compare

3.3.0

29 Mar 19:42

Choose a tag to compare

  • Add _neq filer (#37)