Skip to content

Latest commit

 

History

History
374 lines (192 loc) · 12.7 KB

CHANGELOG.md

File metadata and controls

374 lines (192 loc) · 12.7 KB

1.1.0 (2017-11-17)

🎨 Code improvement(s)

  • Comply with the commonjs typescript transpilation (#10) (6931ff6)
  • Refactor method function call (cf07316)
  • Remove irregular whitespace (7bc2990)

🐛 Bug fix(es)

  • Fix es6 const generated by rollup typescript helpers (6791721)

🏭 New feature(s)

  • Add middlewares helper. (#12) (b9c6a65)

📝 Documentation update(s)

  • Adding middlewares code samples (#12). (b43cb1b)
  • Update npm badge color (0eae7bb)
  • Update readme top message and remove experimental flag for abortin (e449b46)

1.0.0 (2017-10-20)

⬆️ Version update(s)

🎨 Code improvement(s)

  • Widen resolver return type (6e2b299)

🏭 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)

📝 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)

✅ Test improvement(s)

  • Migrate from mocha to jest (f67bd84)

0.3.1 (2017-10-09)

⬆️ Version update(s)

📝 Documentation update(s)

  • Add homepage in package.json (c78a5dd)

0.3.0 (2017-10-09)

⬆️ Version update(s)

🎨 Code improvement(s)

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

🏁 Performance update(s)

  • Refactor perfs() to improve robustness and performance (7b2b27c)

🏭 New feature(s)

🔥 Breaking change(s)

  • The .options function now mixin by default (47b4630)
  • Remove .baseUrl and change .url behaviour (5142b02), closes #8

📝 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)

0.2.4 (2017-10-06)

⬆️ Version update(s)

🐛 Bug fix(es)

  • Fix perfs() concurrency issues (79f86ce)

0.2.3 (2017-10-06)

⬆️ Version update(s)

🎨 Code improvement(s)

  • Add module field in package.json (90431ff)
  • Add node.js partial support to the perf function (0045672)
  • Hide the changelog preset beneath a scripts folder + rewrite (696503c)

🏭 New feature(s)

  • Highly experimental perfs function. (6fa1d29)

📝 Documentation update(s)

  • Correct errorType typo (e058b7a)
  • Fix contributing typo (d12e29c)
  • Perfs() documentation (6c90e15)
  • Readme : image cdn and shorten unpkg link (8eac8c9)

✅ Test improvement(s)

0.2.2 (2017-10-04)

⬆️ Version update(s)

🎨 Code improvement(s)

  • Moves polyfills to the config object (2820e34)

🏭 New feature(s)

  • Allow non-global fetch & FormData (112b9cc)

0.2.1 (2017-10-03)

⬆️ Version update(s)

🎨 Code improvement(s)

  • Add custom changelog preset (023a73c)
  • change changelog format to atom (970bf7b)

🐛 Bug fix(es)

  • Fix baseUrl not mixing in options (5c90df4)

📝 Documentation update(s)

0.2.0 (2017-10-03)

⬆️ Version update(s)

🔥 Breaking change(s)

  • 🎨 Replace mixdefaults with a mixin flag. (c497f6e)

📝 Documentation update(s)

0.1.5 (2017-10-03)

⬆️ Version update(s)

🎨 Code improvement(s)

🏁 Performance update(s)

  • Use a Map instead of an Array for catchers (dba8e63)

0.1.4 (2017-10-03)

🎨 Code improvement(s)

🏁 Performance update(s)

  • [mix] small perf improvements (fb319eb)

🏭 New feature(s)

  • Add changelog (457852d)
  • Add global catchers with the catcher method (04b5cb9)

📝 Documentation update(s)

0.1.3 (2017-10-03)

⬆️ Version update(s)

🎨 Code improvement(s)

🐛 Bug fix(es)

  • Fix typos in mergeArrays (966cbeb)

🏭 New feature(s)

  • Add headers/content/body methods and better options type. (3c9c10e)

📝 Documentation update(s)

0.1.2 (2017-10-03)

⬆️ Version update(s)

🎨 Code improvement(s)

🏭 New feature(s)

📝 Documentation update(s)

0.1.1 (2017-10-03)

⬆️ Version update(s)

🎨 Code improvement(s)

  • Correct optional callbacks in declaration files (0b37983)

0.1.0 (2017-10-03)

⬆️ Version update(s)

🎨 Code improvement(s)

  • Add coverage (517ee5d)
  • Move from webpack to rollup and restore source maps (6515d7a)

🔥 Breaking change(s)

📝 Documentation update(s)

✅ Test improvement(s)

0.0.1 (2017-10-03)

⬆️ Version update(s)

🏭 New feature(s)