dicom-viewer/CHANGELOG.md

22 lines
681 B
Markdown
Raw Normal View History

2022-10-24 16:51:36 +03:00
# 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).
## [1.1.0] - 2018-09-08
### Added
- Linting for scripts, styling, and a11y
- Travis CI build and deployment to GitHub Pages
### Changed
- Upgraded Webpack version to Webpack 4
- Cleaned up Webpack config code
## [1.0.0] - 2018-01-18
### Added
- Working webpack setup
- Supports multiple HTML pages
- JS transpiled down from ES6+ to ES5 and minified
- SCSS transpiled down to CSS, prefixed, and minified
- Static assets copied over