wekan/packages/wekan-cfs-http-methods/CHANGELOG.md

153 lines
5.7 KiB
Markdown
Raw Normal View History

# Changelog
## vCurrent
## [v0.0.30]
#### 9/9/15 by Eric Dobbertin
- Ensure we do not try to end responses twice
## [v0.0.29]
#### 29/4/15 by Eric Dobbertin
- Respond properly to 206 Range requests (thanks [cherbst](https://github.com/cherbst))
## [v0.0.28]
#### 8/4/15 by Eric Dobbertin
- Fix issue where response would not be sent when using streams
## [v0.0.26] (https://github.com/zcfs/Meteor-http-methods/tree/v0.0.26)
#### 17/12/14 by Morten Henriksen
- mbr update, remove versions.json
## [v0.0.25] (https://github.com/zcfs/Meteor-http-methods/tree/v0.0.25)
#### 17/12/14 by Morten Henriksen
- mbr update versions and fix warnings
- *Merged pull-request:* "- Added link to documentation about usage of HTTP client-side" [#22](https://github.com/zcfs/Meteor-http-methods/issues/22) ([jkaan](https://github.com/jkaan))
- *Merged pull-request:* "Typos." [#23](https://github.com/zcfs/Meteor-http-methods/issues/23) ([bradvogel](https://github.com/bradvogel))
- - Added link to documentation about usage of HTTP client-side
- *Merged pull-request:* "typo in example: this.params instead of this.param" [#21](https://github.com/zcfs/Meteor-http-methods/issues/21) ([lukasvan3l](https://github.com/lukasvan3l))
- typo in example: this.params instead of this.param
- *Merged pull-request:* ""code" is not always there" [#20](https://github.com/zcfs/Meteor-http-methods/issues/20) ([lukasvan3l](https://github.com/lukasvan3l))
- code is not always there
- 0.9.1 support
Patches by GitHub users [@jkaan](https://github.com/jkaan), [@bradvogel](https://github.com/bradvogel), [@lukasvan3l](https://github.com/lukasvan3l).
## [v0.0.23] (https://github.com/zcfs/Meteor-http-methods/tree/v0.0.23)
#### 25/08/14 by Morten Henriksen
- *Fixed bug:* "Cannot transfer a file stream over 5Mb to the server." [#17](https://github.com/zcfs/Meteor-http-methods/issues/17)
- *Merged pull-request:* "Add this.requestHeaders to readme" [#12](https://github.com/zcfs/Meteor-http-methods/issues/12) ([matthewsimo](https://github.com/matthewsimo))
- Add this.requestHeaders to readme
Patches by GitHub user [@matthewsimo](https://github.com/matthewsimo).
## [v0.0.22] (https://github.com/zcfs/Meteor-http-methods/tree/v0.0.22)
#### 25/03/14 by Morten Henriksen
- *Merged pull-request:* "Typo fixes" [#11](https://github.com/zcfs/Meteor-http-methods/issues/11) ([dandv](https://github.com/dandv))
- *Merged pull-request:* "Cosmetic fixes" [#10](https://github.com/zcfs/Meteor-http-methods/issues/10) ([dandv](https://github.com/dandv))
- Typo fixes
- Cosmetic fixes
Patches by GitHub user [@dandv](https://github.com/dandv).
## [v0.0.21] (https://github.com/zcfs/Meteor-http-methods/tree/v0.0.21)
#### 23/03/14 by Morten Henriksen
## [v0.0.20] (https://github.com/zcfs/Meteor-http-methods/tree/v0.0.20)
#### 22/03/14 by Morten Henriksen
- add check
- use collectionFS travis version force update
## [v0.0.19] (https://github.com/zcfs/Meteor-http-methods/tree/v0.0.19)
#### 22/03/14 by Morten Henriksen
- Added ability for throwing http errors
## [v0.0.18] (https://github.com/zcfs/Meteor-http-methods/tree/v0.0.18)
#### 18/03/14 by Morten Henriksen
- support HEAD requests
- Add better streaming api and fix timeout / chunk size bug
- refactor + added read stream
- Add streaming WIP
- Name tests by package
- unbreak http-publish tests when run at in one test
## [v0.0.17] (https://github.com/zcfs/Meteor-http-methods/tree/v0.0.17)
#### 22/02/14 by Morten Henriksen
- *Fixed bug:* "Binary use currently breaks json usage of data" [#6](https://github.com/zcfs/Meteor-http-methods/issues/6)
## [v0.0.16] (https://github.com/zcfs/Meteor-http-methods/tree/v0.0.16)
#### 22/02/14 by Morten Henriksen
- Fix test - params from a query string is string now
- make sure falsy turns into string
## [v0.0.15] (https://github.com/zcfs/Meteor-http-methods/tree/v0.0.15)
#### 21/02/14 by Eric Dobbertin
## [v0.0.14] (https://github.com/zcfs/Meteor-http-methods/tree/v0.0.14)
#### 20/02/14 by Eric Dobbertin
- support binary data from the request
## [v0.0.13] (https://github.com/zcfs/Meteor-http-methods/tree/v0.0.13)
#### 17/02/14 by Morten Henriksen
- Merge branch 'master' of https://github.com/zcfs/Meteor-http-methods
- Bump to version 0.0.12
## [v0.0.12] (https://github.com/zcfs/Meteor-http-methods/tree/v0.0.12)
#### 17/02/14 by Eric Dobbertin
- Add requestHeaders to method context
- Better handling of Meteor.Error's
- url decode values in params
- Allow user to set headers in custom response
## [v0.0.11] (https://github.com/zcfs/Meteor-http-methods/tree/v0.0.11)
#### 08/12/13 by Morten Henriksen
## [v0.0.10] (https://github.com/zcfs/Meteor-http-methods/tree/v0.0.10)
#### 14/11/13 by Morten Henriksen
## [v0.0.9] (https://github.com/zcfs/Meteor-http-methods/tree/v0.0.9)
#### 30/09/13 by Morten Henriksen
- Add MIT License
## [v0.0.8] (https://github.com/zcfs/Meteor-http-methods/tree/v0.0.8)
#### 28/09/13 by Morten Henriksen
- Comment feature - format selector as extension in url
## [v0.0.7] (https://github.com/zcfs/Meteor-http-methods/tree/v0.0.7)
#### 18/09/13 by Morten Henriksen
## [v0.0.6, tag: v0.0.5] (https://github.com/zcfs/Meteor-http-methods/tree/v0.0.6, tag: v0.0.5)
#### 18/09/13 by Morten Henriksen
- Added more features
## [v0.0.4] (https://github.com/zcfs/Meteor-http-methods/tree/v0.0.4)
#### 13/09/13 by Morten Henriksen
## [v0.0.3] (https://github.com/zcfs/Meteor-http-methods/tree/v0.0.3)
#### 12/09/13 by Morten Henriksen
## [v0.0.2] (https://github.com/zcfs/Meteor-http-methods/tree/v0.0.2)
#### 12/09/13 by Morten Henriksen
- *Fixed bug:* "allow empty last value in url" [#1](https://github.com/zcfs/Meteor-http-methods/issues/1)
## [v0.0.1] (https://github.com/zcfs/Meteor-http-methods/tree/v0.0.1)
#### 12/09/13 by Morten Henriksen
- Init commit