# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/blacha/diablo2/compare/v0.8.0...v0.9.0) (2021-10-22)


### Features

* **viewer:** add more doors ([5ede0bb](https://github.com/blacha/diablo2/commit/5ede0bbecdc70af990be84b1e413f8f363fdb351))
* **viewer:** honor pitch and bearing in addition to zoom ([#188](https://github.com/blacha/diablo2/issues/188)) ([fde7fee](https://github.com/blacha/diablo2/commit/fde7fee30d11bd119dcfa752e16bd1ced4b261db))
* **viewer:** include all object properties in rendering ([ccdc3f1](https://github.com/blacha/diablo2/commit/ccdc3f1d3cd12644cc3074aaa30500358ff7367f))





# [0.8.0](https://github.com/blacha/diablo2/compare/v0.7.0...v0.8.0) (2021-10-17)


### Features

* split map into map server and map viewer ([#186](https://github.com/blacha/diablo2/issues/186)) ([b92efb9](https://github.com/blacha/diablo2/commit/b92efb9c012527fc4d9b36eb286dadcbc52f0be9))
* **viewer:** make things look a bit nicer ([a9f3414](https://github.com/blacha/diablo2/commit/a9f3414d73bca5b4a90822bcf6a04603c18cbb44))


### BREAKING CHANGES

* this splits the map viewer out into @diablo2/viewer and moves a lot of types around
