aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-09Update mkdocs.ymlHEADmainBobby1-1/+1
2022-02-09fix: fix npm package and bump to 1.1.1Bobby1-1/+1
2022-01-30chore: bump version to 1.1.0Bobby1-1/+1
2022-01-30docs: added missing functionsBobby1-0/+73
2022-01-30chore: rename tableBuilder to tableBobby15-1/+1
2022-01-28feat: removeDuplicates functionBobby4-3/+55
2022-01-28feat: showAll function and fix sort methodBobby4-5/+27
2022-01-28feat: sort by column functionBobby3-2/+33
2022-01-28feat: function to save to CSVBobby3-2/+45
2022-01-28feat: function to save to JSONBobby3-1/+47
2022-01-26fix: fix testsBobby2-3/+6
2022-01-26fix: add title to constructorBobby1-1/+6
2022-01-26docs: update docs for title() functionBobby2-0/+17
2022-01-26feat: add title to tableBobby4-15/+38
2022-01-26chore: remove buffer dependencyBobby3-89/+0
2022-01-26chore: remove simple wcswidthBobby15-36/+302
2022-01-26chore: remove table dependency and replace it with internal functionBobby4-148/+38
2022-01-26feat: inbuilt table functionalityBobby18-86/+1434
2022-01-23chore: bump version to 1.0.0Bobby1-2/+2
2022-01-23chore: new version of doc bannerBobby1-0/+0
2022-01-23Delete doc.gifBobby1-0/+0
2022-01-23chore: new version of doc bannerBobby0-0/+0
2022-01-23docs: update read docs bannerBobby1-0/+0
2022-01-23docs: add documentation linksBobby2-1/+6
2022-01-23chore: remove git-revision-date pluginBobby1-1/+0
2022-01-23Merge branch 'main' of https://github.com/luciferreeves/izuku.jsBobby1-3/+3
2022-01-23chore: action to deploy docsBobby1-0/+16
2022-01-23docs: move docs to mkdocsBobby9-1/+540
2022-01-23docs: fix linksBobby1-2/+2
2022-01-23docs: update structureBobby1-1/+1
2022-01-23Merge branch 'main' of https://github.com/luciferreeves/izuku.jsBobby4-0/+205
2022-01-23docs: move docs to wikiBobby1-370/+6
2022-01-23Merge pull request #3 from luciferreeves/luciferreeves-patch-1Bobby1-0/+57
2022-01-23chore: add contributing guidelinesBobby1-0/+57
2022-01-23Merge pull request #2 from luciferreeves/add-code-of-conduct-1Bobby1-0/+128
2022-01-23Create CODE_OF_CONDUCT.mdBobby1-0/+128
2022-01-23chore: add issue templatesBobby2-0/+20
2022-01-23fix: format before commitPriyansh1-1/+1
2022-01-22docs: fix docs for npm releasePriyansh1-3/+14
2022-01-22style: bump package version to 1.0.0 to follow semantic versioning guidePriyansh1-1/+1
2022-01-22docs: add find() functionPriyansh1-0/+23
2022-01-22feat: function to find some data in the framePriyansh6-55/+193
2022-01-22docs: readCSV() function addedPriyansh1-0/+21
2022-01-22fix: move shifting first row of readCSV() to remove only of no header is setPriyansh1-2/+2
2022-01-22feat: function to readCSVPriyansh4-1/+75
2022-01-22docs: add fromJSON and flattenJSON methodsPriyansh1-2/+39
2022-01-22feat: function to load data from json and flattenJSONPriyansh10-65/+242
2022-01-22Merge branch 'main' of https://github.com/luciferreeves/izuku.jsPriyansh3-0/+0
2022-01-22docs: rangeIndex() methodPriyansh1-0/+11
2022-01-22feat: rangeIndex functionPriyansh3-1/+20