Skip to content
This repository has been archived by the owner on Feb 6, 2018. It is now read-only.

Latest commit

 

History

History
316 lines (200 loc) · 20.2 KB

CHANGELOG.md

File metadata and controls

316 lines (200 loc) · 20.2 KB

Change Log

v1.8.1 (2017-10-31)

Full Changelog

Closed issues:

  • Angular http implementation error #136
  • Prepare for feathers v3 #133
  • An in-range update of feathers is breaking the build 🚨 #129

Merged pull requests:

v2.0.0-pre.1 (2017-07-23)

Full Changelog

Closed issues:

  • How to return a pdf download file instead of data ? #125
  • Map route parameters to params.route #124

Merged pull requests:

  • Map route parameters to params.route #126 (daffl)
  • Update REST provider to Feathers v3 #123 (daffl)
  • Update plugin infrastructure and remove client functionality #122 (daffl)

v1.8.0 (2017-07-04)

Full Changelog

Closed issues:

  • Consider how to handle file upload #102

Merged pull requests:

v1.7.4 (2017-06-27)

Full Changelog

Closed issues:

  • Property 'axios' does not exist on type 'Transport' #116

Merged pull requests:

  • Add missing return-type annotation #119 (couac)

v1.7.3 (2017-06-07)

Full Changelog

Closed issues:

  • $gte query example? #118
  • JSON-API + feathers-rest #115
  • $in: [] returning unexpected results #113
  • Setting 'content-type' header properly with boundary #110

Merged pull requests:

v1.7.2 (2017-04-11)

Full Changelog

Closed issues:

  • res.hook should exist in middleware after errors #106
  • Add headers and remote IP #105

Merged pull requests:

v1.7.1 (2017-03-02)

Full Changelog

Merged pull requests:

v1.7.0 (2017-03-01)

Full Changelog

Closed issues:

  • Custom HTTP status code response #99

Merged pull requests:

v1.6.0 (2016-12-31)

Full Changelog

Closed issues:

  • support axios? #94

Merged pull requests:

  • Add support for Axios as the client #98 (daffl)

v1.5.3 (2016-12-30)

Full Changelog

Closed issues:

  • Client: Support Service Middleware / Generic Service #91
  • fn.call is not a function(…) on client side with webpack #89
  • $in operator doesn't work correctly through rest #88
  • add angular2 http client support #64

Merged pull requests:

v1.5.2 (2016-11-08)

Full Changelog

Closed issues:

  • Client fails to parse json response on 204 status using fetch #83

Merged pull requests:

  • Return null for no-content responses with fetch #84 (bedeoverend)
  • Swapping rm to rifraf and using relative path to _mocha for windows support #82 (corymsmith)
  • jshint —> semistandard #81 (corymsmith)

v1.5.1 (2016-10-21)

Full Changelog

Closed issues:

  • Rest clients should not delete/patch/update everything if id is undefined #79
  • Distinct #76
  • Sequelize Params not passed through when using REST Client #75

Merged pull requests:

  • Throw error when update, patch or remove id is undefined #80 (daffl)
  • adding code coverage #78 (ekryski)
  • Rename internal route id property #74 (daffl)

v1.5.0 (2016-09-09)

Full Changelog

Merged pull requests:

v1.4.4 (2016-08-18)

Full Changelog

Merged pull requests:

v1.4.3 (2016-07-14)

Full Changelog

Closed issues:

  • Implementation of fetch doesn't work in browser? #62
  • Setting hook.method should direct the request to the chosen method. #60
  • Error in REST handler: Invalid atomic update value for $\_\_original\_remove. Expected an object, received function #59
  • Return error.response.json\(\) doesn't resolve using fetch #56

Merged pull requests:

  • Use response.json() for converting errors #63 (daffl)

v1.4.2 (2016-06-04)

Full Changelog

Closed issues:

  • Support native browser fetch #54

Merged pull requests:

  • Fix fetch reference so that it works in the browser #55 (daffl)

v1.4.1 (2016-05-30)

Full Changelog

v1.4.0 (2016-05-30)

Full Changelog

Closed issues:

  • Clients should convert error objects to feathers-errors #50

Merged pull requests:

v1.3.0 (2016-04-28)

Full Changelog

Closed issues:

  • Support patch, remove and update many #40
  • Fix link in README for providers docs #38
  • feathers-rest returns Internal Server Error on invalid login #36
  • Set Allow response headers #21

Merged pull requests:

  • Add Allow HTTP headers #42 (daffl)
  • Support patch, update and remove many in the client #41 (daffl)

v1.2.5 (2016-04-13)

Full Changelog

Fixed bugs:

  • superagent doesn't set JSON Accept header #29

Closed issues:

  • Set Accept header as default #28
  • Remove JSDOM as devDependency #25
  • Add the ability for services to be internal only. #23

Merged pull requests:

v1.2.4 (2016-03-13)

Full Changelog

Merged pull requests:

  • Test and fix for request to serialize errors properly #22 (daffl)

v1.2.3 (2016-02-24)

Full Changelog

Merged pull requests:

v1.2.2 (2016-02-11)

Full Changelog

Merged pull requests:

  • Allow to instantiate a client instance #16 (daffl)

v1.2.1 (2016-02-09)

Full Changelog

v1.2.0 (2016-02-09)

Full Changelog

Closed issues:

  • Support setting headers #12
  • Errors aren't returned correctly when using fetch #4

Merged pull requests:

v1.1.1 (2016-01-16)

Full Changelog

Merged pull requests:

v1.1.0 (2016-01-10)

Full Changelog

Merged pull requests:

  • Adding REST Feathers clients for Fetch, jQuery, Request and Superagent #1 (daffl)

v1.0.0 (2016-01-03)

* This Change Log was automatically generated by github_changelog_generator