# Revision history for Perl module String::Dump
---
version: 0.07
date: 2012-03-04
changes:
- Simplify and optimize algorithms
- Minor documentation updates
---
version: 0.06
date: 2012-02-19
changes:
- Removed dumpstr() and dump_string()
- NOTE! Deprecated implicit exporting of functions
---
version: 0.05
date: 2011-12-27
changes:
- Added dump_hex(), dump_dec(), dump_oct(), dump_bin(), dump_names() functions
- Added dumpstr cammand-line tool
- Moved POD tips to String::Dump::Debugging
- NOTE! dumpstr() and dump_string() will be removed in the next release
- APOLOGY! Sorry for all the recent design changes :P
---
version: 0.04
date: 2011-12-14
changes:
- Replaced unknown Unicode names in names mode with '?'
- Added parameter validations
- Removed dump_string from automatic exports
---
version: 0.03
date: 2011-12-12
changes:
- Renamed dump_string() to dumpstr()
- Added dump_string() as an alias of dumpstr()
- NOTE! Automatic dump_string() exporting will be removed in the next release
---
version: 0.02
date: 2011-12-12
changes:
- Improved POD, Build.PL, and INSTALL
---
version: 0.01
date: 2011-12-10
changes:
- First release