index
:
izuku.js
gh-pages
main
In-Console Tabular Data Representation and Manipulation Library for NodeJS Applications
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-09
Update mkdocs.yml
HEAD
main
Bobby
1
-1
/
+1
2022-02-09
fix: fix npm package and bump to 1.1.1
Bobby
1
-1
/
+1
2022-01-30
chore: bump version to 1.1.0
Bobby
1
-1
/
+1
2022-01-30
docs: added missing functions
Bobby
1
-0
/
+73
2022-01-30
chore: rename tableBuilder to table
Bobby
15
-1
/
+1
2022-01-28
feat: removeDuplicates function
Bobby
4
-3
/
+55
2022-01-28
feat: showAll function and fix sort method
Bobby
4
-5
/
+27
2022-01-28
feat: sort by column function
Bobby
3
-2
/
+33
2022-01-28
feat: function to save to CSV
Bobby
3
-2
/
+45
2022-01-28
feat: function to save to JSON
Bobby
3
-1
/
+47
2022-01-26
fix: fix tests
Bobby
2
-3
/
+6
2022-01-26
fix: add title to constructor
Bobby
1
-1
/
+6
2022-01-26
docs: update docs for title() function
Bobby
2
-0
/
+17
2022-01-26
feat: add title to table
Bobby
4
-15
/
+38
2022-01-26
chore: remove buffer dependency
Bobby
3
-89
/
+0
2022-01-26
chore: remove simple wcswidth
Bobby
15
-36
/
+302
2022-01-26
chore: remove table dependency and replace it with internal function
Bobby
4
-148
/
+38
2022-01-26
feat: inbuilt table functionality
Bobby
18
-86
/
+1434
2022-01-23
chore: bump version to 1.0.0
Bobby
1
-2
/
+2
2022-01-23
chore: new version of doc banner
Bobby
1
-0
/
+0
2022-01-23
Delete doc.gif
Bobby
1
-0
/
+0
2022-01-23
chore: new version of doc banner
Bobby
0
-0
/
+0
2022-01-23
docs: update read docs banner
Bobby
1
-0
/
+0
2022-01-23
docs: add documentation links
Bobby
2
-1
/
+6
2022-01-23
chore: remove git-revision-date plugin
Bobby
1
-1
/
+0
2022-01-23
Merge branch 'main' of https://github.com/luciferreeves/izuku.js
Bobby
1
-3
/
+3
2022-01-23
chore: action to deploy docs
Bobby
1
-0
/
+16
2022-01-23
docs: move docs to mkdocs
Bobby
9
-1
/
+540
2022-01-23
docs: fix links
Bobby
1
-2
/
+2
2022-01-23
docs: update structure
Bobby
1
-1
/
+1
2022-01-23
Merge branch 'main' of https://github.com/luciferreeves/izuku.js
Bobby
4
-0
/
+205
2022-01-23
docs: move docs to wiki
Bobby
1
-370
/
+6
2022-01-23
Merge pull request #3 from luciferreeves/luciferreeves-patch-1
Bobby
1
-0
/
+57
2022-01-23
chore: add contributing guidelines
Bobby
1
-0
/
+57
2022-01-23
Merge pull request #2 from luciferreeves/add-code-of-conduct-1
Bobby
1
-0
/
+128
2022-01-23
Create CODE_OF_CONDUCT.md
Bobby
1
-0
/
+128
2022-01-23
chore: add issue templates
Bobby
2
-0
/
+20
2022-01-23
fix: format before commit
Priyansh
1
-1
/
+1
2022-01-22
docs: fix docs for npm release
Priyansh
1
-3
/
+14
2022-01-22
style: bump package version to 1.0.0 to follow semantic versioning guide
Priyansh
1
-1
/
+1
2022-01-22
docs: add find() function
Priyansh
1
-0
/
+23
2022-01-22
feat: function to find some data in the frame
Priyansh
6
-55
/
+193
2022-01-22
docs: readCSV() function added
Priyansh
1
-0
/
+21
2022-01-22
fix: move shifting first row of readCSV() to remove only of no header is set
Priyansh
1
-2
/
+2
2022-01-22
feat: function to readCSV
Priyansh
4
-1
/
+75
2022-01-22
docs: add fromJSON and flattenJSON methods
Priyansh
1
-2
/
+39
2022-01-22
feat: function to load data from json and flattenJSON
Priyansh
10
-65
/
+242
2022-01-22
Merge branch 'main' of https://github.com/luciferreeves/izuku.js
Priyansh
3
-0
/
+0
2022-01-22
docs: rangeIndex() method
Priyansh
1
-0
/
+11
2022-01-22
feat: rangeIndex function
Priyansh
3
-1
/
+20
[next]