-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0514962
commit dc07229
Showing
3 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2022-09-23) | ||
|
||
|
||
### Features | ||
|
||
* add --noBabel option in order to use as a simple proxy ([065f17a](https://github.com/cheminfo/babel-proxy-server/commit/065f17a4eabab905c757c0169e4153a5c67b236d)) | ||
* add Dockerfile ([60a890e](https://github.com/cheminfo/babel-proxy-server/commit/60a890ef2b0a56148ec5deff364cab232cc974b0)) | ||
* Add possibility to proxy to file system ([3cba094](https://github.com/cheminfo/babel-proxy-server/commit/3cba094b02347c5654db74a3ad85dedd0c7bd42c)) | ||
* allow to add proxies ([493059a](https://github.com/cheminfo/babel-proxy-server/commit/493059a994c60132b2215a87e7e28107ac1ec677)) | ||
* automatic share of the parent git folder ([fa38042](https://github.com/cheminfo/babel-proxy-server/commit/fa380427295aa0decb02be92a7ce507fb0fdcb36)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* add readme to start the server ([1985f9c](https://github.com/cheminfo/babel-proxy-server/commit/1985f9c08027f62cb7e8bc79258e4eafee70a97d)) | ||
* make express proxy middleware work again ([6cbf83b](https://github.com/cheminfo/babel-proxy-server/commit/6cbf83b97f6fcc6bd656e79da8b7d9df41aaa14a)) | ||
* plugin instead of preset ([7aedfc8](https://github.com/cheminfo/babel-proxy-server/commit/7aedfc8b11edcb3f6c9beabd0e8a363ffbaf7849)) | ||
* prepare for Docker deployment ([43c9bd8](https://github.com/cheminfo/babel-proxy-server/commit/43c9bd8f4652a1e1feb64750552b9b59f91b1dcc)) | ||
* replace all .. with . ([13aa6d4](https://github.com/cheminfo/babel-proxy-server/commit/13aa6d45cb22dd539a7288b5b7bff8a2f184893b)) | ||
* resolve proxy url correctly when target has a path ([25a4e69](https://github.com/cheminfo/babel-proxy-server/commit/25a4e690b0acab40a70e18fb65dfa6a0e1cb35c4)) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
"node-fetch": "^2.6.1" | ||
}, | ||
"name": "babel-proxy-server", | ||
"version": "0.0.1", | ||
"version": "1.0.0", | ||
"description": "Proxy that converts js files with babel", | ||
"main": "src/server.js", | ||
"author": "Daniel Kostro <[email protected]>", | ||
|