#### 0.2.4

- Use HOME/.iotz for extension / common garbage
- Windows: Powershell friendly colors
- Arduino: Update Arduino IDE to 1.8.7
- Arduino: Clean build configs on each build to prevent file not found bug Arduino IDE causes

#### 0.2.5

- Fix Windows image creation on additional drives

#### 0.2.6

- Fix Windows shared path back slashes
- Update mbed-os base container dependencies

#### 0.2.7

- Prevent extension name to have a backward-forward slashes
- const isWindows instead of string comparision in place

#### 0.2.8

- use strict mode
- push update apt source on create extension

#### 0.3.0

- new `addFeatures` extension interface
- new `extension` micro-python

##### 0.4.0

- Support for package managers to shape the actual container (apt / apt-get / pip / npm)
- Micro-python sample project
- Do not auto update on install

##### 0.4.1

- Update build definitions for mxchip to cover breaking 1.6.0 release changes

##### 0.4.2

- Fix updated MBED cli installation

##### 0.4.3

- Let MBED extension to create an instance without a definitive target board
- Fetch latest stable none-eabi 2017q2

##### 0.4.4

- Remove mxchip tweaks.

##### 0.4.5

- Remove console colors
- fix MBED container

##### 0.4.6

- Update pip and mercurial (@jbobotek)

##### 0.4.7

- Remove trailing spaces in mbed index.js to improve compatability with linux systems.
