# Changelogs

### 1.2.0

-   Increase libraries versions

### 1.1.1

-   Adds <slot> in generated layout
-   Properly generate javascript and not typescript when js is selected for route layouts

### 1.1.0

-   Add typescript support for sapper

### 1.0.0

-   Make script separation possible in sapper

### 0.9.0

-   If new route include variables, get the variable in the generated files

### 0.8.0

-   Add optional layout files in routes

### 0.7.0

-   Add uuid in route patterns
-   Fix date and times patterns for route
-   Update sapper to version 0.28

### 0.6.0

-   Rework route generator

### 0.5.2

-   Attempts to fix npm engines

### 0.5.1

-   Fixes some folder not being published in npm

### 0.5.0

-   Add action generator
-   Add model generator
-   Add service generator

### 0.4.0

-   Add route generator

### 0.3.3

-   Run prettier on created components

### 0.3.2

-   Add tests to ensure more stability

### 0.3.0

-   Split the template separation for styles and scripts

### 0.2.2

-   Remove beautify to format files
-   Use prettier to format files

### 0.2.1

-   Fix Nav Generation in sapper templates without external files

### 0.2.0

-   Support for typescript in Svelte and component library templates
