Skip to content

Releases: nshimiye/react-mock

v6.0.1

10 Aug 00:02
Compare
Choose a tag to compare

6.0.1 (2018-08-10)

Performance Improvements

  • dependencies: remove them (6f81335)

v6.0.0

09 Aug 16:15
Compare
Choose a tag to compare

6.0.0 (2018-08-09)

Features

  • generator: expose instance of the data generatiion service (5d7f067)

BREAKING CHANGES

  • generator: Now you can the generator without having ti create a request handler

v5.0.0

03 Jul 20:13
Compare
Choose a tag to compare

5.0.0 (2018-07-03)

Features

  • upgrade: change typescript version to 2.7 (efdff57)

BREAKING CHANGES

  • upgrade: stop using postinstall because it gets called when other devs instll react-mock
    package from npm

v4.0.0

04 May 01:58
Compare
Choose a tag to compare

4.0.0 (2018-05-04)

Bug Fixes

  • add default value to pretender (5b93cd8)

Code Refactoring

  • test: update pretender to use v2.0.0 (d04538a)

Features

  • $all-requests: add logic to handle head and options mock requests (76625c6)

BREAKING CHANGES

  • test: Update Pretender, Add missing tests
  • $all-requests: head, options

NA

v3.0.0

05 Feb 22:45
Compare
Choose a tag to compare

3.0.0 (2018-02-05)

Features

  • $delete-request: add logic to handle delete request mock (5aa76f2)
  • $patch-request: add logic to handle patch (eeee8ca)
  • $put-request: add logic to handle put request (34cba79)

Tests

  • $acceptance: add tests for put, patch, and delete (efa5e01)

BREAKING CHANGES

  • $delete-request: delete
  • $patch-request: patch
  • $put-request: put
  • $acceptance: add more tests

none

v2.0.0

01 Feb 22:38
Compare
Choose a tag to compare

2.0.0 (2018-02-01)

Features

  • $ci: try to publish again (36f6ea8)

v0.1.0

01 Feb 22:01
Compare
Choose a tag to compare

0.1.0 (2018-02-01)

Features

  • $post-request: add support for mocking post requests (597967b)

v0.0.0

01 Feb 20:00
Compare
Choose a tag to compare

0.0.0 (2018-02-01)

Performance Improvements