1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
Revision history for CHI-Memoize
** denotes an incompatible change
0.07 Aug 13, 2014
* Fixes
- Fix unterminated link in main POD
0.06 Aug 13, 2014
* Fixes
- Use Moo not Moose, and explicitly depend on it
0.05 Aug 24, 2012
* Documentation
- Simplify synopsis and refer to blog (Anirvan Chatterjee)
0.04 May 6, 2012
* Documentation
- Correct example demonstrating JSON key serialization, and add test to match - RT 77027
(Daniel B. Boorstein)
0.03 May 6, 2012
* Documentation
- Mention that memoizing a function will affect its call stack and its prototype
* Fixes
- Preserve @_ in wrapped call - RT 77027 (Daniel B. Boorstein)
0.02 May 5, 2012
* Documentation
- Document cloned vs raw references and using RawMemory
* Improvements
- Add NO_MEMOIZE flag that can be returned from key coderef
* Fixes
- Fix synopsis whitespace
0.01 May 2, 2012
- Initial version
|