8000 Release 3.0.0 · bitwes/Gut · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

3.0.0

Compare
Choose a tag to compare
@bitwes bitwes released this 21 Aug 02:16

The biggest changes were to organization and documentation and the repo is now on Github instead of Bitbucket. Some methods have been wrapped/moved/renamed to cut down on typing and to improve readability.

Nothing has been removed though and this release is completely backwards compatible with earlier versions. There is one caveat though. This release introduces strict datatype comparisons that will cause tests to fail if you are comparing two things that aren't of the same datatype. This feature can be disabled but read the section in the readme before you do.

Also some default locations for scripts have changed as far as documentation and the command line tool are concerned. See the install instructions for more details. You will need to specify the location of the gut.gd script in the options for the command line tool if you do not change to the new default.

  • asserts do not need to be prefixed with "gut" anymore
  • Yielding syntax sugar improved. See yield_for.
  • Pretty major overhaul of readme. It even has a table of contents now.
  • Refactored directory structure of repo.
  • Refactored preferred deployment directory structure. You can still put anything anywhere you want though. It's now easier to get started with the recommended structure.

The gut.zip file below contains all the files in the test/gut directory. If you have made changes to your gut_main.gd or gut_main.scn then do not copy these files over yours.

0