# Change Log

## [2.4.1]

-   fixed compilation bug

## [2.4.0]

-   many minor bug fixed
-   added support for dots in tags and attribute names

## [2.3.4]

-   changed sourceMap = true
-   added createNormalTokenStream for recieving all tokens

## [2.3.3]

-   fixed replace method

## [2.3.2]

-   build previous fixes

## [2.3.1]

-   fixed type for brackets and braces
-   added #ID support

## [2.3.0]

-   added shields.io badge
-   added own namespace for all transpiler results (logic from index.js)
-   added an IterableSkipableStream for skipping sertain items (whitespace, End of line...)

## [2.2.2]

-   updated readme

## [2.2.0]

-   a .html with the same name and directory gets created now
-   added error when tag is not closed
-   added error when tag is not opened
-   whitespace and end of line tokens are now filtered on the fly...
-   better error detection syntax
-   added end of file token for better syntax checking
-   replaced windows end of line characters with \n

## [2.1.2]

-   fixed readme

## [2.1.1]

-   fixed readme
-   added changelog

## [2.1.0]

-   First major version

-   supports

    -   conversion from factory to html
        -   normal tags, singletons and text
        -   auto formatting
        -   error detection
