fb
Version:
NodeJS Library for Facebook
58 lines (43 loc) • 1.89 kB
Markdown
Changelog
=========
## 2.0.0
* **BREAKING CHANGE**: Dropped support for FQL and Legacy REST Api
* **BREAKING CHANGE**: New minimum API version `v2.3`
* **BREAKING CHANGE**: `FacebookApiException` and `version` are no longer available on `Facebook` instances.
* This means `FB.FacebookApiException` cannot be used when doing `import FB from 'fb';` or `var {FB} = require('fb');` you must import `FacebookApiException` separately.
* **BREAKING CHANGE**: Drop support for node `0.10` and `0.12`, node `4` is the new minimum
* **BREAKING CHANGE**: The old broken samples/ directory has been removed
* `FB.api` now supports usage with promises
* Update deps
* Migrate to babel-preset-env
## 1.1.1
* Fix #54: FB methods should be bound
## 1.1.0
* Update deps:
* `request`: `^2.62.0` -> `^2.67.0`
* `chai`: `^3.2.0` -> `^3.4.1`
* `lodash.omit`: `^3.1.0` -> `^4.0.1`
* `mocha`: `^2.3.2` -> `^2.3.4`
* `nock`: `^2.12.0` -> `^5.2.1`
* Explicitly support ES2015 `import` in Babel
* Add `new Facebook(options)` for library usage
* Add `FB.extend` for multi-app usage
* Add `FB.withAccessToken` for alternate multi-user usage
* Support file uploads using Buffers and read streams
## 1.0.2
* #22 Fix accidental global / strict mode bug
## 1.0.1
* `1.0.0` was accidentally tagged as `next` instead of `latest`, making `1.0.1` the first official `1.0.x` version.
## 1.0.0
* Add `beta` option
* Update dep: `request`
* Remove unused dependency on `crypto` package
* **BREAKING CHANGE**: Drop support for node `0.6` and `0.8`
* Fix __dirname relative required that breaks browserify builds
* Add `userAgent` option
* Add `version` option
* Fix incorrect merging of string and object query params
* Add `DEBUG=fb:req,fb:sig` support
* `pingFacebook` removed
## 0.7.3 and before
Versions before 1.0.0 were maintained by Thuzi and were never given an official changelog.