Skip to content
This repository was archived by the owner on Aug 17, 2024. It is now read-only.

Commit c3c993c

Browse files
committed
Merge branch 'hotfix/commonjsfix2'
2 parents 0275927 + dc507ce commit c3c993c

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# changelog
22

3+
---
4+
5+
## v0.2.6
6+
7+
**Author**: Guillaume Mousnier.
8+
9+
**Type**: Hotfix
10+
11+
**Changes**:
12+
- Just some docs.
13+
14+
315
---
416

517
## v0.2.5

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# dataframe-js
2-
**v0.2.5**
2+
**v0.2.6**
33

44
## Presentation
55

@@ -53,6 +53,8 @@ To use dataframe-js, simply import the library. Then you can use DataFrame, Row
5353
import { DataFrame, Row } from 'dataframe-js';
5454
```
5555

56+
**In browser:** you can use directly DataFrame or row with: `dfjs.DataFrame` or `dfjs.Row`.
57+
5658
To create a DataFrame, you have to pass your data and your column names. You can use different data structures as below:
5759

5860
```javascript

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dataframe-js",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": [
55
"DataFrame",
66
"data",
@@ -36,7 +36,6 @@
3636
"babel-eslint": "^4.1.6",
3737
"babel-loader": "^6.2.0",
3838
"babel-plugin-react-transform": "^2.0.0-beta1",
39-
"babel-plugin-transform-class-properties": "^6.11.5",
4039
"babel-plugin-transform-runtime": "^6.9.0",
4140
"babel-preset-es2015": "^6.3.13",
4241
"babel-preset-minify": "0.0.0",

0 commit comments

Comments
 (0)