## [2.4.4] -- Modify: teuton check output colors and exit codes. exit code 0 = check OK exit code 1 = check error -- Fix teuton check docs. ## [2.4.3] - Fix: "expect_none" without params works as "expect result.count.eq 0" - Add: "expect_nothing" that works as "expect result.count.eq 0". ## [2.4.2] - Fix bug with result.grep_v(Array) ## [2.4.0] New features: - Hide feedback from reports: `export feedback: false` - Add new DSL keyword: expect_last, expect_fisrt - Remove os gem. - Change test output colors to green as use others test tools. - Change show DSL params. Accepts one param "verbose: NUMBER" to adjust verbosity output level on screen. New doc and example: - 14-alias - 16-exit_codes Bug fixed: - All "expect*" keywords must require 2 arguments. The second is optional. Revise - Remove colors to log text - teuton readme: macros, getvars, expect_last, expect_first