openchemlib
Advanced tools
Comparing version 5.6.1 to 5.7.0
@@ -0,1 +1,10 @@ | ||
5.7.0 / 2018-12-02 | ||
================== | ||
* Update OCL to 2018.12.0 | ||
* Added support for copying and pasting molfiles | ||
* Added molecule.toIsomericSmiles(includeAtomMapping) | ||
* Fixed display of query features | ||
* Fixed emitting change event for modifications coming from dialogs | ||
5.6.1 / 2018-11-06 | ||
@@ -2,0 +11,0 @@ ================== |
{ | ||
"name": "openchemlib", | ||
"version": "5.6.1", | ||
"version": "5.7.0", | ||
"description": "Manipulate molecules", | ||
@@ -12,8 +12,13 @@ "keywords": [ | ||
"scripts": { | ||
"copy:openchemlib": "gulp copy:openchemlib", | ||
"build": "gulp build:min && npm run build-pretty", | ||
"build-core": "gulp build:min -m core", | ||
"build-minimal": "gulp build:min -m minimal", | ||
"build-pretty": "gulp build:pretty -m full --suffix pretty", | ||
"eslint": "eslint __tests__ gulpfile.js benchmark openchemlib/classes.js", | ||
"build:min": "node scripts/build.js build --mode=min", | ||
"build:pretty": "node scripts/build.js build --mode=pretty", | ||
"compile:min": "node scripts/build.js compile --mode=min", | ||
"compile:pretty": "node scripts/build.js compile --mode=pretty", | ||
"copy:openchemlib": "node scripts/build.js copy:openchemlib", | ||
"export": "node scripts/build.js export", | ||
"build": "npm run build:min && npm run build-pretty", | ||
"build-core": "npm run build:min -- -m core", | ||
"build-minimal": "npm run build:min -- -m minimal", | ||
"build-pretty": "npm run build:pretty -- -m full -s pretty", | ||
"eslint": "eslint __tests__ scripts benchmark", | ||
"eslint-fix": "npm run eslint -- --fix", | ||
@@ -48,13 +53,12 @@ "test": "npm run build && npm run test-only && npm run eslint", | ||
"benchmark": "^2.1.4", | ||
"eslint": "^5.8.0", | ||
"eslint": "^5.9.0", | ||
"eslint-config-cheminfo": "^1.18.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-jest": "^21.27.2", | ||
"fs-extra": "^7.0.0", | ||
"gulp": "^3.9.1", | ||
"eslint-plugin-jest": "^22.1.0", | ||
"fs-extra": "^7.0.1", | ||
"gwt-api-exporter": "^1.2.1", | ||
"jest": "^23.6.0", | ||
"minimist": "^1.2.0", | ||
"rimraf": "^2.6.2" | ||
"rimraf": "^2.6.2", | ||
"yargs": "^12.0.5" | ||
} | ||
} |
@@ -11,2 +11,4 @@ # openchemlib-js | ||
[Test the chemical molecule editor online](https://cheminfo.github.io/openchemlib-js/examples/Editor.html) | ||
## Development | ||
@@ -16,5 +18,5 @@ | ||
* java >= 1.7 | ||
* GWT 2.8 ([Download build here](http://www.gwtproject.org/download.html)) | ||
* Node.js ([link](https://nodejs.org/en/download/current/)) | ||
- java >= 1.7 | ||
- GWT 2.8 ([Download build here](http://www.gwtproject.org/download.html)) | ||
- Node.js ([link](https://nodejs.org/en/download/current/)) | ||
@@ -30,24 +32,27 @@ ### Install dependencies | ||
### Gulp tasks | ||
### npm scripts | ||
**Options** | ||
To run one of the scripts, use `npm run <scriptName>`. | ||
To pass an options, use `npm run <scriptName> -- --option`. | ||
* -m [name]: only process module "name" | ||
* -v: verbose output | ||
**Options**: | ||
- -m [name]: only process module "name" | ||
- -v: verbose output | ||
#### compile:min / compile:pretty | ||
Execute the GWT compiler | ||
Execute the GWT compiler. | ||
#### export | ||
Transform the GWT compiled files to javascript modules | ||
Transform the GWT compiled files to JavaScript modules. | ||
#### build:min / build:pretty | ||
Compile and export | ||
Compile and export. | ||
#### copy:openchemlib | ||
Copy the required java files from the openchemlib project | ||
Copy the required java files from the openchemlib project. | ||
@@ -54,0 +59,0 @@ ## License |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
10
66
5727539
11
80389