index
:
hash-merge
master
Raku module for deep merging of Hashes
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-02-04
Bump to v1.0.1
HEAD
master
Patrick Spek
2020-02-04
Remove useless warning
Patrick Spek
2018-03-28
Bump version to 1.0.0
Patrick Spek
2018-03-28
Move Hash::Merge -> Hash::Merge::Augment, new Hash::Merge from Hash::Merge::F
Patrick Spek
2018-03-28
Add Hash::Merge::Unit
Patrick Spek
2018-03-28
Add tests for a unit module
Patrick Spek
2018-03-28
Update Travis config to use rakudo-pkg
Patrick Spek
2018-03-14
Merge branch 'master' of github.com:scriptkitties/p6-Hash-Merge
Patrick Spek
2018-03-14
Bump version to 0.2.0
Patrick Spek
2018-03-14
Merge pull request #4 from scriptkitties/hotfix/no-precompilation
Patrick Spek
2018-03-14
Update travis testing targets
Patrick Spek
2018-03-14
Add a LICENSE file
Patrick Spek
2018-03-14
Add a CHANGELOG
Patrick Spek
2018-03-14
Add no precompilation pragma
Patrick Spek
2017-04-27
Update rakudo versions
Patrick Spek
2017-04-26
Merge branch 'master' of github.com:scriptkitties/p6-Hash-Merge
Patrick Spek
2017-04-25
Add travis irc notification
Patrick Spek
2017-04-25
Enable travis IRC notifications
Samantha McVey
2017-04-25
Use MONKEY-TYPING instead of enabling all MONKEY's
Samantha McVey
2017-04-25
Fix tests for passing a type object hash
Samantha McVey
2017-04-25
Clean up code some with a given when
Samantha McVey
2017-04-25
Merge branch 'master' of github.com:scriptkitties/p6-Hash-Merge
Patrick Spek
2017-04-25
Add tests for merging into empty hash
Patrick Spek
2017-04-25
Readme perl6 highlighting
Samantha McVey
2017-04-25
Update README.md
Samantha McVey
2017-04-25
Merge branch 'master' of github.com:scriptkitties/p6-Hash-Merge
Patrick Spek
2017-04-25
Put version into pre-release
Patrick Spek
2017-04-25
Have Travis build git development branch of rakudo as well
Samantha McVey
2017-04-25
Add travis config
Patrick Spek
2017-04-25
Rename to Hash::Merge
Patrick Spek
2017-04-25
Reformat code to my liking
Patrick Spek
2017-04-25
Ignore .precomp
Patrick Spek
2017-04-24
Add META6.json with license field
Samantha McVey
2017-04-24
POD6 updates
Samantha McVey
2017-04-24
Add support for replacing and not appending the array. Add POD6
Samantha McVey
2017-04-24
Clean up the code some
Samantha McVey
2017-04-24
Get array merging functionality
Samantha McVey
2017-04-24
Add tests and get order right
Samantha McVey
2017-04-24
Initial commit of merge hash functionality
Samantha McVey