Skip to content

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mbklein committed Feb 17, 2022
1 parent 0efcd95 commit a8af5d6
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
## Change Log

Only features and major fixes are listed. Everything else can be considered a minor bugfix or maintenance release.

##### v2.0.0

- Pass `baseUrl` to `streamResolver` and `dimension` functions
- Use a consistent name for dimensions function in `README.md`

##### v1.0.0

- Add pixel density option
- Improve documentation
- Full test coverage

##### v0.3.6

- Allow transformation to include existing metadata

##### v0.3.5

- Allow `.tiff` and `.webp` requests
- Accept `.tif` and `.jpeg`

##### v0.3.0

- Add optional dimension function and `maxWidth` parameter to initializer

##### v0.2.0

- Initial release

# Contributors

- [Michael B. Klein](https://github.com/mbklein)
- [Kate Lynch](https://github.com/kelynch)
- [Ben Limmer](https://github.com/blimmer)
- [Dan Wolfe](https://github.com/danthewolfe)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iiif-processor",
"version": "2.0.0",
"version": "2.0.1",
"description": "IIIF 2.1 Image API modules for NodeJS",
"main": "index.js",
"repository": "https://github.com/samvera-labs/node-iiif",
Expand Down

0 comments on commit a8af5d6

Please sign in to comment.