Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## [Unreleased]

## [0.7.0] - 2016-01-04

### Added

- `Promise` with `finally` method for React Native

### Changed

- `ErrorUtils`: Re-uses any global instance that already exists
- `fetch`: Switched to `isomorphic-fetch` when a global implementation is missing
- `getActiveElement`: Handles a non-existent `document` (again)

## [0.6.0] - 2015-12-29

### Changed
Expand Down
3 changes: 3 additions & 0 deletions scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## [Unreleased]

## [0.7.0] - 2016-01-04

### Added
- [babel] Added rewrite-modules plugin for Babel 6
- [gulp] Added strip-provides-module to strip `@providesModule` headers


## [0.5.0] - 2015-11-11
Expand Down