All Versions
51
Latest Version
Avg Release Cycle
50 days
Latest Release
572 days ago

Changelog History
Page 4

  • v1.3.1 Changes

    June 12, 2018

    โšก๏ธ :arrow_up: Version update(s)

    :art: Code improvement(s)

    • โœ… Launch the mock server aside of the test file. (35c5a4e)

    ๐Ÿ“š :memo: Documentation update(s)

    • โž• Add bundlephobia badge. (0399a65)
    • โž• Add paypal badge (cd98e4d)
    • ๐Ÿ›  Fix broken readme links. (75f767d)
    • ๐Ÿ’ป Mention browserstack in the readme. (2f6ad8e)
    • โšก๏ธ Update readme package version (04f75ce)
  • v1.3.0 Changes

    June 09, 2018

    โšก๏ธ :arrow_up: Version update(s)

    :bug: Bug fix(es)

    • ๐Ÿ›  Fix .url call when the url contains query parameters (e68764f)

    :factory: New feature(s)

    • โž• Add deferred callback chain. (10ddfe5)

    :fire: Breaking change(s)

    • โž• Add body argument shorthand to the http methods. (103cde3)

    ๐Ÿ“š :memo: Documentation update(s)

    • ๐Ÿ“ฆ Mention the wretch-middlewares package in the readme (880c02c)
    • โšก๏ธ Update .query anchor (b2670d9)
  • v1.2.0 Changes

    May 24, 2018

    โšก๏ธ :arrow_up: Version update(s)

    :factory: New feature(s)

    • Accept string argument in .query() #20 (b53cca3), closes #20

    :fire: Breaking change(s)

    • ๐Ÿ‘‰ Make .query() chainable #20 (1a6a7c8), closes #20

    :white_check_mark: Test improvement(s)

    • โž• Add more node.js versions used by the travis CI (7d6d779)
    • ๐Ÿ›  Fixes for node.js v10 (0dcba96)
  • v1.1.2 Changes

    March 07, 2018

    โšก๏ธ :arrow_up: Version update(s)

    :art: Code improvement(s)

    • ๐Ÿ˜Œ Relaxed Response & Options types (16c0b97)

    :white_check_mark: Test improvement(s)

    • โšก๏ธ Update tests with a working abortController polyfill (171ac48)
  • v1.1.1 Changes

    January 08, 2018

    โšก๏ธ :arrow_up: Version update(s)

    :art: Code improvement(s)

    :factory: New feature(s)

    • Pass the original request to the catchers/resolvers callback (1e4d3a4)

    ๐Ÿ“š :memo: Documentation update(s)

    • โšก๏ธ Update middleware and intro (09b0dc1)
  • v1.1.0 Changes

    November 17, 2017

    โšก๏ธ :arrow_up: Version update(s)

    :art: Code improvement(s)

    • Comply with the commonjs typescript transpilation (#10) (6931ff6), closes #10
    • ๐Ÿ”จ Refactor method function call (cf07316)
    • โœ‚ Remove irregular whitespace (7bc2990)

    :bug: Bug fix(es)

    • ๐Ÿ›  Fix es6 const generated by rollup typescript helpers (6791721), closes #11

    :factory: New feature(s)

    • โž• Add middlewares helper. (#12) (b9c6a65), closes #12

    ๐Ÿ“š :memo: Documentation update(s)

    • โž• Adding middlewares code samples (#12). (b43cb1b), closes #12
    • โšก๏ธ Update npm badge color (0eae7bb)
    • โšก๏ธ Update readme top message and remove experimental flag for abortin (e449b46)
  • v1.0.0 Changes

    October 20, 2017

    โšก๏ธ :arrow_up: Version update(s)

    :art: Code improvement(s)

    • Widen resolver return type (6e2b299)

    :factory: New feature(s)

    • โž• Add auth method to set the Authorization header. (1694396)
    • โž• Add early resolvers with the resolve function (481803b)
    • โž• Add HEAD and OPTIONS http methods. (3c30844)

    ๐Ÿ“š :memo: Documentation update(s)

    • โž• Add homepage usage section, tagboxes and footer (fd3bcf7)
    • Bypass jekyll (22c957c)
    • ๐Ÿ›  Fix readme typo (9d1b4c6)
    • Readme modifications : fix method links, simplify polyfills, add h (e37ea0b)

    :white_check_mark: Test improvement(s)

    • Migrate from mocha to jest (f67bd84)
  • v0.3.1 Changes

    October 09, 2017

    โšก๏ธ :arrow_up: Version update(s)

    ๐Ÿ“š :memo: Documentation update(s)

    • โž• Add homepage in package.json (c78a5dd)
  • v0.3.0 Changes

    October 09, 2017

    โšก๏ธ :arrow_up: Version update(s)

    :art: Code improvement(s)

    • โž• Add polyfill getter method (ca49cfc)
    • Can now catch on error name (2a0f7e9)

    ๐ŸŽ :checkered_flag: Performance update(s)

    • ๐ŸŽ Refactor perfs() to improve robustness and performance (7b2b27c)

    :factory: New feature(s)

    • Abortable requests (c5888fe), closes #7
    • โž• Add formUrl body type (64f6c3e), closes #9

    :fire: Breaking change(s)

    • 0๏ธโƒฃ The .options function now mixin by default (47b4630)
    • โœ‚ Remove .baseUrl and change .url behaviour (5142b02), closes #8

    ๐Ÿ“š :memo: Documentation update(s)

    • โž• Add methods indexes and clarify some point in the readme (54dae1c)
    • โž• Add minimalist companion website. (10f2197)
    • โž• Add readme announcement. (d87a57d)
    • ๐Ÿ›  Fix readme typo (85852a6)
    • ๐Ÿ›  Fixed readme usage layout (7f8ea0f)
    • โšก๏ธ Update readme (7881e2c)
  • v0.2.4 Changes

    October 06, 2017

    โšก๏ธ :arrow_up: Version update(s)

    :bug: Bug fix(es)

    • ๐Ÿ›  Fix perfs() concurrency issues (79f86ce)