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
path:
root
/
src
Age
Commit message (
Collapse
)
Author
Files
Lines
2022-01-30
chore: rename tableBuilder to table
Bobby
15
-1
/
+1
2022-01-28
feat: removeDuplicates function
Bobby
2
-1
/
+35
2022-01-28
feat: showAll function and fix sort method
Bobby
3
-4
/
+26
2022-01-28
feat: sort by column function
Bobby
2
-1
/
+32
2022-01-28
feat: function to save to CSV
Bobby
2
-1
/
+44
2022-01-28
feat: function to save to JSON
Bobby
2
-0
/
+46
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
1
-0
/
+2
2022-01-26
feat: add title to table
Bobby
3
-14
/
+37
2022-01-26
chore: remove buffer dependency
Bobby
1
-3
/
+0
2022-01-26
chore: remove simple wcswidth
Bobby
13
-22
/
+300
2022-01-26
chore: remove table dependency and replace it with internal function
Bobby
2
-8
/
+5
2022-01-26
feat: inbuilt table functionality
Bobby
15
-1
/
+926
2022-01-22
feat: function to find some data in the frame
Priyansh
5
-55
/
+181
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
2
-1
/
+31
2022-01-22
feat: function to load data from json and flattenJSON
Priyansh
6
-62
/
+161
2022-01-22
feat: rangeIndex function
Priyansh
2
-1
/
+15
2022-01-20
fix: make header optional
Priyansh
1
-3
/
+2
2022-01-20
fix: getting column names with names and reset index function
Priyansh
2
-7
/
+3
2022-01-20
feat: support for getting rows
Priyansh
2
-5
/
+57
2022-01-20
feat: support for multiple columns
Priyansh
3
-28
/
+73
2022-01-20
feat: added arrayFunctions and rename Izuku to Frame
Priyansh
6
-29
/
+112
2022-01-19
style: remove header log
Priyansh
1
-1
/
+0
2022-01-19
feat: info functions
Priyansh
5
-13
/
+246
2022-01-19
refactor: split functions into multiple files
Priyansh
5
-149
/
+166
2022-01-19
feat: add table dep, added printing test and moved display to function
Priyansh
2
-40
/
+126
2022-01-19
refactor: make package usable in npm
Priyansh
2
-74
/
+73
2022-01-19
feat: display data in table function
Priyansh
4
-39
/
+98
2022-01-18
refactor: renamed frame frunction to data in frame class
Priyansh
1
-15
/
+15
2022-01-18
feat: added basic frame, tests and tsconfig exclude
Priyansh
1
-1
/
+40
2022-01-18
First Commit
Priyansh
1
-0
/
+1