Skip to content

Releases: ruyadorno/snapstub

v6.0.0

02 Dec 16:08
v6.0.0
1edd1b6
Compare
Choose a tag to compare

Breaking Changes:

  • Node >= 14

Dependencies

  • get-stdin@9.0.0
  • globby@13.1.2
  • got@12.5.3
  • mkdirp@1.0.4
  • query-string@7.1.2
  • simple-output@3.0.0

v5.0.1

15 Jul 02:29
v5.0.1
dc03bf2
Compare
Choose a tag to compare
  • Updated dependencies

v5.0.0

27 Apr 14:38
v5.0.0
b4d5bd8
Compare
Choose a tag to compare

BREAKING:

  • Needs node 10+

Dependencies:

  • stubborn-server@2.0.1
    • Added better CORS support through cors middleware

Thanks @igneel64 for working on these! 🎉

v4.0.1

14 Aug 20:44
2785e35
Compare
Choose a tag to compare
  • Updated dependencies

v4.0.0

06 Nov 16:55
1c380dc
Compare
Choose a tag to compare

-Replaced jsonlint formatter in favor of using JSON.stringify space option when saving endpoints

v3.1.0

02 Oct 02:04
966c6bd
Compare
Choose a tag to compare
  • Added support to deterministic responses when using query strings, headers or cookies
  • Added --nojson option to allow mocking html or just plain text
  • Improvements to start command e9a9972
  • Added project fancy new logo 😄

v3.0.0

28 Sep 04:36
3e3f617
Compare
Choose a tag to compare

Breaking changes

  • Now snapstub only supports node LTS and latest versions

Other

  • Updated dependencies

v2.4.0

04 Aug 03:58
91ab84a
Compare
Choose a tag to compare

Added new save command 🎉

  • Allows for saving any arbitrary data into a new route
  • Decoupled implementation from add into a sep command that will only save data
  • cli usage reads data from standard input
  • internally, add will use save to store files

v2.3.0

06 Jul 18:55
Compare
Choose a tag to compare
  • Added silent option

Thanks @g-harel 🎉

v2.2.1

05 Jul 21:04
Compare
Choose a tag to compare
  • Fixed broken build