Skip to content

Releases: siberiacancode/mock-config-server

@3.1.1

20 Aug 16:53
Compare
Choose a tag to compare

Bug

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

@3.1.0

20 Aug 10:53
d74b7aa
Compare
Choose a tag to compare

Features

  1. Create mock database from config (#53)
  2. Add code minify (#65)

Bug

  1. Routes which contains headers with upper case characters does not work (#83)

@3.0.1

03 Aug 18:34
Compare
Choose a tag to compare

Bugs

  1. No dist directory in deploy processing bug (#78)

@3.0.0

03 Aug 15:34
Compare
Choose a tag to compare

Features

  1. Reduce size of images for 404 page enhancement (#75)
  2. Add conditions for entities (#59)

@2.4.0

23 May 03:59
Compare
Choose a tag to compare

Features

  1. Change default methods for cors (#70)
  2. Pretty view for not found page (#37)
  3. Add error handling (#66)

@2.2.0

15 May 13:45
Compare
Choose a tag to compare

Bug

  1. setDelay does not work (#36)
  2. Unexpected server interceptor behavior (#49)

Features

  1. Add api interceptor level (#41)
  2. New CLI option: path to config (#47)
  3. Restart server on config file change (#43)

Documentation Changes

  1. Add license and security policy (#38)
  2. Collision with existing package on start server via npx (#51)

@2.1.0

24 Apr 07:16
Compare
Choose a tag to compare

Core Changes

  1. Change file structure (#22)
  2. Shortcut command for start mock server (#34)
  3. Add support OPTIONS rest method (#30)
  4. Add support for data functions (#32)
  5. Helpers functions for response interceptors: cache and cookie (#26)

Analyzes

  1. Request caching (#24)

@2.0.2

07 Mar 15:34
Compare
Choose a tag to compare

Bugs

  1. Url suggestions do not work if less than two base urls are used (#19)

@2.0.1

06 Mar 14:31
Compare
Choose a tag to compare

Bugs

  1. Views directory does not exist in build (#13)
  2. Tests might fail if path.join return string with backslashes, fix path join for windows (#7)

@2.0.0

04 Mar 17:20
ce22a42
Compare
Choose a tag to compare

Core Changes

  1. Support GraphQL (#1)
  2. Start config error handling (#2)
  3. Handling errors when data is missing (#3)

Documentation Changes

  1. Updare ReadMe for [email protected] (#8)

Bugs

  1. Fix CORS middleware (#9)