aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2022-01-30chore: rename tableBuilder to tableBobby15-1/+1
2022-01-28feat: removeDuplicates functionBobby2-1/+35
2022-01-28feat: showAll function and fix sort methodBobby3-4/+26
2022-01-28feat: sort by column functionBobby2-1/+32
2022-01-28feat: function to save to CSVBobby2-1/+44
2022-01-28feat: function to save to JSONBobby2-0/+46
2022-01-26fix: fix testsBobby2-3/+6
2022-01-26fix: add title to constructorBobby1-1/+6
2022-01-26docs: update docs for title() functionBobby1-0/+2
2022-01-26feat: add title to tableBobby3-14/+37
2022-01-26chore: remove buffer dependencyBobby1-3/+0
2022-01-26chore: remove simple wcswidthBobby13-22/+300
2022-01-26chore: remove table dependency and replace it with internal functionBobby2-8/+5
2022-01-26feat: inbuilt table functionalityBobby15-1/+926
2022-01-22feat: function to find some data in the framePriyansh5-55/+181
2022-01-22fix: move shifting first row of readCSV() to remove only of no header is setPriyansh1-2/+2
2022-01-22feat: function to readCSVPriyansh2-1/+31
2022-01-22feat: function to load data from json and flattenJSONPriyansh6-62/+161
2022-01-22feat: rangeIndex functionPriyansh2-1/+15
2022-01-20fix: make header optionalPriyansh1-3/+2
2022-01-20fix: getting column names with names and reset index functionPriyansh2-7/+3
2022-01-20feat: support for getting rowsPriyansh2-5/+57
2022-01-20feat: support for multiple columnsPriyansh3-28/+73
2022-01-20feat: added arrayFunctions and rename Izuku to FramePriyansh6-29/+112
2022-01-19style: remove header logPriyansh1-1/+0
2022-01-19feat: info functionsPriyansh5-13/+246
2022-01-19refactor: split functions into multiple filesPriyansh5-149/+166
2022-01-19feat: add table dep, added printing test and moved display to functionPriyansh2-40/+126
2022-01-19refactor: make package usable in npmPriyansh2-74/+73
2022-01-19feat: display data in table functionPriyansh4-39/+98
2022-01-18refactor: renamed frame frunction to data in frame classPriyansh1-15/+15
2022-01-18feat: added basic frame, tests and tsconfig excludePriyansh1-1/+40
2022-01-18First CommitPriyansh1-0/+1