# Changelog 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] ## [1.1.0] - 2018-02-17 ### Added - Now the file extension is visible in the tree ### Changed - improvements to the style of the tree ### Removed - options: 'outputPath' Now you will be able to find the output file at: `localhost:port/filename.html` (or .json) ## [1.0.1] - 2018-02-11 ### Changed - update readme & package ## 1.0.0 - 2018-02-11 ### Added - First Release 🚀 [Unreleased]: https://github.com/king-prawns/webpack-tree-dependency/compare/v1.1.0...HEAD [1.1.0]: https://github.com/king-prawns/webpack-tree-dependency/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/king-prawns/webpack-tree-dependency/compare/v1.0.0...v1.0.1