Rand Stats

Hash::Agnostic

zef:lizmat
Revision history for Hash-Agnostic

0.0.10  2021-09-10T10:56:48+02:00
    - Change file extension to .rakumod
    - Migrate to zef ecosystem
    - Update email address

0.0.9  2021-07-18T15:11:42+02:00
    - Make sure ASSIGN-KEY can take Mu (japhb++)

0.0.8  2021-07-17T09:59:49+02:00
    - Change "perl" into "raku" in tests
    - Add "antipairs" method

0.0.7  2021-01-30T12:17:53+01:00
    - Add "raku" method, deprecate "perl" method
    - Make sure default implementations only take instances
    - Update copyright year

0.0.6  2020-08-16T20:35:58+02:00
    - Make sure extended error message occurs when re-initializing

0.0.5  2020-08-16T19:54:07+02:00
    - Remove incorrect reference to :$initialize, it is not needed anyway
    - Provide default implementation for BIND-KEY, EXISTS-KEY, DELETE-KEY
    - Add Github CI info

0.0.4  2018-12-31T00:02:45+01:00
    - Fix .Hash coercer, spotted by Fernando Santagata

0.0.3  2018-10-06T13:42:51+02:00
    - Make .STORE a multi, so that we can call it from clients

0.0.2  2018-10-06T12:28:22+02:00
    - Make sure .new also indicates initialization

0.0.1  2018-09-19T12:36:45+02:00
    - Initial version