Releases: joshbirnholz/Swift-Coder
1.0.1
v1.0
Extra work on code completion
v1.0 Beta 7
-
Added support for a custom
.scproblemset
file type that can be used to load custom problem sets to the app. Write your own problems and the app will be able to test them. -
Added support for multiple users. Manage users from the User menu and you can keep track of separate groups of code.
v1.0 Beta 6
-
Support for new types of questions that can do more in-depth checking of correct answers, running entirely custom code to check, and inserting hidden code into the user's code to print a custom result. No questions using these types are provided, however.
-
Reorganized problems and added a few new ones.
-
Other minor changes.
v1.0 Beta 5
- All sections from CodingBat are now included
- More accurate testing
- Improved display of compiler error messages and warnings
- Resize the window for more space to code, or go full screen
- Optionally get Characters and Substrings from Strings with an Int or Int Range subscript (
v1.0 Beta 4
-
Support for sandboxed and unsandboxed modes
-
The unsandboxed version is faster at compiling code but is less secure (code can affect any files on your computer)
v1.0 Beta 3
- Fixed crashes on older versions of macOS
- Make sure Xcode is installed.