Skip to content

Releases: siberiacancode/mock-config-server

@3.6.0

15 Jun 10:41
Compare
Choose a tag to compare

Features

  1. Migrate to vitest from jest (#172)
  2. Request interceptor for routes (#176)

Bug

  1. It crashes when you combine pagination and sorting (#173)
  2. Filter returns nothing if value is an array (#178)

@3.5.0

24 Apr 15:42
Compare
Choose a tag to compare

Features

  1. using swc instead of babel (#164)

Bug

  1. init error: templatePath is valid only for development (#165)

@3.4.1

05 Apr 11:00
Compare
Choose a tag to compare

Bugs

Config BaseURL (#161)

@3.4.0

02 Apr 05:38
Compare
Choose a tag to compare

Features

  1. Add support for files (#67)
  2. Use library for config validation (#133)
  3. Add server initialization (#132)
  4. Delay and status in settings (#137)
  5. Database operators params (#145)
  6. Database full-text search params (#139)

@3.3.4

05 Feb 06:26
Compare
Choose a tag to compare

Bugs

  1. TS type bug with 'exists' and 'notExists' checkmode (#152)

@3.3.3

31 Jan 10:46
Compare
Choose a tag to compare

Bugs

  1. Update minimal required nodejs version (#148)

@3.3.2

31 Jan 04:27
Compare
Choose a tag to compare

Bugs

Fix main path for package

@3.3.0

26 Dec 12:42
Compare
Choose a tag to compare

Bugs

  1. Wrong api level request interceptors logic (#128)
  2. setCookie function works wrong (#126)
  3. Graphql: add support for parameter 'query' and not required parameter 'operationName' (#113)

Docs

  1. Add rest examples (#90)
  2. Add graphql examples (#92)
  3. Add cors examples (#94)
  4. Add static examples (#96)
  5. Add interceptors examples (#98)

Features

  1. Database sort query (#124)
  2. Database slice query (#111)
  3. Polling support (#120)
  4. Database pagination query (#122)

@3.2.0

03 Oct 11:49
Compare
Choose a tag to compare

Features

  1. Devtools by siberiaccancode core repository (#115)
  2. Database filter query (#109)
  3. Run mock config server only with static path (#99)
  4. Create different functions to start the mock (#105)

@3.1.1

20 Aug 16:53
Compare
Choose a tag to compare

Bug

  1. Missing index.ts file in application bundle (#87)