aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-21Bump to version 1.3.4v1.3.4Patrick Spek2-2/+2
2018-03-21Update CHANGELOGPatrick Spek1-0/+6
2018-03-21Clean up tests from useless statementsPatrick Spek6-8/+0
2018-03-21Remove redundant say statementPatrick Spek1-1/+0
2018-03-20Bump version to 1.3.3v1.3.3Patrick Spek2-3/+3
2018-03-20Bump version to 1.3.2v1.3.2Patrick Spek2-4/+6
2018-03-20Fix incorrect indentation in .travis.ymlPatrick Spek1-8/+8
2018-03-20Update Travis config to cd explicitly to the Travis build dirPatrick Spek1-1/+1
2018-03-20Update Travis configuration to use prebuilt packagesPatrick Spek1-11/+16
2018-03-20Add a CHANGELOGPatrick Spek1-0/+13
2018-03-20Fix :delete adverbPatrick Spek2-0/+51
2017-11-22Remove 'null' from resources in META6.jsonPatrick Spek1-4/+2
2017-11-22Bump version to 1.3.1v1.3.1Patrick Spek1-1/+1
2017-11-22Update Travis test targetsPatrick Spek1-1/+1
2017-11-22Move some code around and add doc to keys methodPatrick Spek1-14/+15
2017-11-22Add a plan to the .keys testPatrick Spek1-0/+2
2017-11-22Bump version to 1.3.0v1.3.0Patrick Spek1-29/+32
2017-11-22Implement .keys methodPatrick Spek2-0/+47
2017-10-11Bump version numberPatrick Spek1-1/+1
2017-07-30Update READMEPatrick Spek1-5/+6
2017-07-29Add skip-not-found toggle to .read when called with (Str, Str, Bool)v1.2.1Patrick Spek3-11/+14
2017-07-29Update README back to use $ sigilsPatrick Spek1-9/+9
2017-07-29Clean up all testsPatrick Spek6-18/+18
2017-07-29Add tests for using .get with a Nil keyPatrick Spek1-1/+4
2017-07-29Add tests for reading a List of filesPatrick Spek2-4/+15
2017-07-29Update READMEPatrick Spek1-15/+18
2017-07-29Version bumpv1.2.0Patrick Spek1-1/+1
2017-07-29Add tests for associative indexingPatrick Spek1-1/+5
2017-07-29Use the correct self reference instead of $selfPatrick Spek1-5/+5
2017-07-29Use the correct type Bool instead of boolPatrick Spek1-1/+1
2017-07-29Initial draft for associative indexingPatrick Spek1-1/+26
2017-07-29Update travis configPatrick Spek1-1/+1
2017-07-29Add a fallback method in case the key for .get is NilPatrick Spek1-0/+7
2017-07-29Make the read method return False if no files were loadedPatrick Spek1-3/+8
2017-07-29Add editorconfig to the projectPatrick Spek1-0/+6
2017-04-27Update method sigs, type checking and testsPatrick Spek6-45/+50
2017-04-27Add specific rakudo versionsPatrick Spek1-0/+2
2017-04-26Rename test filesPatrick Spek4-0/+0
2017-04-26Add Config::Parser::NULL for testcasesPatrick Spek8-10/+85
2017-04-26Merge pull request #2 from scriptkitties/with-hash-mergev1.1.0Patrick Spek5-26/+111
2017-04-26I fucked up the testPatrick Spek1-2/+2
2017-04-26Fix thrown exceptionPatrick Spek1-1/+1
2017-04-26Fix the easy bugsPatrick Spek2-15/+17
2017-04-26Update test plansPatrick Spek3-3/+3
2017-04-26Add a get without params to get the entire config hashPatrick Spek1-0/+6
2017-04-26Update test casesPatrick Spek3-0/+29
2017-04-26Initialize path and parser with empty stringPatrick Spek1-2/+2
2017-04-26Add a multi method set() that accepts an array for the keyPatrick Spek1-2/+7
2017-04-26Version bump before I forgetPatrick Spek1-1/+1
2017-04-26Add a multi method has() that accepts an array paramPatrick Spek1-15/+12