Skip to content

Commit

Permalink
Merge pull request #69 from kmvan/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
kmvan authored Feb 6, 2020
2 parents c8d1886 + 2c2f8ba commit db7b8d3
Show file tree
Hide file tree
Showing 10 changed files with 1,339 additions and 320 deletions.
4 changes: 2 additions & 2 deletions AppConfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"APP_VERSION": "4.1",
"APP_VERSION": "4.2",
"APP_NAME": "X Prober",
"APP_URL": "https://github.com/kmvan/x-prober",
"AUTHOR_URL": "https://inn-studio.com/prober",
Expand All @@ -15,7 +15,7 @@
"APP_TEMPERATURE_SENSOR_URL": "http://127.0.0.1",
"APP_TEMPERATURE_SENSOR_PORTS": [2048, 4096],
"AUTHOR_NAME": "INN STUDIO",
"LATEST_PHP_STABLE_VERSION": 7,
"LATEST_PHP_STABLE_VERSION": "7",
"LATEST_NGINX_STABLE_VERSION": "1.16.1",
"LATEST_SQLITE3_STABLE_VERSION": "3.30.1",
"LATEST_MYSQL_CLIENT_STABLE_VERSION": "50012",
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All Notable changes to `X-Prober` will be documented in this file

## 4.2.0 - 2020-02-06

### Optimize

- Reduce JS file size

### Add

- Add `php-dev.sh` for dev
- Add babel loader for prod

### Update

- Update package

## 4.1.0 - 2020-01-30

### Add
Expand Down
29 changes: 29 additions & 0 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"presets": ["@babel/preset-react", "@babel/preset-typescript"],
"plugins": [
"@babel/plugin-transform-async-to-generator",
"@babel/plugin-transform-strict-mode",
[
"@babel/plugin-proposal-decorators",
{
"legacy": true
}
],
[
"@babel/plugin-proposal-class-properties",
{
"loose": true
}
],
[
"babel-plugin-styled-components",
{
"minify": true,
"fileName": false,
"displayName": false,
"transpileTemplateLiterals": true,
"pure": true
}
]
]
}
6 changes: 3 additions & 3 deletions dist/prober.php

Large diffs are not rendered by default.

Loading

0 comments on commit db7b8d3

Please sign in to comment.