All Versions
5
Latest Version
Avg Release Cycle
3 days
Latest Release
3035 days ago
Changelog History
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