All Versions
5
Latest Version
Avg Release Cycle
3 days
Latest Release
2755 days ago

Changelog History

  • v0.2.3 Changes

    October 03, 2016
    • ๐Ÿ‘Œ Improved error reporting for incorrect Markdown table syntax
    • โž• Added some unit test coverage for the markdown table parser
  • v0.2.2 Changes

    September 23, 2016

    ๐Ÿš€ Starting this release, after the Travis CI build completes, the binary is uploaded to the releases page.

  • v0.2.1

    September 23, 2016
  • v0.2.0 Changes

    September 23, 2016

    ๐Ÿ–จ Run amtool --version to print the version number

  • v0.1.0 Changes

    September 23, 2016

    ๐Ÿ’ป Command Line Tool

    • โœ… Parse Markdown files and generate Swift 2 or Swift 3 test code
    • Support for String , Float , Int , Bool types
    • 0๏ธโƒฃ Valid Bool inputs: case insensitive "true", "false", "yes", "no", empty string (defaults to false)

    Installation

    Currently the project can be compiled with:

    • ๐Ÿ“ฆ Swift Package Manager
    • ๐Ÿ— Build script

    Sample Code

    • Date Formatter sample code included