Skip to content

Commit

Permalink
chore: release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nvh95 committed Apr 4, 2022
1 parent 1684aae commit ff50efc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
# 0.0.0-alpha.1
# 0.0.1

## Features

- Add `previewServer` expose as `jest-preview` cli
- Add css and file transforms
- Support direct CSS import
- Support viewing images, media files...
- Support styled-components
- Reload browser using web socket

# 0.0.1-alpha.1

## Features

- Watch `index.html` on created and removed. Add websocket reload for fallback page.
- Fix README.md

# 0.0.0-alpha.0
# 0.0.1-alpha.0

## Features

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-preview",
"version": "0.0.1-alpha.1",
"version": "0.0.1",
"description": "Preview your HTML code while using Jest",
"keywords": [
"testing",
Expand Down

0 comments on commit ff50efc

Please sign in to comment.