Revision history for WriteOnceHash
0.0.7 2024-06-25T14:25:52+02:00
- Modernize test file extension
- Modernize pod
- Add sponsor link and button
- Update copyright year
0.0.6 2021-09-10T09:37:37+02:00
- Change file extension to .rakumod
- Migrate to zef ecosystem
- Update email address
0.0.5 2021-01-31T19:23:37+01:00
- Closed some loopholes that allowed changing of values in hash
- Updated copyright year
0.0.4 2020-07-13T16:22:16+02:00
- Minor documentation / comment tweaks.
0.0.3 2018-10-02T14:59:07+02:00
- Simplify: since we're already storing values de-containerized, and
we also override ASSIGN-KEY, we don't actually need to override
AT-KEY at all. Should one bind to the output of AT-KEY and then
try to assign, that will die anyway because of being an immutable
value. This removes the need for the proxy and should remove any
performance penalty from just accessing keys in the hash.
0.0.2 2018-10-02T14:44:07+02:00
- Also disallow removal of keys.
0.0.1 2018-10-02T14:24:24+02:00
- Initial version.