Sha256: aabf4c6d8918714c14416ff924d848ddc1659c907f499c38e62cccf8cc8a256a

Contents?: true

Size: 1.05 KB

Versions: 10

Compression:

Stored size: 1.05 KB

Contents

# 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

## TODO

**Documentation**

* Doc learn 10,11, 12,13 y 14
* 10 result and moodle_id
* 11 get_vars
* 12 alias
* 13 include
* 14 macro
* Doc tt_include

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
teuton-2.3.9 docs/changelog/v2.2.md
teuton-2.3.8 docs/changelog/v2.2.md
teuton-2.3.7 docs/changelog/v2.2.md
teuton-2.3.6 docs/changelog/v2.2.md
teuton-2.3.5 docs/changelog/v2.2.md
teuton-2.3.4 docs/changelog/v2.2.md
teuton-2.3.3 docs/changelog/v2.2.md
teuton-2.3.2 docs/changelog/v2.2.md
teuton-2.3.1 docs/changelog/v2.2.md
teuton-2.2.2 docs/changelog/v2.2.md