aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-01-21Merge pull request #1 from luciferreeves/imgbotBobby3-0/+0
2022-01-21docs: move badges to centerPriyansh1-9/+21
2022-01-21docs: fix image urlPriyansh1-1/+1
2022-01-21[ImgBot] Optimize imagesImgBotApp3-0/+0
2022-01-21docs: add izuku imagePriyansh2-1/+1
2022-01-21style: .DS_Store banished!Priyansh3-0/+1
2022-01-21refactor: add render to .npmignorePriyansh1-0/+1
2022-01-21docs: add izuku imagePriyansh5-0/+5
2022-01-20docs: add imports to range()Priyansh1-0/+6
2022-01-20docs: add range()Priyansh1-0/+38
2022-01-20docs: remove tocPriyansh1-26/+0
2022-01-20fix: make header optionalPriyansh1-3/+2
2022-01-20style: add tests for empty headerPriyansh1-0/+12
2022-01-20docs: update Izuku to FramesPriyansh1-2/+2
2022-01-20docs: added table of contentsPriyansh1-0/+26
2022-01-20docs: add link to the data at the start of the readmePriyansh1-1/+1
2022-01-20docs: remove repeated contentPriyansh1-50/+6
2022-01-20docs: update chainable methodsPriyansh1-5/+2
2022-01-20fix: getting column names with names and reset index functionPriyansh2-7/+3
2022-01-20docs: update frame methods and propertiesPriyansh1-17/+321
2022-01-20fix: fix failing testsPriyansh1-1/+1
2022-01-20feat: support for getting rowsPriyansh3-5/+99
2022-01-20style: add range test for column generationPriyansh1-1/+20
2022-01-20feat: support for multiple columnsPriyansh4-29/+95