docpage
Version:
Quickly create a documentation site from a single markdown file
45 lines (27 loc) • 794 B
Markdown
# docpage change log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
* ???
## v1.1.1
### Added
* better blockquote style
* print messages for `serve` cmd and `--watch` option
### Fixed
* description option in build cmd
## v1.1.0
### Added
* add --code and --main-website options for creating links in header
### Fixed
* fix overflow in `pre` code blocks
## v1.0.2
### Fixed
* pass watch option to build cmd, improve help text
## v1.0.1
### Fixed
* add os-tmpdir dep
## v1.0.0
### Added
* Initial implementation!
* `docpage` commands `build`, `start`, `publish`, `login`, & `register`
* initial JS API