Skip to content

Commit

Permalink
Bump to version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swederik committed Dec 8, 2017
1 parent 455ec4f commit 6ffa678
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 19 deletions.
3 changes: 2 additions & 1 deletion changelog.md
Expand Up @@ -4,12 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
## [2.0.0] - 2017-12-08
### Changed

- *Breaking Change!!!* Switches image loader return values to support the breaking change in Cornerstone Master (https://github.com/cornerstonejs/cornerstone/commit/9448755397da10a6de6f694d83123274cbd4b38e) which requires image loaders to return an object of the form { promise, cancelFn }.
- *Breaking Change!!!* Removed jQuery events from triggerEvent, lower-cased all the event names.
- *Breaking Change!!!* Switched all Deferred usage to use Promises
- *Breaking Change!!!* Updated to depend on Cornerstone 2.0.0 or higher

## [1.0.5] - 2017-12-08
### Added
Expand Down
4 changes: 2 additions & 2 deletions dist/cornerstoneWADOImageLoader.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cornerstoneWADOImageLoader.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/cornerstoneWADOImageLoader.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cornerstoneWADOImageLoader.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/cornerstoneWADOImageLoaderWebWorker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cornerstoneWADOImageLoaderWebWorker.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/cornerstoneWADOImageLoaderWebWorker.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cornerstoneWADOImageLoaderWebWorker.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/cornerstone.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/cornerstone.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "cornerstone-wado-image-loader",
"version": "1.0.5",
"version": "2.0.0",
"description": "Cornerstone ImageLoader for DICOM WADO-URI",
"keywords": [
"DICOM",
Expand Down Expand Up @@ -55,7 +55,7 @@
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"concat": "^1.0.3",
"cornerstone-core": "^1.1.4",
"cornerstone-core": "^2.0.0",
"coveralls": "^3.0.0",
"docdash": "^0.4.0",
"eslint": "^4.12.0",
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
@@ -1 +1 @@
export default '1.0.5';
export default '2.0.0';

0 comments on commit 6ffa678

Please sign in to comment.