Comparing version 2.0.0 to 2.0.1
@@ -0,1 +1,6 @@ | ||
2.0.1 / 2015-01-09 | ||
================== | ||
* add getInfo() | ||
2.0.0 / 2014-11-25 | ||
@@ -5,2 +10,2 @@ ================== | ||
* Breaking change : Namespace is now directly Chemcalc, no more CI ! | ||
* add peptide methods | ||
* add peptide methods |
{ | ||
"name": "chemcalc", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Analyse molecular formula", | ||
@@ -5,0 +5,0 @@ "main": "lib.js", |
@@ -25,3 +25,3 @@ # chemcalc-js | ||
```js | ||
var result = Chemcalc.analyseMF('PhNH2.HCl'); | ||
var result = CI.Chemcalc.analyseMF('PhNH2.HCl'); | ||
``` | ||
@@ -37,2 +37,8 @@ #### Using an AMD loader | ||
### General | ||
#### getInfo() | ||
Get information about elements, isotopes and special groups. | ||
### Molecular formula | ||
@@ -39,0 +45,0 @@ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
140147
988
130