Skip to content

3.0.1

Choose a tag to compare

@end2endzone end2endzone released this 22 Apr 21:29
· 84 commits to master since this release
7e211e2

What's Changed

Changes for 3.0.1:

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 to getFileName(). 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 --identifier and --headerfile should be calculated automatically if not specified.

Full Changelog: 3.0.0...3.0.1