Sha256: 53f9cf275a8097e9e62bb8d4f630e020ddf4620a2b6cf6939c2af727e0d75ce9

Contents?: true

Size: 956 Bytes

Versions: 15

Compression:

Stored size: 956 Bytes

Contents

[<< back](../CHANGELOG.md)

# Teuton (version 2.2)

## New features

* Let's see new features examples:
    * 10 result and moodle_id
    * 11 get_vars
    * 12 alias
    * 13 include (tt_include config param)
    * 14 macros

**Configuration file**

* Por defecto los valores de clave de los ficheros de configuración serán Strings en lugar de símbolos, aunque lo símbolos seguirán funcionando.

**get_vars: To think - We are not sure about this***

* "get" keyword simplification: Simplify getting and setting params process. For example: `_username_`, may be alias for `get(:username)`. Then

```
target "Create user #{_username_}"
run "id #{_username_}"
expect_one _username_
```
Same as

```
target "Create user "+get(:username)
run "id " + get(:username)
expect_one get(:username)
```

* Promocinar el proyecto:
    * Documentar y hacer videos.
    * Charlas y talleres

## Fixed

* Solucionar fallo en --cname
* Revisar doc options como cpanel

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
teuton-2.8.0 docs/changelog/v2.2.md
teuton-2.7.3 docs/changelog/v2.2.md
teuton-2.7.2 docs/changelog/v2.2.md
teuton-2.7.1 docs/changelog/v2.2.md
teuton-2.7.0 docs/changelog/v2.2.md
teuton-2.6.0 docs/changelog/v2.2.md
teuton-2.5.0 docs/changelog/v2.2.md
teuton-2.4.5 docs/changelog/v2.2.md
teuton-2.4.4 docs/changelog/v2.2.md
teuton-2.4.3 docs/changelog/v2.2.md
teuton-2.4.2 docs/changelog/v2.2.md
teuton-2.4.1 docs/changelog/v2.2.md
teuton-2.4.0 docs/changelog/v2.2.md
teuton-2.3.11 docs/changelog/v2.2.md
teuton-2.3.10 docs/changelog/v2.2.md