3.0.1
What's Changed
Changes for 3.0.1:
- Update to RapidAssist version 0.11.0 by @end2endzone in #69
Changes for 3.0.0:
Note: This version introduces breaking changes. The public API has changed. See notes about automatic identifiers and deprecated method getFilename().
- New feature: Using RapidAssist version 0.10.2
- New feature: Modified how automatic identifier are generated. New identifiers now includes the file extension. Existing code that uses bin2cpp generated files may not compile anymore.
- New feature: Deprecated method
getFilename()in favor togetFileName(). This is to be more inline with getFilePath(). - New feature: Calls to FileManager::saveFiles() is now saving all files as the original input directories.
- Fixed issue #51: Support getfilePath api and handle same function identifier.
- Fixed issue #52: Generate only c++ code.
- Fixed issue #54: Output the encoded string in plain format to stdout.
- Fixed issue #56: Problem with certain filenames.
- Fixed issue #59: Silence warning C4996 about deprecated 'std::tr1' namespace - Windows only.
- Fixed issue #58: Mandatory options
--identifierand--headerfileshould be calculated automatically if not specified.
Full Changelog: 3.0.0...3.0.1