Skip to content

Commit

Permalink
chore(docs): add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
uetchy committed Dec 20, 2019
1 parent c5f33d0 commit 2df48cb
Showing 1 changed file with 100 additions and 0 deletions.
100 changes: 100 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,100 @@
## 2.0.0-pre.0 (2019-12-19)

- :arrow_up: Version 1.3.0 ([173420b](https://github.com/vivliostyle/vivliostyle-cli/commit/173420b))
- :arrow_up: Version 1.3.1 ([04bfa6f](https://github.com/vivliostyle/vivliostyle-cli/commit/04bfa6f))
- #11 #13 Fix entrypoint loader to load EPUB and XHTML ([2cc03eb](https://github.com/vivliostyle/vivliostyle-cli/commit/2cc03eb))
- 2.0.0-pre.0 ([c5f33d0](https://github.com/vivliostyle/vivliostyle-cli/commit/c5f33d0))
- Add instruction ([1ed2787](https://github.com/vivliostyle/vivliostyle-cli/commit/1ed2787))
- Adopt subcommand system ([158c9e8](https://github.com/vivliostyle/vivliostyle-cli/commit/158c9e8))
- Create README.md ([7b71309](https://github.com/vivliostyle/vivliostyle-cli/commit/7b71309))
- fix broker path ([964af52](https://github.com/vivliostyle/vivliostyle-cli/commit/964af52))
- Rename save -> build ([1af35d3](https://github.com/vivliostyle/vivliostyle-cli/commit/1af35d3))
- Rename viola -> vivliostyle ([d55299b](https://github.com/vivliostyle/vivliostyle-cli/commit/d55299b))
- Update codes for new command name ([7422282](https://github.com/vivliostyle/vivliostyle-cli/commit/7422282))
- Update test command ([c2b0bee](https://github.com/vivliostyle/vivliostyle-cli/commit/c2b0bee))
- Use serve-handler ([3c6a36d](https://github.com/vivliostyle/vivliostyle-cli/commit/3c6a36d))
- Vivliostyle 2019.1.106 ([a680a61](https://github.com/vivliostyle/vivliostyle-cli/commit/a680a61))
- Vivliostyle 2019.8.101 ([7d5f94c](https://github.com/vivliostyle/vivliostyle-cli/commit/7d5f94c))
- fix: add enum definitions ([391f2ac](https://github.com/vivliostyle/vivliostyle-cli/commit/391f2ac))
- fix: automatically find chrome port to avoid conflict ([bd0d213](https://github.com/vivliostyle/vivliostyle-cli/commit/bd0d213)), closes [#24](https://github.com/vivliostyle/vivliostyle-cli/issues/24)
- fix: cover chrome-remote-interface ([5f3bbed](https://github.com/vivliostyle/vivliostyle-cli/commit/5f3bbed))
- fix: migrate from vivliostyle to @vivliostyle/core ([980ca9c](https://github.com/vivliostyle/vivliostyle-cli/commit/980ca9c))
- fix: port cli to TypeScript ([1b29b2c](https://github.com/vivliostyle/vivliostyle-cli/commit/1b29b2c))
- fix(npm): publish /broker to npm ([a6f1c2f](https://github.com/vivliostyle/vivliostyle-cli/commit/a6f1c2f))
- fix(test): test subcommand ([e0baff1](https://github.com/vivliostyle/vivliostyle-cli/commit/e0baff1))
- chore: add keywords, homepage, bugs to package.json ([aee4c6c](https://github.com/vivliostyle/vivliostyle-cli/commit/aee4c6c))
- chore: add prettier to match styles ([90addac](https://github.com/vivliostyle/vivliostyle-cli/commit/90addac))
- chore: add travis ([1ffbb02](https://github.com/vivliostyle/vivliostyle-cli/commit/1ffbb02))
- chore: cosmetic changes ([478dfa1](https://github.com/vivliostyle/vivliostyle-cli/commit/478dfa1))
- chore: cosmetic changes ([71586e1](https://github.com/vivliostyle/vivliostyle-cli/commit/71586e1))
- chore: export interfaces ([7aeac7f](https://github.com/vivliostyle/vivliostyle-cli/commit/7aeac7f))
- chore: fix command ([f9966de](https://github.com/vivliostyle/vivliostyle-cli/commit/f9966de))
- chore: Fix editorconfig ([7aa65c7](https://github.com/vivliostyle/vivliostyle-cli/commit/7aa65c7))
- chore: ignore clutter ([4d8896c](https://github.com/vivliostyle/vivliostyle-cli/commit/4d8896c))
- chore: omit viola-savepdf notice ([7271553](https://github.com/vivliostyle/vivliostyle-cli/commit/7271553))
- chore: publish declaration files ([fa47ff9](https://github.com/vivliostyle/vivliostyle-cli/commit/fa47ff9))
- chore: remove Makefile in favor of proper test suite ([365f427](https://github.com/vivliostyle/vivliostyle-cli/commit/365f427))
- chore: rename vivliostyle-savepdf to @vivliostyle/cli ([8152e1f](https://github.com/vivliostyle/vivliostyle-cli/commit/8152e1f))
- chore: update deps ([d151840](https://github.com/vivliostyle/vivliostyle-cli/commit/d151840))
- chore: update preact from 8 to 10 ([1036990](https://github.com/vivliostyle/vivliostyle-cli/commit/1036990))
- chore(test): fix test to show stderr when command failed ([865bf2e](https://github.com/vivliostyle/vivliostyle-cli/commit/865bf2e))
- test: add test ([7512f9b](https://github.com/vivliostyle/vivliostyle-cli/commit/7512f9b))
- test: checks if savepdf generates pdf without err ([9694093](https://github.com/vivliostyle/vivliostyle-cli/commit/9694093))
- test: invoke test before push ([62b5b87](https://github.com/vivliostyle/vivliostyle-cli/commit/62b5b87))
- feat: mvp ([683c5de](https://github.com/vivliostyle/vivliostyle-cli/commit/683c5de))

### BREAKING CHANGE

- command has been changed from savepdf to vivliostyle

## <small>1.2.7 (2019-03-11)</small>

- :arrow_up: version 1.2.2 ([d07dfe1](https://github.com/vivliostyle/vivliostyle-cli/commit/d07dfe1))
- :arrow_up: version 1.2.3 ([8f8cc72](https://github.com/vivliostyle/vivliostyle-cli/commit/8f8cc72))
- :arrow_up: version 1.2.4 ([60987a6](https://github.com/vivliostyle/vivliostyle-cli/commit/60987a6))
- :arrow_up: Version 1.2.5 ([5cf0999](https://github.com/vivliostyle/vivliostyle-cli/commit/5cf0999))
- :arrow_up: Version 1.2.6 ([326e6b7](https://github.com/vivliostyle/vivliostyle-cli/commit/326e6b7))
- :arrow_up: Version 1.2.7 ([358e96b](https://github.com/vivliostyle/vivliostyle-cli/commit/358e96b))
- add 'root' cli option ([47773a1](https://github.com/vivliostyle/vivliostyle-cli/commit/47773a1))
- Add book mode ([c34a99c](https://github.com/vivliostyle/vivliostyle-cli/commit/c34a99c))
- Add Dockerfile ([c86c03f](https://github.com/vivliostyle/vivliostyle-cli/commit/c86c03f))
- Bump dependency versions ([8f4c4e3](https://github.com/vivliostyle/vivliostyle-cli/commit/8f4c4e3))
- Bump up dependency versions ([22d8b0f](https://github.com/vivliostyle/vivliostyle-cli/commit/22d8b0f))
- change option order / pass root option to preview mode ([913f20d](https://github.com/vivliostyle/vivliostyle-cli/commit/913f20d))
- fix index path in save.js ([3061be8](https://github.com/vivliostyle/vivliostyle-cli/commit/3061be8))
- fix listen address to localhost ([43d40ca](https://github.com/vivliostyle/vivliostyle-cli/commit/43d40ca))
- Fix parsing preset size ([5f2a7c5](https://github.com/vivliostyle/vivliostyle-cli/commit/5f2a7c5))
- Improve preview page navigator ([016899a](https://github.com/vivliostyle/vivliostyle-cli/commit/016899a))
- Integrate MathJax ([db5b2eb](https://github.com/vivliostyle/vivliostyle-cli/commit/db5b2eb))
- Make configurable loading mode ([068ed0b](https://github.com/vivliostyle/vivliostyle-cli/commit/068ed0b))
- remove part of query string from path ([e5021f6](https://github.com/vivliostyle/vivliostyle-cli/commit/e5021f6))
- Show app version in preview page ([afeeea3](https://github.com/vivliostyle/vivliostyle-cli/commit/afeeea3))
- support to flattened node_modules ([d3bc592](https://github.com/vivliostyle/vivliostyle-cli/commit/d3bc592))
- Update to show the vivliostyle version ([3fa880d](https://github.com/vivliostyle/vivliostyle-cli/commit/3fa880d))
- Update urls for Vivliostyle.org ([f89a326](https://github.com/vivliostyle/vivliostyle-cli/commit/f89a326))

## <small>1.2.1 (2017-12-08)</small>

- :arrow_up: version 1.2.1 ([7b020bd](https://github.com/vivliostyle/vivliostyle-cli/commit/7b020bd))
- add --no-sandbox option ([d4e51bd](https://github.com/vivliostyle/vivliostyle-cli/commit/d4e51bd))
- add a guide message in case of ECONNREFUSED error ([5ec588e](https://github.com/vivliostyle/vivliostyle-cli/commit/5ec588e))
- add a guide message in case of ECONNREFUSED error in headless mode ([67bdf64](https://github.com/vivliostyle/vivliostyle-cli/commit/67bdf64))
- Fix error handling ([2e7648a](https://github.com/vivliostyle/vivliostyle-cli/commit/2e7648a))
- make previewer enable to launch without sandbox ([bf2727d](https://github.com/vivliostyle/vivliostyle-cli/commit/bf2727d))
- make save.js enable to launch without sandbox ([caca589](https://github.com/vivliostyle/vivliostyle-cli/commit/caca589))

## 1.2.0 (2017-11-21)

- :arrow_up: version 1.2.0 ([a43717e](https://github.com/vivliostyle/vivliostyle-cli/commit/a43717e))
- Add preview mode ([a4acbe1](https://github.com/vivliostyle/vivliostyle-cli/commit/a4acbe1))
- Fix print CSS ([60f9c09](https://github.com/vivliostyle/vivliostyle-cli/commit/60f9c09))
- Improve broker page ([e86d410](https://github.com/vivliostyle/vivliostyle-cli/commit/e86d410))
- Update package ([a838577](https://github.com/vivliostyle/vivliostyle-cli/commit/a838577))

## 1.1.0 (2017-08-02)

- :arrow_up: version 1.1.0 ([5fa41c8](https://github.com/vivliostyle/vivliostyle-cli/commit/5fa41c8))
- Add page size option ([32d89b4](https://github.com/vivliostyle/vivliostyle-cli/commit/32d89b4))
- Create LICENSE ([ee6d44e](https://github.com/vivliostyle/vivliostyle-cli/commit/ee6d44e))
- Implement very simple script ([a748e18](https://github.com/vivliostyle/vivliostyle-cli/commit/a748e18))
- Set print media emulation ([36370de](https://github.com/vivliostyle/vivliostyle-cli/commit/36370de))

0 comments on commit 2df48cb

Please sign in to comment.